Skip to content

sarvalabs/vscode-coco

Repository files navigation

Cocolang for Visual Studio Code

license latest tag minver_vscode issue count

The VS Code Cocolang extension provides syntax highlighting for the Coco programming language.

Compatibility

  • v0.2.4 or greater is required for cocolang@v0.4.0

Install from the Extension Marketplace

This extension can be installed from the Visual Studio Code Extension Marketplace here.

Install from a VSIX

A .vsix files comes bundled with every release and can be downloaded from here.

Alternatively, it can be built from this repository source with the following command (requires NPM) resulting in the creation of a file named a file coco-v*.*.*.vsix with the release version.

npm run package

However, you obtain the .vsix file, it can then be used to install the extension to Visual Studio Code using the following command. Read more here for other ways to install from a VSIX

code --install-extension coco.vsix

Feedback and Issues

If you encounter any issues with the Cocolang extension or have suggestions for improvements, please check the extension's GitHub repository for issue tracking. You can open a new issue to report problems or submit feature requests.