|
9 سال پیش | |
---|---|---|
.vscode | 50e0c8d70c 1.0 | 9 سال پیش |
src | da30aaede9 Update readme.md | 9 سال پیش |
.gitignore | 50e0c8d70c 1.0 | 9 سال پیش |
.npmignore | 50e0c8d70c 1.0 | 9 سال پیش |
LICENSE.md | 50e0c8d70c 1.0 | 9 سال پیش |
README.md | dc9df814a7 fix typos | 9 سال پیش |
gulpfile.js | 50e0c8d70c 1.0 | 9 سال پیش |
package.json | 76d2d0b8d1 1.0.1, take latest json-languageservice | 9 سال پیش |
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.
This npm module is bundled and distributed in the monaco-editor npm module.
npm install .
npm run watch
npm run prepublish
$/src/monaco-json
$/src/monaco-json> npm run watch
$/src/monaco-editor
$/src/monaco-editor> npm run simpleserver
monaco-editor-core
.$/src/vscode/
$/src/vscode> gulp watch