Autodesk-AutoCAD / AutoLispExt

Visual Studio Code Extension for AutoCAD® AutoLISP
https://marketplace.visualstudio.com/items?itemName=Autodesk.autolispext
Apache License 2.0
83 stars 29 forks source link

Update the "debuggers->languages" part of package.json #149

Closed Sen-real closed 3 years ago

Sen-real commented 3 years ago
Objective

Update the "debuggers->languages" part of package.json

Abstractions

During the discussion in https://github.com/microsoft/vscode/issues/123881, @isidorn found that the "languages" in the "debuggers" part of package.json were over defined - we just need to list language id, instead of language object.

With this change applied, the bug https://github.com/Autodesk-AutoCAD/AutoLispExt/issues/143 is partially solved - now if there's a .lsp file opened, when pressing F5 to debug with VS Code 1.56.2, it doesn't require the existence of configuration file anymore.

Tests performed

Tested on VS Code 1.56.2 and 1.54.3; it's able attach to autocad on both of them (with a .lsp file opened).

Screen shot