Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable VSCode persistent terminal sessions
Persistent sessions: `terminal.integrated.enablePersistentSessions`. Yet another obnoxious "feature" that shouldn't be enabled by default. https://code.visualstudio.com/docs/getstarted/settings https://code.visualstudio.com/docs/editor/integrated-terminal https://code.visualstudio.com/updates/v1_54 https://github.com/microsoft/vscode/search?q=label%3Aterminal-persistence&type=issues Other integrated terminal fixes and "features" I've had to disable: - Terminal tabs: - 23e32a2 - 4813726 - Rearranging `$PATH`: 3ca8e2c - Breaking forward delete word: a71fdc7
- Loading branch information