blob: 53210c9427b33ded6ce7ddd3e1ade37c6095b459 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Visual Studio Code syntax highlighting extension for Sail
## Normal use
## Development
Open the `sail` folder for Visual Studio Code syntax highlighting.
## Publication
Install vsce with
npm install -g vsce
and publish the extension using
vsce publish
!!!This requires having access to the rems-project azure / marketplace.visualstudio.com account.
See
https://code.visualstudio.com/api/working-with-extensions/publishing-extension
|