Skip to content

Commit

Permalink
feat(vs): add restart TS server bind
Browse files Browse the repository at this point in the history
  • Loading branch information
denolfe committed Sep 17, 2024
1 parent fe98544 commit f82fb55
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vscode/macos/keybindings.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,12 @@
"command": "editor.action.peekTypeDefinition"
},

// Restart TS Server
{
"key": "cmd+shift+r",
"command": "typescript.restartTsServer"
},

// Toggle Fold
{
"key": "cmd+k l",
Expand Down

0 comments on commit f82fb55

Please sign in to comment.