|
8 years ago | |
---|---|---|
.vscode | 8 years ago | |
src | 8 years ago | |
.gitignore | 9 years ago | |
.npmignore | 9 years ago | |
LICENSE.md | 9 years ago | |
README.md | 9 years ago | |
gulpfile.js | 8 years ago | |
package.json | 8 years ago |
JSON language plugin for the Monaco Editor. It provides the following features when editing JSON files:
Schemas can be provided by configuration. See here for the API that the JSON plugin offers to configure the JSON language support.
Internally the JSON plugin uses the vscode-json-languageservice node module, providing the implementation of the functionally listed above. The same module is also used in Visual Studio Code to power the JSON editing experience.
Please file issues concering monaco-json
in the monaco-editor
-repository.
This npm module is bundled and distributed in the monaco-editor npm module.
/src/
)git clone https://github.com/Microsoft/monaco-editor
(this will create $/src/monaco-editor
)monaco-editor
run npm install
and run npm run simpleserver
/src/
).git clone https://github.com/Microsoft/monaco-editor
(this will create $/src/monaco-editor
)git clone https://github.com/Microsoft/monaco-json
(this will create $/src/monaco-json
)monaco-json
run npm install
and run npm run watch
monaco-editor
run npm install
and run npm run simpleserver
monaco-editor-core
./src/
) that already contains monaco-json
and monaco-editor
git clone https://github.com/Microsoft/vscode
(this will create $/src/vscode/
)vscode
run gulp watch