fix some vscode eval problems
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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user