You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- /full/path/to/code/workspace with the absolute path to your project
69
-
- /full/path/to/languageserver/executable with the path to your language server (found using `which` command e.g. `which pyright`)
66
+
- /Users/you/dev/yourpythoncodebase with the absolute path to your project
67
+
- /opt/homebrew/bin/pyright with the path to your language server (found using `which` command e.g. `which pyright`)
70
68
- Any aruments after `--` are sent as arguments to your language server.
71
69
- Any env variables are passed on to the language server. Some may be necessary for you language server. For example, `gopls` required `GOPATH` and `GOCACHE` in order for me to get it working properly.
0 commit comments