|
|
před 2 roky | |
|---|---|---|
| .. | ||
| .vscode | de614f37e9 Add basic VS Code extension using textmate syntax (#2969) | před 2 roky |
| src | de614f37e9 Add basic VS Code extension using textmate syntax (#2969) | před 2 roky |
| .gitignore | de614f37e9 Add basic VS Code extension using textmate syntax (#2969) | před 2 roky |
| Carbon.plist | de614f37e9 Add basic VS Code extension using textmate syntax (#2969) | před 2 roky |
| LICENSE | de614f37e9 Add basic VS Code extension using textmate syntax (#2969) | před 2 roky |
| README.md | de614f37e9 Add basic VS Code extension using textmate syntax (#2969) | před 2 roky |
| language-configuration.json | de614f37e9 Add basic VS Code extension using textmate syntax (#2969) | před 2 roky |
| package-lock.json | de614f37e9 Add basic VS Code extension using textmate syntax (#2969) | před 2 roky |
| package.json | de614f37e9 Add basic VS Code extension using textmate syntax (#2969) | před 2 roky |
Currently only contains basic syntax highlighting.
To generate VS Code extension file (.vsix).
npm install && npm run package
Install the extension
code --install-extension out/carbon.vsix
To update dependencies:
npm update