fix some vscode eval problems

This commit is contained in:
rhythmcao
2024-01-22 23:30:10 +08:00
parent 61b145ab13
commit 42725a00a5
6 changed files with 41 additions and 19 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"
}
}