fix
This commit is contained in:
parent
4fb6d5a924
commit
adac850a31
|
@ -137,4 +137,12 @@
|
|||
"command": "workbench.action.search.toggleQueryDetails",
|
||||
"when": "searchViewletVisible"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+,",
|
||||
"command": "workbench.action.openSettings"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+shift+tab",
|
||||
"command": "workbench.action.openPreviousRecentlyUsedEditorInGroup"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -8,5 +8,8 @@
|
|||
"sync.gist": "11ac9399309fc7dd1af55cf922f77204",
|
||||
"[cpp]": {},
|
||||
"C_Cpp.clang_format_style": "Google",
|
||||
"editor.rulers": [80]
|
||||
"editor.rulers": [
|
||||
80
|
||||
],
|
||||
"workbench.startupEditor": "newUntitledFile",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue