Skip to content

Commit

Permalink
remove no use dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ZengjfOS committed Nov 15, 2022
1 parent f98fc42 commit af09637
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"env": {"PYTHONPATH": "${workspaceRoot};${workspaceRoot}/src"},
"env": {"PYTHONPATH": "${workspaceRoot}:${workspaceRoot}/src"},
"args":[
"PluginExample",
]
Expand Down
Empty file removed default/empty
Empty file.
Empty file removed input/empty
Empty file.
Empty file removed output/empty
Empty file.

0 comments on commit af09637

Please sign in to comment.