ChuckJonas / vscode-apex-debug

(depreciated) An salesforce apex debugger for Visual Studio Code
MIT License
7 stars 2 forks source link

VSCode is no longer supporting specifiying a commandId in the "initialConfigurations" contribution #5

Closed isidorn closed 2 years ago

isidorn commented 6 years ago

Hi,

We noticed your extension in package.json is using a "initialConfigurations" contribution in a deprecated way by specifiying a command id. We wanted to let you know that we plan to delete support for this specific use of "initialConfigurations" soon. More about this deprecation can be found here and in our release notes. A good example on how to use the DebugConfigurarationProvider which is the new way of doing this can be found here

Also note other deprecations which are specified in our release notes (which can be found on our site).

Kind regards, Isidor from the VSCode team

isidorn commented 2 years ago

This is outdated -> closing