Closed jmgomez closed 2 months ago
Tested on Win11 with the store version of the extension, vscode portable and dev nimlangserver
and works fine:
Will retest on Win10 when I have the chance
Tested on Win10 and it seems to be fine as well.
Cant repro your issue @dreamflow, can you elaborate a bit more in your project structure and config if any?
Tested on Win10 and it seems to be fine as well.
i can confirm that .
what i've done now , is that i've made a new
clean fresh portable installation of
vscode 1.93.1
from the ground up
and only installed the 1 extension :
nim-lang.org(nimvscode-1.0.3.vsix)
and nimlangserver.exe 64bit 1.5.1
.
and now the nim-lang.org
-extension
starts normal 🙂
many thanks for your very patient support !
this case can be closed as successfully solved .
in
vscode 64bit 1.92.2 in portable mode
i've disabled all extensions and then installed your custom buildnimvscode-1.0.3.vsix
of thenim-lang.org
-extension .nim -v = 2.1.99 [Windows: amd64] Compiled at 2024-09-11
. the newestnimlangserver 64bit 1.5.1
. when i drag-&-drop a nim file into vscode , there is now the empty "output"-log-window named "Nim Lsp" , but the log-window ''Extension Host''("trace"-mode) shows :independent of the above , a difference of vscode standard vs vscode in portable mode : in vscode in portable mode , the env-var VSCODE_PORTABLE is available and holds the absolute dir path to the "data\"-dir . for example "extensions\"-dir and "user-data\"-dir are reachable via "{VSCODE_PORTABLE}\extensions\" "{VSCODE_PORTABLE}\user-data\"
Originally posted by @dreamflow in https://github.com/nim-lang/vscode-nim/issues/93#issuecomment-2342845607