Skip to content

cgsdev0/godot-lsp-wsl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

godot-lsp-wsl

npm

Proxy the godot language server from windows to WSL. Assumes you are using these settings in your Godot Editor Settings:

image

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!