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