Skip to content

Commit

Permalink
Remove deprecated shell paths from VSCode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
br3ndonland committed Apr 29, 2021
1 parent 6736d71 commit 2c684da
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vscode/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@
"terminal.integrated.cursorStyle": "block",
"terminal.integrated.fontSize": 12,
"terminal.integrated.scrollback": 10000,
"terminal.integrated.shell.linux": "/home/linuxbrew/.linuxbrew/bin/zsh",
"terminal.integrated.shell.osx": "/bin/zsh",
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\wsl.exe",
"terminal.integrated.showTabs": false,
"update.mode": "manual",
"update.showReleaseNotes": false,
Expand Down

0 comments on commit 2c684da

Please sign in to comment.