-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Open
Labels
Needs InvestigationThis issue needs a team member to investigate its status.This issue needs a team member to investigate its status.
Milestone
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version:
1.64.2 - OS Version:
macOS 12.2.1
Steps to Reproduce:
- for your convenience, here's a minimum repro, but you'd need to use VSCode
Or follow these steps:
- Use any package manager that allows to link a package
- Add package.json
{
"name": "pkg",
"devDependencies": {
"pkg": "file:."
}
}- Define a variable in a separate from the testing file (ex.
example.ts) - Attempt to auto import from the testing file (
index.ts) the variable declared inexample.ts - VSCode fails to auto import using a
non-relativepath- even with
typescript.preferences.importModuleSpecifierset asnon-relative - expectation
pkg/src/example
- current VSCode's behavior
./example
- even with
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Needs InvestigationThis issue needs a team member to investigate its status.This issue needs a team member to investigate its status.