This is the Visual Studio Code extension for the CSpydr Programming Language.
Please check out CSpydr on its official repository for more information.
Adds syntax highlighting for the CSpydr programming language to Visual Studio Code
-
Installation from repository
- Create a folder called
CSpydr
in.vscode-oss/extensions
in your home directory. - Copy the contents of this folder to
.vscode-oss/extensions/CSpydr
- Refresh your VSCode Window or restart VSCode.
On UNIX, you can use the
install.sh
script in this directory. Run it in your Terminal with$ ./install.sh
- Create a folder called
-
Installation from VSIX
- Download the
.vsix
file from the Release Page - Import the downloaded file into vscode
- Download the
To create a .vsix
package for this extension, use the vsce
tool.
- Install
vsce
fromnpm
$ npm install -g @vscode/vsce
- Create the vsix package
$ vsce package