Skip to content

Instantly share code, notes, and snippets.

@elierotenberg
Created March 6, 2024 08:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elierotenberg/1aff357b2313dcad8839ea733fbbb9d2 to your computer and use it in GitHub Desktop.
Save elierotenberg/1aff357b2313dcad8839ea733fbbb9d2 to your computer and use it in GitHub Desktop.
VSCode restart TS / ESlint / GraphQL
[
{
"args": {
"commands": [
"eslint.restart",
"typescript.restartTsServer",
"vscode-graphql.restart"
]
},
"command": "runCommands",
"key": "ctrl+shift+a"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment