update and remove copilot shit and remove firebase

This commit is contained in:
RafayAhmad7548 2025-02-17 20:37:47 +05:00
parent d9ce42fb84
commit 99a594d189
266 changed files with 16033 additions and 1829 deletions

View file

@ -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"
}
]

View file

@ -224,4 +224,5 @@
"editor.insertSpaces": false
},
"python.createEnvironment.trigger": "off",
"debug.allowBreakpointsEverywhere": true,
}