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
To repro set "typespec.tsp-server.path" to a bad location reload window, typespec server should fail to start. Then run restart command and it fails to try to restart because it is not running(Instead of trying to restart and failing after because of the issue)
The text was updated successfully, but these errors were encountered:
…ings changed (#4912)
1. TypeSpec Language Server would be restarted with new settings when
setting "typespec.tsp-server.path" is changed
2. Typespec Language Server can be restarted properly when the server
wasn't running before
3. Code refactor in vscode extension.
related issues:
#2996, #4765
---------
Co-authored-by: Timothee Guerin <[email protected]>
swatkatz
pushed a commit
to swatkatz/typespec
that referenced
this issue
Nov 5, 2024
…ings changed (microsoft#4912)
1. TypeSpec Language Server would be restarted with new settings when
setting "typespec.tsp-server.path" is changed
2. Typespec Language Server can be restarted properly when the server
wasn't running before
3. Code refactor in vscode extension.
related issues:
microsoft#2996, microsoft#4765
---------
Co-authored-by: Timothee Guerin <[email protected]>
To repro set
"typespec.tsp-server.path"
to a bad location reload window, typespec server should fail to start. Then runrestart
command and it fails to try to restart because it is not running(Instead of trying to restart and failing after because of the issue)The text was updated successfully, but these errors were encountered: