git clone https://github.com/microsoft/vscode-json-languageservice cd vscode-json-languageservice yarn Useyarn testto compile and run tests How can I run and debug the service? open the folder in VSCode. set breakpoints, e.g. injsonCompletion.ts ...
run VSCode out of source (vscode/scripts/code.sh|bat) and open a.jsonfile in VSCode window that is open on thevscode-json-languageservicesources, run commandDebug: Attach to Node processand pick thecode-ossprocess with thejson-language-featurespath set breakpoints, e.g. injsonCompletion.ts ...
JSON language service extracted from VSCode to be reused, e.g in the Monaco editor. - vscode-json-languageservice/sample.ts at main · microsoft/vscode-json-languageservice
package-lock.json prepare 5.4.1 (#242) Aug 27, 2024 package.json prepare 5.4.1 (#242) Aug 27, 2024 README Code of conduct License Security vscode-json-languageservice JSON language service extracted from VSCode to be reused, e.g in the Monaco editor. ...
开发者ID:asotog,项目名称:vscode,代码行数:4,代码来源:globPatternContribution.ts 注:本文中的vscode-json-languageservice.CompletionsCollector类示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;...
開發者ID:asotog,項目名稱:vscode,代碼行數:4,代碼來源:globPatternContribution.ts 注:本文中的vscode-json-languageservice.CompletionsCollector類示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的Li...
.vscode build src .eslintrc.json .gitignore .mocharc.json .npmignore .travis.yml CHANGELOG.md LICENSE.md README.md package-lock.json package.json Breadcrumbs vscode-json-languageservice / Latest commit Cannot retrieve latest commit at this time. ...
main vscode-json-languageservice/.eslintrc.json Go to file Cannot retrieve contributors at this time 27 lines (27 sloc) 605 Bytes Raw Blame { "root": true, "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": 6, "sourceType": "module" }, "plugins": [ "@...
vscode-json-languageservice/LICENSE.md Go to file microsoft/vscode-json-languageservice is licensed under the MIT LicenseA short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed...
in VSCode window that is open on the vscode-json-languageservice sources, run command Debug: Attach to Node process and pick the code-oss process with the json-language-features path set breakpoints, e.g. in jsonCompletion.ts in the instance run from sources, invoke code completion in ...