Gathering detailed insights and metrics for @redocly/vscode-json-languageservice
Gathering detailed insights and metrics for @redocly/vscode-json-languageservice
Gathering detailed insights and metrics for @redocly/vscode-json-languageservice
Gathering detailed insights and metrics for @redocly/vscode-json-languageservice
npm install @redocly/vscode-json-languageservice
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
271 Stars
650 Commits
113 Forks
29 Watching
17 Branches
118 Contributors
Updated on 28 Nov 2024
TypeScript (99.75%)
JavaScript (0.25%)
Cumulative downloads
Total Downloads
Last day
-26.8%
4,143
Compared to previous day
Last week
-11.6%
24,850
Compared to previous week
Last month
22.7%
146,357
Compared to previous month
Last year
592.7%
932,996
Compared to previous year
JSON language service extracted from VSCode to be reused, e.g in the Monaco editor.
The vscode-json-languageservice contains the language smarts behind the JSON editing experience of Visual Studio Code and the Monaco editor.
For the complete API see jsonLanguageService.ts and jsonLanguageTypes.ts
npm install --save vscode-json-languageservice
See sample.ts for an example on how to use the JSON language service.
To run the sample use yarn sample
git clone https://github.com/microsoft/vscode-json-languageservice
cd vscode-json-languageservice
yarn
Use yarn test
to compile and run tests
jsonCompletion.ts
yarn link vscode-json-languageservice
in vscode/extensions/json-language-features/server
to run VSCode with the latest changes from vscode-json-languageservice
vscode/scripts/code.sh|bat
) and open a .json
filevscode-json-languageservice
sources, run command Debug: Attach to Node process
and pick the code-oss
process with the json-language-features
path
jsonCompletion.ts
.json
fileNo vulnerabilities found.
Reason
all changesets reviewed
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
1 existing vulnerabilities detected
Details
Reason
1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More