@typescript-eslint/parser don't work properly with symlink folders #2234
< 8000 div class="gh-header-actions mt-0 mb-3 mb-md-2 ml-1 flex-md-order-1 flex-shrink-0 d-flex flex-items-center gap-1">
Labels
awaiting response
Issues waiting for a reply from the OP or another party
package: parser
Issues related to @typescript-eslint/parser
Uh oh!
There was an error while loading. Please reload this page.
Repro
I use a symlink from my project folder point to my home folder:
/opt/project/workspace
=>~/worspace
Opening the VSCode using the symlink path
~/workspace
the error always persists.Opening VSCode using the original path:
/opt/project/workspace
solves the problem.This shouldn't be an error, but for now it is.
It's important to say that I made all other issues solutions related but nothing works.
// your repro code case
Expected Result
Code below works properly:
Actual Result
Additional Info
Versions
@typescript-eslint/parser
^3.2.0
TypeScript
3.9.5
ESLint
7.2.0
node
12.13.1
npm
6.14.4
The text was updated successfully, but these errors were encountered: