Closed
Description
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)