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