Sergii Kostyrko
Results
1
comments of
Sergii Kostyrko
It seems that vscode's import path quick suggestions break mappings After I added ``` "typescript.quickSuggestionsForPaths": false, ``` and with ``` "path-intellisense.mappings": { "@": "${workspaceRoot}/app" } ``` it started to provide...