Skip to content

Commit ef48d0d

Browse files
committed
修复与 VSCode 冲突命名问题
1 parent a286849 commit ef48d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
// "python.defaultInterpreterPath": "${workspaceFolder}/venv2/bin/python",
5151
// "python.defaultInterpreterPath": "venv2/bin/python",
5252
// "python.diagnostics.sourceMapsEnabled": true,
53-
"python.envFile": "${workspaceFolder}/.env/dev.env",
53+
"python.envFile": "${workspaceFolder}/asterisk.env/dev.env",
5454
// "python.envFile": "${workspaceFolder}/.env/test.env",
5555
// "python.envFile": "${workspaceFolder}/.env/pred.env",
5656
// "python.envFile": "${workspaceFolder}/.env/prod.env",

0 commit comments

Comments
 (0)