You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The included instructions are incomplete and not user friendly to get this up and running successfully, even after following #204.
Please update this section to include full set up instructions.
command - does not indicate everything that needs updated. Full path updated for node exe, but doesn't say anything about updating <VSCODE-AUTOHOTKEY2-LSP> section in the Sublime Text4 section. It's mentioned under Use in other editors but Sublime Text 4 has its own package for this. Is the section under Use in other editors needed for the Sublime Text 4 install?
selector - there's no info of what needs to go in here. Scope of what? Directions say to save the file in C:\Users\<USERNAME>\AppData\Roaming\Sublime Text\Packages\User\LSP-ahk2 and this directory doesn't exist, so the plugin wouldn't even know how to find this.
AutoLibInclude - no info about what this does, or what the options do
Troubleshooting: lsp-ahk2
Version
LSP: 2.3.0
Sublime Text: 4192
Server Test Run
exit code: 1
output
node:internal/modules/cjs/loader:1228
throw err;
^
Error: Cannot find module 'C:\Program Files\Sublime Text\<VSCODE-AUTOHOTKEY2-LSP>\server\dist\server.js'
at Function._resolveFilename (node:internal/modules/cjs/loader:1225:15)
at Function._load (node:internal/modules/cjs/loader:1055:27)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:220:24)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:170:5)
at node:internal/main/run_main_module:36:49 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Node.js v22.14.0
Update the path of node.exe(maybe it's already in PATH, so you don't need to set it) and the folder of vscode-autohotkey2-lsp. This can be installed anywhere.
selector
The example is the simplest implementation. Only the selector and simple syntax highlighting are included. It is installed at the mentioned path.
AutoLibInclude
For a detailed description of the settings, you should look at the package.json and package.nls.json files of the repository.
https://github.com/thqby/vscode-autohotkey2-lsp?tab=readme-ov-file#sublime-text4
The included instructions are incomplete and not user friendly to get this up and running successfully, even after following #204.
Please update this section to include full set up instructions.
command
- does not indicate everything that needs updated. Full path updated for node exe, but doesn't say anything about updating<VSCODE-AUTOHOTKEY2-LSP>
section in theSublime Text4
section. It's mentioned underUse in other editors
but Sublime Text 4 has its own package for this. Is the section underUse in other editors
needed for the Sublime Text 4 install?selector
- there's no info of what needs to go in here. Scope of what? Directions say to save the file inC:\Users\<USERNAME>\AppData\Roaming\Sublime Text\Packages\User\LSP-ahk2
and this directory doesn't exist, so the plugin wouldn't even know how to find this.AutoLibInclude
- no info about what this does, or what the options doTroubleshooting: lsp-ahk2
Version
Server Test Run
Server Configuration
Active view
Project / Workspace
LSP configuration
System PATH
The text was updated successfully, but these errors were encountered: