You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 hereAlso note other deprecations which are specified in our release notes (which can be found on our site).
Kind regards,
Isidor from the VSCode team
The text was updated successfully, but these errors were encountered: