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
Set typescript.updateImportsOnFileMove.enabled to always and typescript.preferences.quoteStyle to single, no other modifications to typescript settings
Have folder with files a.ts and b.ts, where b has import { FOO} from "./a" using latest typescript version
Move a.ts
The quote style remains double quotes in the import statement. I think this is reasonable behavior, but from the test item text, it seems unexpected
VS Code version: Code - Insiders 1.24.0-insider (bfd155e, 2018-05-29T05:16:50.002Z)
OS version: Windows_NT x64 10.0.17134
The text was updated successfully, but these errors were encountered:
Issue Type: Bug
Testing #50494
Repro steps:
typescript.updateImportsOnFileMove.enabled
toalways
andtypescript.preferences.quoteStyle
tosingle
, no other modifications to typescript settingsa.ts
andb.ts
, whereb
hasimport { FOO} from "./a"
using latest typescript versiona.ts
The quote style remains double quotes in the import statement. I think this is reasonable behavior, but from the test item text, it seems unexpected
VS Code version: Code - Insiders 1.24.0-insider (bfd155e, 2018-05-29T05:16:50.002Z)
OS version: Windows_NT x64 10.0.17134
The text was updated successfully, but these errors were encountered: