File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1742
1742
{
1743
1743
"group" : " Python" ,
1744
1744
"command" : " python.createEnvironment-button" ,
1745
- "when" : " showCreateEnvButton && resourceLangId == pip-requirements && !virtualWorkspace && shellExecutionSupported && !inDiffEditor && pythonDepsNotInstalled"
1745
+ "when" : " showCreateEnvButton && resourceLangId == pip-requirements && !virtualWorkspace && shellExecutionSupported && !inDiffEditor && !isMergeResultEditor && pythonDepsNotInstalled"
1746
1746
},
1747
1747
{
1748
1748
"group" : " Python" ,
1749
1749
"command" : " python.createEnvironment-button" ,
1750
- "when" : " showCreateEnvButton && resourceFilename == pyproject.toml && pipInstallableToml && !virtualWorkspace && shellExecutionSupported && !inDiffEditor && pythonDepsNotInstalled"
1750
+ "when" : " showCreateEnvButton && resourceFilename == pyproject.toml && pipInstallableToml && !virtualWorkspace && shellExecutionSupported && !inDiffEditor && !isMergeResultEditor && pythonDepsNotInstalled"
1751
1751
}
1752
1752
],
1753
1753
"editor/context" : [
You can’t perform that action at this time.
0 commit comments