needle and logicor language by Ibax. Format, completion and highlighting supports
Open (download and install) Visual Studio Code
Search extension by any of keywords: ibax, needle, logicor
Make sure you have Node.js installed. Then run:
npm install -g vsce
You can use vsce to easily package and publish your extensions:
$ cd myExtension
$ vsce package
# myExtension.vsix generated
$ vsce publish
# <publisherID>.myExtension published to VS Code Marketplace
Find the Extensions and search needle-logicor-support, Click the Install button and after a successful install, you'll see an Reload button which will prompt you to restart VS Code to enable the new extension.
You can manually install a VS Code extension packaged in a .vsix
file. Using the Install from VSIX... command in the Extensions view command drop-down, or the Extensions: Install from VSIX... command in the Command Palette, point to the .vsix
file.
You can also install using the VS Code --install-extension
command line switch providing the path to the .vsix
file.
code --install-extension needle-logicor-support.vsix