We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows 10, Nim 2.0.8 installed via Choosenim
I installed the extension and pressed "Yes" on the pop-up which suggests to install the nimlangserver. It has successfully installed
2024-08-00 0022:0024:0055.000438 - Success: nimlangserver installed successfully. 2024-08-00 0022:0024:0057.0059 - Nimble install successfully 2024-08-00 0022:0024:0057.0060 - nimlangserver found: C:\Users\first\.vscode-nim\nimbledeps\bin\nimlangserver.cmd 2024-08-00 0022:0024:0057.0060 - Starting nimlangserver.
but right after that the error appeared:
the pcre64.dll file exists in the C:\Users\first\.choosenim\toolchains\nim-2.0.8\bin folder, but not in the C:\Users\first\.vscode-nim\nimbledeps\bin\
C:\Users\first\.choosenim\toolchains\nim-2.0.8\bin
C:\Users\first\.vscode-nim\nimbledeps\bin\
after reloading the vscode some others errors appear, but just for a moment
The text was updated successfully, but these errors were encountered:
Solved by adding to the pass not only the C:\Users\first\.nimble\bin\ , but also the C:\Users\first\.choosenim\toolchains\nim-2.0.8\bin\
C:\Users\first\.nimble\bin\
C:\Users\first\.choosenim\toolchains\nim-2.0.8\bin\
Sorry, something went wrong.
the lsp Dies down after ctrl+s...
No branches or pull requests
Windows 10, Nim 2.0.8 installed via Choosenim
I installed the extension and pressed "Yes" on the pop-up which suggests to install the nimlangserver. It has successfully installed
but right after that the error appeared:
the pcre64.dll file exists in the
C:\Users\first\.choosenim\toolchains\nim-2.0.8\bin
folder, but not in theC:\Users\first\.vscode-nim\nimbledeps\bin\
after reloading the vscode some others errors appear, but just for a moment
The text was updated successfully, but these errors were encountered: