microsoft/vscode-typescript-next#134
- install any version of
ms-vscode.vscode-typescript-next
equal to or later thanv5.7.20240911
- trigger
Restart Extensions
- open
main.ts
and trigger theAdd all missing imports
source action
you should see the following imports appear
import { StdinTextReader } from './src/lib/ericchase/Platform/Node/Process.js';
import type { Defer } from './src/lib/ericchase/Utility/Defer.js';
- the
Add all missing imports
source action works just fine whenms-vscode.vscode-typescript-next
is not installed - after installing
ms-vscode.vscode-typescript-next
, you must at minimum trigger theRestart Extensions
command- restarting the TS Server alone is not enough from my tests