How to make Vscode aware of aliases?
harryqt opened this issue · 1 comments
harryqt commented
So, vscode can open the file when click?
Subwaytime commented
To make VSCode understand your path aliases its recommended to enable the useConfig
option, either with typescript or with javascript alone. This option will be true
on default next version, as well as the automatic typescript detection. (checkout the README, for more information)