I actually need this to prevent VS Code from cluttering my shell history, otherwise my history is filled up with entries such as source /some/path/.venv/bin/activate.fish and /some/path/.venv/bin/python /some/path/src/myscript.py or subsequent commands I tried for that specific project which are irrelevant as my shell history in my general day to day usage!
Setting terminal.integrated.shellIntegration.history to 0 did not have any effect, at least on my fish shell, not sure if it's a bug or I'm missing something! Nor did having fish_history= in a .env file and opting into the newly introduced "python.experiments.optInto": [ "pythonTerminalEnvVarActivation" ].
Originally posted by @kyochikuto in microsoft/vscode#192943 (comment)
I actually need this to prevent VS Code from cluttering my shell history, otherwise my history is filled up with entries such as
source /some/path/.venv/bin/activate.fishand/some/path/.venv/bin/python /some/path/src/myscript.pyor subsequent commands I tried for that specific project which are irrelevant as my shell history in my general day to day usage!Setting
terminal.integrated.shellIntegration.historyto0did not have any effect, at least on myfishshell, not sure if it's a bug or I'm missing something! Nor did havingfish_history=in a.envfile and opting into the newly introduced"python.experiments.optInto": [ "pythonTerminalEnvVarActivation" ].Originally posted by @kyochikuto in microsoft/vscode#192943 (comment)