python -m venv env
- Activate environment
pip install pygls
- Create
.vscode/settings.json
file and setpython.pythonPath
to point to your python environment wherepygls
is installed
Open terminal and execute following commands:
npm install
cd client/ && npm install
- Open this directory in VS Code
- Open debug view (
ctrl + shift + D
) - Select
Server + Client
and pressF5
- get package.json right
- publish to github
- Set up pipenv
- implement language (duh...)
- tests