You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
mjbvz
changed the title
Odd file completions for file in subdirectories returned when using compilerOptions.path
Odd file completion for file in subdirectory returned when using compilerOptions.path
Feb 2, 2018
Uh oh!
There was an error while loading. Please reload this page.
TypeScript Version: 2.7.1
Search Terms:
Code
With
jsconfig.json
:In
src/index.js
, type:import {} from '@zoo/animals/'
Trigger path intellisense after
@zoo/animals/
Expected behavior:
Returns a file completion for `cat.
Actual behavior:
An odd completion for
/cat
is returned:This causes the import to become
'@zoo/animals//cat'
Related:
#21589
#21591
The text was updated successfully, but these errors were encountered: