Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>json-extension-testNew to Visual Studio Code? Get it now.
json-extension-test

json-extension-test

brian9725

|
3,624 installs
| (0) | Free
Simple json extension example
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Json Language Server

Install Server Dependencies

  1. Install pygls following this README
  2. Create .vscode/settings.json file and set python.pythonPath to point to your python environment where pygls is installed

Install Client Dependencies

Open terminal and execute following commands:

  1. npm install
  2. cd client/ && npm install

Run Example

  1. Open this directory in VS Code
  2. Open debug view (ctrl + shift + D)
  3. Select Server + Client and press F5
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft