Merge branch 'main' of github.com:ztjhz/DesktopEnv

This commit is contained in:
Siheng Zhao
2024-01-23 14:47:30 +08:00
26 changed files with 1254 additions and 111 deletions

View File

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