Remove most comments, keeping the important ones (TODO, FIXME, NOTE, triple slash). Forked from plibither8 with some upgrades.
-
Install Dependencies:
npm i
-
Package the Extension:
npx vsce package
-
Install via VSIX in VSCode:
- Open VSCode, go to Extensions view.
- Click the three-dot menu, select "Install from VSIX...", and choose the generated
.vsix
file.