Skip to content

Commit d2ae23d

Browse files
authored
chore: disable automatic venv activation in VS Code terminal (#44165)
1 parent c66b935 commit d2ae23d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
"yaml.customTags": [
1515
"tag:yaml.org,2002:python/name:materialx.emoji.twemoji",
1616
"tag:yaml.org,2002:python/name:materialx.emoji.to_svg"
17-
]
17+
],
18+
"python.terminal.activateEnvironment": false
1819
}

0 commit comments

Comments
 (0)