VS Code Local Extensions
hubelbauer.net·3h·
Discuss: Hacker News
🔌Browser Extension Development
Preview
Report Post

hubelbauer.net

For some reason the VS Code documentation doesn’t mention this on a dedicated page and this feature’s introduction and description is relegated only to the release notes of the version where it has shipped, so here I am summarizing my favorite VS Code feature and how I use it.

The feature is called Local Workspace Extensions and it was introduced in the 1.88 version of VS Code:

VS Code 1.88 release notes “Local Workspace Extensions” section

The way it works is you create a .vscode/extensions directory and then make a nested directory with your extension’s code in it. VS Code will treat that directory as if it was the contents of a VSIX extension package file ei…

Similar Posts

Loading similar posts...