Skip to content

Commit af09637

Browse files
committed
remove no use dir
1 parent f98fc42 commit af09637

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"request": "launch",
1111
"program": "${file}",
1212
"console": "integratedTerminal",
13-
"env": {"PYTHONPATH": "${workspaceRoot};${workspaceRoot}/src"},
13+
"env": {"PYTHONPATH": "${workspaceRoot}:${workspaceRoot}/src"},
1414
"args":[
1515
"PluginExample",
1616
]

default/empty

Whitespace-only changes.

input/empty

Whitespace-only changes.

output/empty

Whitespace-only changes.

0 commit comments

Comments
 (0)