Test for #23345
OS
Size: 2
Scenarios
Changing TypeScript Version Does Not Require VSCode Restart
- Open a js/ts project that includes a workspace version of TypeScript
- Run the
Select TypeScript Version command
- Change the active typescript version
- This should prompt you about restarting the TypeScript server but not longer prompt you to restart VSCode itself
- Verify the correct TS version is now active
Changing TypeScript Log Level Does Not Require VSCode Restart
- Open a js/ts project that includes a workspace version of TypeScript
- Change your
"typescript.tsserver.log" setting from off to verbose
- This should prompt you about restarting the TypeScript server but not longer prompt you to restart VSCode itself
- Wait for the restart and then try opening the log file to verify the change as taken effect
Test for #23345
OS
Size: 2
Scenarios
Changing TypeScript Version Does Not Require VSCode Restart
Select TypeScript VersioncommandChanging TypeScript Log Level Does Not Require VSCode Restart
"typescript.tsserver.log"setting fromoffto verbose