Where is VSCode's "Restart TS server"?

Viewed 18149

I'm new to TS. I'm seeing instructions to use the command panel to"Restart TS server".

But this option is not there.

Is this a particular extension?

1 Answers
  1. You'll need to have a .js, .ts or .tsx file focused in the editor.

  2. Then Open the command palette

    • Mac: Cmd + Shift + P
    • Win: Ctrl + Shift + P
  3. Then type restart and the option should be available.

    screenshot

Related