Compare commits
2 Commits
0fa11e05a5
...
8c4334b66d
Author | SHA1 | Date | |
---|---|---|---|
8c4334b66d | |||
38e098ac82 |
@ -92,6 +92,11 @@
|
||||
"command": "-editor.action.revealDefinition",
|
||||
"when": "editorHasDefinitionProvider && editorTextFocus"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+shift+m",
|
||||
"command": "-workbench.actions.view.problems",
|
||||
"when": "workbench.panel.markers.view.active"
|
||||
},
|
||||
// Editing
|
||||
{
|
||||
"key": "shift+k",
|
||||
|
@ -19,7 +19,7 @@
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": "explicit"
|
||||
},
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
"editor.defaultFormatter": "vscode.typescript-language-features"
|
||||
},
|
||||
"[typescriptreact]": {
|
||||
"editor.defaultFormatter": "vscode.typescript-language-features"
|
||||
@ -123,6 +123,15 @@
|
||||
"commands": [
|
||||
"editor.action.goToReferences"
|
||||
]
|
||||
},
|
||||
{
|
||||
"before": [
|
||||
"leader",
|
||||
"q"
|
||||
],
|
||||
"commands": [
|
||||
"workbench.actions.view.problems"
|
||||
]
|
||||
}
|
||||
],
|
||||
// Window
|
||||
|
Loading…
Reference in New Issue
Block a user