Posted: 23.07.2021 15:34
Updated the plugin in addons. Thanks for the fixes.
Discuss releases, report bugs and wishes
http://synwrite.sourceforge.net/forums/
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
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
Code: Select all
Не удалось найти файл:
D:\d:\Midas\Dropbox\Docs\MyProgs\AHK\1test.ahk
[OK]
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'
Command now work!Shovel wrote:Thanks. Should be fixed - https://github.com/halfbrained/cuda_lsp