issues
search
marklogic-community
/
grove
Grove, a toolkit full of tooling, templates, and other resources that help with building UI applications on top of MarkLogic.
https://marklogic-community.github.io/grove/
Other
5
stars
2
forks
source link
How to configure VS Code for .sjs
#36
Open
grtjn
opened
4 years ago
grtjn
commented
4 years ago
Code > Preferences >Settings -> type: file extensions..
Text Editor > Files should show up (at the top for me)
The top says File Associations, and you can click edit settings.json there..
and then you add this at the top of settings.json:
"files.associations": { "*.sjs": "javascript" },