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
{{ message }}
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.
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 @isidorn thanks man - I'm going to look a bit into this, it seems to be a user issue that debug configurations often are platform specific - so a provider seems to be the way to go.
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: