-
Notifications
You must be signed in to change notification settings - Fork 37.6k
Closed
Labels
*english-pleaseIssue not using EnglishIssue not using Englishinfo-neededIssue requires more information from posterIssue requires more information from postertranslation-required-chinese-simplified
Description
在对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
Labels
*english-pleaseIssue not using EnglishIssue not using Englishinfo-neededIssue requires more information from posterIssue requires more information from postertranslation-required-chinese-simplified