This may be a weird problem and not the normal, but was hoping someone here could help. I am trying to run Nim on an air-gapped network (i.e no internet). I do not have admin permissions so can't really 'install' stuff. So trying to do as much as I can by using explicit paths. I was trying to connect Nim to my VSCode and I can configure VSCode tasks to build using the Nim folder and I can get around "Nim" not being in the path by explicitly adding a "path" to "terminal.integrated.env.windows". My last venture is that I can't connect an LSP, so while I can compile and use Nim over there I have no autocompete / suggestions so it's a bit of a pain. Anybody got any ideas how I could try and connect an lsp w/o path variables so that it works with VSCode? I've already tried the Nim lsp extensions by "bung87 - vscode-nim-lsp" and "junknet - nimlsp". Any suggestions would be appreciated. :nim1: