Merge branch 'main' of github.com:ztjhz/DesktopEnv
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"files": [
|
||||
{
|
||||
"url": "https://drive.usercontent.google.com/download?id=1I0tp77_4Qwuz_JW0Tluo_DJzScTARkOZ&export=download&authuser=0&confirm=t&uuid=3e090432-df3f-4f68-8c77-f0f06d399d08&at=APZUnTUFLQTdU4MtnLGUnOVAVcxW:1704282082382",
|
||||
"path": "Desktop/vscode_replace_text.txt"
|
||||
"path": "/home/user/Desktop/vscode_replace_text.txt"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -18,7 +18,7 @@
|
||||
{
|
||||
"type": "launch",
|
||||
"parameters": {
|
||||
"command": ["code", "Desktop/vscode_replace_text.txt"]
|
||||
"command": ["code", "/home/user/Desktop/vscode_replace_text.txt"]
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -41,7 +41,7 @@
|
||||
},
|
||||
"result": {
|
||||
"type": "vm_file",
|
||||
"path": "Desktop/vscode_replace_text.txt",
|
||||
"path": "/home/user/Desktop/vscode_replace_text.txt",
|
||||
"dest": "vscode_replace_text.txt"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
"result": {
|
||||
"type": "vscode_config",
|
||||
"vscode_extension_command": "OpenProject",
|
||||
"path": "OpenProject.txt",
|
||||
"path": "/home/user/OpenProject.txt",
|
||||
"dest": "OpenProject.txt"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
"result": {
|
||||
"type": "vscode_config",
|
||||
"vscode_extension_command": "GetColorTheme",
|
||||
"path": "GetColorTheme.txt",
|
||||
"path": "/home/user/GetColorTheme.txt",
|
||||
"dest": "GetColorTheme.txt"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "ea98c5d7-3cf9-4f9b-8ad3-366b58e0fcae",
|
||||
"snapshot": "vscode",
|
||||
"instruction": "Please help me remove the shortcut \"cmd+f\" for Tree view Find (Explorer search) in VS Code Explorer view to avoid shortcut conflict.",
|
||||
"instruction": "Please help me remove the shortcut \"ctrl+f\" for Tree view Find (Explorer search) in VS Code Explorer view to avoid shortcut conflict.",
|
||||
"source": ["https://superuser.com/questions/1748097/vs-code-disable-tree-view-find-explorer-search",
|
||||
"https://superuser.com/questions/1417361/how-to-disable-file-filtering-in-vs-code-sidebar-explorer?rq=1"
|
||||
],
|
||||
@@ -32,7 +32,7 @@
|
||||
"rules": {
|
||||
"expect":
|
||||
{
|
||||
"key": "cmd+f",
|
||||
"key": "ctrl+f",
|
||||
"command": "-list.find",
|
||||
"when": "listFocus && listSupportsFind"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user