Skip to content

Commit 03e1444

Browse files
committed
Updated Getting logs from TS Server in VS Code (markdown)
1 parent 762a3f9 commit 03e1444

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Getting-logs-from-TS-Server-in-VS-Code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
22

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.
44

55
1. Open the project you want to investigate in VS Code
66
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

Comments
 (0)