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
It is not related to remote-vscode or I checked the following issue
Imagine yourself into my position and think how hard to debug the issue without insufficient information.
I understand that you have privacy concerns and I expect you to understand that this extension is developed for free.
Thanks.
Describe the bug
If an empty line is present in the file, it leads to an error: Unknown line in: ...
[2022-03-25 14:46:25.774] [WARN] Unable to parse envFile "c:\MyProject\test.env" [Error: Unknown line in: "c:\MyProject\test.env"
at c:\Users\AlexisPlacet\.vscode\extensions\matepek.vscode-catch2-test-adapter-4.0.26\out\dist\main.js:2:353304
at Array.forEach (<anonymous>)
at e.ConfigOfExecGroup._createSuiteByUri (c:\Users\AlexisPlacet\.vscode\extensions\matepek.vscode-catch2-test-adapter-4.0.26\out\dist\main.js:2:353269)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
at async c:\Users\AlexisPlacet\.vscode\extensions\matepek.vscode-catch2-test-adapter-4.0.26\out\dist\main.js:2:349779]
The text was updated successfully, but these errors were encountered:
Checklist
I understand that you have privacy concerns and I expect you to understand that this extension is developed for free.
Thanks.
Describe the bug
If an empty line is present in the file, it leads to an error:
Unknown line in: ...
To Reproduce
Set
envFile
settingssettings.json:
envFile content (see the empty line)
Desktop
Log (optional but recommended)
The text was updated successfully, but these errors were encountered: