Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (12 loc) · 386 Bytes

File metadata and controls

13 lines (12 loc) · 386 Bytes

vs code vnc plugin for fulib.org projects

This extension adds an embedded vnc viewer to the vs code server instance, which is used by fulib.org projects.

Create .vsix

To get a .vsix you can use vsce (a CLI tool for managing VS Code extensions). You can install vsce with the node package manager (npm):

npm install -g vsce

Package the extension with:

vsce package