文件名称:salt-lsp:盐语言服务器协议服务器
文件大小:68KB
文件格式:ZIP
更新时间:2024-04-20 17:03:36
Python
盐脂 盐语言服务器协议服务器 先决条件 Python> = 3.7 VSCode(从编辑器实时测试服务器时需要) 设置 设置并启动服务器: $ python3 -m venv .env3 $ . .env3/bin/activate $ pip install -r requirements.txt -r dev-requirements.txt 一次创建完成类: $ ./create_completion_classes.py 启动服务器: $ ./lsp_server.py --tcp 启动客户端: 运行yarn install 启动VSCode并打开该目录作为服务器 打开调试菜单(Ctrl + Shift + D) 选择“启动客户端”下拉菜单 按F5
【文件预览】:
salt-lsp-main
----client()
--------src()
----pyproject.toml(159B)
----create_completion_classes.py(1KB)
----lsp_server.py(2KB)
----package.json(2KB)
----data()
--------.gitkeep(0B)
----.github()
--------workflows()
----tests()
--------test_utils.py(248B)
--------test_completions.py(121KB)
--------test_ast.py(26KB)
--------test_parser.py(4KB)
----LICENSE(11KB)
----dev-requirements.txt(50B)
----tsconfig.json(432B)
----requirements.txt(35B)
----salt_lsp()
--------server.py(12KB)
--------parser.py(20KB)
--------utils.py(3KB)
--------__init__.py(0B)
--------base_types.py(2KB)
----.gitignore(2KB)
----README.md(816B)
----yarn.lock(23KB)
----.vscode()
--------launch.json(1KB)
--------tasks.json(389B)