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
However it seems it isn't extensible with custom packages, so adding an API for that would be great because I would really like to add support for completing versions in my package
The text was updated successfully, but these errors were encountered:
Yes, correct. I forgot to close this issue and comment.
The previously hard coded completions like npm or project.json versions have now moved to the JavaScript resp C# extensions.
Each of these extension registers a completion and hover provider for the corresponding JSON files, and uses the new javac-parser node-module to parse the JSON in order to evaluate the current location in the JSON file.
Have a look at dotnet/vscode-csharp#224 to see how this works.
Right now there are some hard coded completions like npm or bower versions (https://github.com/Microsoft/vscode/tree/master/src/vs/languages/json/common/contributions)
However it seems it isn't extensible with custom packages, so adding an API for that would be great because I would really like to add support for completing versions in my package
The text was updated successfully, but these errors were encountered: