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
Copy file name to clipboardExpand all lines: Getting-logs-from-TS-Server-in-VS-Code.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
This page describes how to get a TS Server log via VS Code/ you might need this for debugging why a crash has occurred, or to make sure that the communication between TypeScript the language and your editor is consistent.
1
+
This page describes how to get a TS Server log via VS Code. You might need this for debugging why a crash has occurred and you need to restart VS Code, any time you need to restart the JS/TS language server, or to make sure that the communication between TypeScript the language and your editor is what you expect.
2
2
3
-
The TS Server is a node server which IDEs talk to in order to provide rich integration with the code.
3
+
The TS Server is a node server which IDEs talk to in order to provide rich integration with your TS/JS code.
4
4
5
5
1. Open the project you want to investigate in VS Code
6
6
1. Run the command `Open TS server log file` (View > Command Palette) , this should offer to turn on logging if you don't have it enabled
0 commit comments