preview of type renaming in VSCode (WIP) #1
AlexHaxe
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
how to build and install your own language server: $ gh repo clone vshaxe/haxe-language-server
$ cd haxe-language-server/
$ git checkout rename
$ npm install
$ npx lix install gh:HaxeCheckstyle/haxe-rename
$ npx lix run vshaxe-build -t language-server --debug
$ cp ~/.vscode/extensions/nadako.vshaxe-2.21.4/server/bin/server.js ~/.vscode/extensions/nadako.vshaxe-2.21.4/server/bin/server.bak.js
$ cp bin/server.js ~/.vscode/extensions/nadako.vshaxe-2.21.4/server/bin/ for Windows: replace restart languageserver / vscode to make it load and use new server.js only works on projects with Haxe sources in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions