Overview Version History Q & A Rating & Review
vscode-extensions-files
A client for the .vscode/extensions.json
language server.
This extension adds features like code completion to your .vscode/extensions.json
files.
💡 This package was created as a part of the "How to create a language server and VS Code extension" article . Don't expect a fully featured and supported package, but feel free to use it, if you find it useful. 💡
Setup
Open your command palette in VS Code and run this:
ext install vscode-extensions-files
Alternativly you can open your extensions view in VS Code and install it that way.
Usage
This extension currently doesn't support any additional configuration. As soon as you install it, you'll get code completion for extensions in your .vscode/extensions.json
files.