This commit is contained in:
Martin Aeschlimann 2020-11-12 10:51:45 +01:00
Родитель 9d41ca8362
Коммит db56c51508
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -32,6 +32,10 @@ For the complete API see [jsonLanguageService.ts](./src/jsonLanguageService.ts)
npm install --save vscode-json-languageservice
## Sample usage
See [sample.ts](./src/example/sample.ts) for an example on how to use the json-languageservice.
## Development
git clone https://github.com/microsoft/vscode-json-languageservice
@ -40,6 +44,7 @@ For the complete API see [jsonLanguageService.ts](./src/jsonLanguageService.ts)
Use `yarn test` to compile and run tests
### How can I run and debug the service?
- open the folder in VSCode.