-
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
Make default API VS Code API #10199
Make default API VS Code API #10199
Conversation
Signed-off-by: Thomas Mäder <[email protected]>
When I run the "Run VSCode Extension's Tests from extension" command, an error appears:
|
@vinokurig it's entirely possible that the test reporter stuff is bogus: it's not production quality and not meant to be: what this PR is fixing is that the plugin test can obtain a |
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.
I managed to see some output from the test plugin, which means that the API works.
Thanks, @tsmaeder - we've recently seen a case of this problem, as well, and you've saved us having to fix it ourselves :-). |
@colin-grant-work I live to serve ;-). Would be interested to know in what context the problem occurred. |
@tsmaeder, it occurred when one of our users had symlinked their user settings / plugins folder to somewhere else in their file system. I think that must have created a mismatch between the filename stored in the API map and the filename that was seen when the extension actually tried to load |
Signed-off-by: Thomas Mäder <[email protected]>
Signed-off-by: Thomas Mäder [email protected]
What it does
Fixes VSCode default API is Theia API #10190
How to test
yarn compile
the package to create the compiled test filesReview checklist
Reminder for reviewers