diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..9d04042 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,10 @@ +{ + // 使用 IntelliSense 了解相关属性。 + // 悬停以查看现有属性的描述。 + // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + {"name":"Python 调试程序: 包含参数的当前文件","type":"debugpy","request":"launch","program":"${file}","console":"integratedTerminal","args":"${command:pickArgs}"} + + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 3a85a87..d42fd0e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,5 +2,6 @@ "files.associations": { ".env.versions": "env", ".env.sample": "env" - } + }, + "zowe.security.secureCredentialsEnabled": false } \ No newline at end of file