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
VS Code Proposed APIs now use a scope to enable fine-grained control over permission to use proposed APIs. We need to migrate to the new method in our package.json, as described here: microsoft/vscode#136964. This should be done for both the main and remote extension (although I believe all proposed API usage is only in the remote extension now, we should make sure we're up to date on both).
VS Code Proposed APIs now use a scope to enable fine-grained control over permission to use proposed APIs. We need to migrate to the new method in our package.json, as described here: microsoft/vscode#136964. This should be done for both the main and remote extension (although I believe all proposed API usage is only in the remote extension now, we should make sure we're up to date on both).
We will also do the same thing for the gather extension: https://github.com/microsoft/vscode-gather
The text was updated successfully, but these errors were encountered: