-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Missing API for Language Support Che 7 Plug-Ins #13007
Comments
Where there is a version number, the API was introduced after the version of the API we initially targeted (1.29.1) Commands
API
|
Collected from #12996. I haven't looked at the "dynamicCommandCalls" yet. These might reveal more used commands. |
List now includes dynamic command invocations. Note that we can't really track commands that might be originating in language servers (CodeActions, for example), but they should not rely on the host being VS Code, so if they are clean, we are ok. |
vscode.java/0.42.0 is also using vscode.extensions.onDidChange() which is not available. |
Thanks for detecting that. The bigger question, though: which is that not being picked up by the tool? If it's not reliable, it's a lot less useful. |
I'll need to do another pass over the repos, unfortunately. The positives still are real positives that should be fixed. |
Reran the checks with the newest version of the tool and master of the extensions |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
This lists missing VS Code API referenced from Language Support Plugins used in Che 7 GA.
The text was updated successfully, but these errors were encountered: