Skip to content

Commit 33fc0f4

Browse files
authored
fix: use relative path in vscode build task (#8134)
1 parent cf96a27 commit 33fc0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"label": "vscode-extension:continue-ui:build",
109109
"type": "shell",
110110
"command": "node",
111-
"args": ["${workspaceFolder}/extensions/vscode/scripts/prepackage.js"],
111+
"args": ["scripts/prepackage.js"],
112112
"problemMatcher": ["$tsc"],
113113
"presentation": {
114114
"group": "build-tasks",

0 commit comments

Comments
 (0)