Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restart typespec server command fail if the server wasn't running before #2996

Closed
timotheeguerin opened this issue Mar 6, 2024 · 0 comments
Labels
bug Something isn't working ide Issues for VS, VSCode, Monaco, etc. triaged:core
Milestone

Comments

@timotheeguerin
Copy link
Member

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)

@markcowl markcowl added the bug Something isn't working label Mar 11, 2024
@markcowl markcowl added this to the Backlog milestone Mar 11, 2024
@timotheeguerin timotheeguerin added the ide Issues for VS, VSCode, Monaco, etc. label Jul 24, 2024
github-merge-queue bot pushed a commit that referenced this issue Oct 31, 2024
…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]>
@RodgeFu RodgeFu closed this as completed Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ide Issues for VS, VSCode, Monaco, etc. triaged:core
Projects
None yet
Development

No branches or pull requests

3 participants