js00070 / code-extension

vscode插件测试

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscode 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. RUN python __main__.py --tcp
  2. Open this directory in VS Code
  3. Open debug view (ctrl + shift + D)
  4. Select Server + Client and press F5

About

vscode插件测试


Languages

Language:Python 79.3%Language:TypeScript 20.7%