Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update usage of VS Code Proposed API #1413

Closed
tbombach opened this issue Jan 11, 2022 · 3 comments
Closed

Update usage of VS Code Proposed API #1413

tbombach opened this issue Jan 11, 2022 · 3 comments
Assignees

Comments

@tbombach
Copy link
Member

tbombach commented Jan 11, 2022

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

@tbombach tbombach mentioned this issue Jan 11, 2022
22 tasks
@tbombach tbombach self-assigned this Jan 11, 2022
@tbombach tbombach added this to the 0.6.28 Milestone milestone Jan 11, 2022
@jrieken
Copy link
Member

jrieken commented Jan 24, 2022

@tbombach ping - deadline is approaching

@tbombach
Copy link
Member Author

tbombach commented Feb 1, 2022

@jrieken Thank you for the ping! I've merged the PR for this: https://github.com/microsoft/vscode-azureml-remote/pull/15. We'll be releasing on Wednesday

@tbombach tbombach closed this as completed Feb 1, 2022
@tbombach
Copy link
Member Author

tbombach commented Feb 3, 2022

@jrieken Just to close the loop - we have released new versions of our extensions that include this change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants