https://github.com/cgsdev0/godot-lsp-wsl
Proxy the godot LSP from windows to WSL
https://github.com/cgsdev0/godot-lsp-wsl
Last synced: about 1 year ago
JSON representation
Proxy the godot LSP from windows to WSL
- Host: GitHub
- URL: https://github.com/cgsdev0/godot-lsp-wsl
- Owner: cgsdev0
- Created: 2022-11-19T04:40:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-19T06:35:46.000Z (over 3 years ago)
- Last Synced: 2025-02-08T02:23:01.910Z (about 1 year ago)
- Language: TypeScript
- Size: 19.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# godot-lsp-wsl
[](https://www.npmjs.com/package/godot-lsp-wsl)
Proxy the godot language server from windows to WSL. Assumes you are using these settings in your Godot Editor Settings:

This tool will allow you to use Godot language server from an editor in WSL (e.g. neovim)
Run with:
```
npx godot-lsp-wsl
```
Or, alternatively:
```
npm install -g godot-lsp-wsl
godot-lsp-wsl
```
**NOTE:** This currently only works for projects stored in the `C:/` drive. This is a limitation I plan to address soon!