, the editor currently only suggests the relative import path
./b.ts
./b.ts
when attempting to import
b.ts
b.ts
. It does not suggest the import map alias
$src/b.ts
$src/b.ts
.
This behavior differs from previous versions, where the alias-based path was suggested, not the relative one. This is a change from how it previously worked, and itβs now affecting our workflow significantly. Can something be done to help us keep the old behavior?