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
Nim version: 2.0.8 [MacOSX: arm64]
VSCode Extension Version: v0.9.0
I am quite new to Nim ecosystem and community. I am using vscode-nim extension and when writing Nim Script files .nims, I am getting lots of undeclared identifier errors. For example:
When running nim check on that file everything is working fine and no problems are reported, which seemed to be a problem in the past as well (see nim-lang/Nim#19440).
Is there a way to fix this? Or maybe at least a way to ignore certain (type of) file?
The text was updated successfully, but these errors were encountered:
Nim version:
2.0.8 [MacOSX: arm64]
VSCode Extension Version:
v0.9.0
I am quite new to Nim ecosystem and community. I am using
vscode-nim
extension and when writing Nim Script files.nims
, I am getting lots ofundeclared identifier
errors. For example:When running
nim check
on that file everything is working fine and no problems are reported, which seemed to be a problem in the past as well (see nim-lang/Nim#19440).Is there a way to fix this? Or maybe at least a way to ignore certain (type of) file?
The text was updated successfully, but these errors were encountered: