Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: v1.70.2
- OS Version: macOS 11.6.8 (20G730)
Steps to Reproduce:
- Clone https://github.com/dalisoft/vscode-workspace-bug
- Open
backend folder inside this workspace (not *.code-workspace file)
- Try to import
getUserId with IntelliSense
Excepted
import { getUserId } from "@shared/api/auth"
Actual
import { getUserId } from "@shared/api/src/auth"
Note
- This rule respects WebStorm and works their Smart IDE function fine with imports (hover info) and etc pluses, so cause bug only related to VSCode