update and remove copilot shit and remove firebase
This commit is contained in:
parent
d9ce42fb84
commit
99a594d189
266 changed files with 16033 additions and 1829 deletions
|
@ -472,4 +472,69 @@
|
|||
"key": "shift+alt+f4",
|
||||
"command": "-editor.action.toggleScreenReaderAccessibilityMode"
|
||||
},
|
||||
{
|
||||
"key": "i",
|
||||
"command": "list.focusUp",
|
||||
"when": "listFocus && !inputFocus"
|
||||
},
|
||||
{
|
||||
"key": "k",
|
||||
"command": "-list.focusUp",
|
||||
"when": "listFocus && !inputFocus"
|
||||
},
|
||||
{
|
||||
"key": "up",
|
||||
"command": "-list.focusUp",
|
||||
"when": "listFocus && !inputFocus && !treestickyScrollFocused"
|
||||
},
|
||||
{
|
||||
"key": "k",
|
||||
"command": "list.focusDown",
|
||||
"when": "listFocus && !inputFocus && !treestickyScrollFocused"
|
||||
},
|
||||
{
|
||||
"key": "down",
|
||||
"command": "-list.focusDown",
|
||||
"when": "listFocus && !inputFocus && !treestickyScrollFocused"
|
||||
},
|
||||
{
|
||||
"key": "j",
|
||||
"command": "list.collapse",
|
||||
"when": "listFocus && treeElementCanCollapse && !inputFocus && !treestickyScrollFocused || listFocus && treeElementHasParent && !inputFocus && !treestickyScrollFocused"
|
||||
},
|
||||
{
|
||||
"key": "left",
|
||||
"command": "-list.collapse",
|
||||
"when": "listFocus && treeElementCanCollapse && !inputFocus && !treestickyScrollFocused || listFocus && treeElementHasParent && !inputFocus && !treestickyScrollFocused"
|
||||
},
|
||||
{
|
||||
"key": "l",
|
||||
"command": "list.expand",
|
||||
"when": "listFocus && treeElementCanExpand && !inputFocus && !treestickyScrollFocused || listFocus && treeElementHasChild && !inputFocus && !treestickyScrollFocused"
|
||||
},
|
||||
{
|
||||
"key": "right",
|
||||
"command": "-list.expand",
|
||||
"when": "listFocus && treeElementCanExpand && !inputFocus && !treestickyScrollFocused || listFocus && treeElementHasChild && !inputFocus && !treestickyScrollFocused"
|
||||
},
|
||||
{
|
||||
"key": "shift+k",
|
||||
"command": "list.expandSelectionDown",
|
||||
"when": "listFocus && listSupportsMultiselect && !inputFocus && !treestickyScrollFocused"
|
||||
},
|
||||
{
|
||||
"key": "shift+down",
|
||||
"command": "-list.expandSelectionDown",
|
||||
"when": "listFocus && listSupportsMultiselect && !inputFocus && !treestickyScrollFocused"
|
||||
},
|
||||
{
|
||||
"key": "shift+i",
|
||||
"command": "list.expandSelectionUp",
|
||||
"when": "listFocus && listSupportsMultiselect && !inputFocus && !treestickyScrollFocused"
|
||||
},
|
||||
{
|
||||
"key": "shift+up",
|
||||
"command": "-list.expandSelectionUp",
|
||||
"when": "listFocus && listSupportsMultiselect && !inputFocus && !treestickyScrollFocused"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue