Skip to content

调试BUG terminal.integrated.shellArgs.windows #122983

@asnjudy

Description

@asnjudy

在对python进行调试时,下面的配置
"python.terminal.activateEnvironment": false,
"terminal.integrated.shellArgs.windows": [
"-noexit", "-command", "conda activate ${config:python.pythonPath}\..",
],
放在全局配置下有效,但是放到项目配置下的setting.json文件中无效。
即在,项目配置中,对python代码进行调试时,不读取 "terminal.integrated.shellArgs.windows" 配置选项。

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions