plugin LSP Client
-
- Posts: 392
- Joined: 01.12.2020 13:46
-
- Posts: 40
- Joined: 26.02.2019 13:47
I am very newbie and "globally" did not understanduvviewsoft wrote:About your Q-1: "npm install typescript" is not server compilation. it's installing of TypeScript. the server compilation is the next command with "npx".
What error that "npx" command gives to u?
Also did u try to install TypeScript globally? https://docs.npmjs.com/downloading-and- ... s-globally
This message appear, when i am run "npx tsc" inside folder "server"
Code: Select all
This is not the tsc command you are looking for
To get access to the TypeScript compiler, tsc, from the command line either:
- Use npm install typescript to first add TypeScript to your project before using npx
- Use yarn to avoid accidentally running code from packages which haven't been installed
https://i.imgur.com/IcAp3it.png
-
- Posts: 392
- Joined: 01.12.2020 13:46
-
- Posts: 40
- Joined: 26.02.2019 13:47
Hello!
In CudaText 1.139.5.0 win64 and LSP client 2021.07.29 (from Addons manager) command "Definition"doesn't work again, substituting the wrong path.
Command "References" work normally. LSP server "AutoHotKey", does not change settings.
In CudaText 1.139.5.0 win64 and LSP client 2021.07.29 (from Addons manager) command "Definition"doesn't work again, substituting the wrong path.
Command "References" work normally. LSP server "AutoHotKey", does not change settings.
Code: Select all
Не удалось найти файл:
D:\d:\Midas\Dropbox\Docs\MyProgs\AHK\1test.ahk
[OK]
Please update the plugin from here - https://github.com/halfbrained/cuda_lsp
I added some logging to see what's up
I added some logging to see what's up
-
- Posts: 40
- Joined: 26.02.2019 13:47
In console text:Shovel wrote:Please update the plugin from here - https://github.com/halfbrained/cuda_lsp
I added some logging to see what's up
Code: Select all
LSP: starting server - AutoHotkey; root: None
NOTE: LSP: AutoHotkey - file does not exist: '\\d:\\Midas\\Dropbox\\Docs\\MyProgs\\AHK\\1test.ahk', uri:'file:///d%3A/Midas/Dropbox/Docs/MyProgs/AHK/1test.ahk'
Thanks. Should be fixed - https://github.com/halfbrained/cuda_lsp
-
- Posts: 40
- Joined: 26.02.2019 13:47
Command now work!Shovel wrote:Thanks. Should be fixed - https://github.com/halfbrained/cuda_lsp
Thank you!