-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
plugin: stub setKeysForSync
#10205
plugin: stub setKeysForSync
#10205
Conversation
The commit stubs the method `setKeysForSync` as it is currently not supported by the framework and likely uses vscode online services to store data across machines. Signed-off-by: vince-fugnitto <[email protected]>
4c2b3d9
to
54c53a9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM and vscode-eslint
works now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - quickly tested and confirmed that the latest available ESLint now activate correctly. GitLens has another issue not related to this stubbed API AFAIK...
Thanks for the quick turn-around @vince-fugnitto !
The commit stubs `ExtensionMode` in order not to fail on activation of popular extensions (ex: gitlens). The proper implementation should be done in future iterations. Signed-off-by: vince-fugnitto <[email protected]>
@marcdumais-work I added an additional commit to stub #10201 in order for the gitlens extension (and any extension using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - Tested that the second commit allows the latest available GitLens to correctly activate. Awesome!
What it does
Fixes: #10204.
The commit stubs the method
setKeysForSync
as it is currently not supported by the framework and likely uses vscode online services to store data across machines.How to test
eslint
orgitlens
through the extensions-viewsetKeysForSync
Review checklist
Reminder for reviewers
Signed-off-by: vince-fugnitto [email protected]