Skip to content

Commit

Permalink
New VSCode settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Sep 1, 2021
1 parent e1669d0 commit 98eec87
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vscode-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,8 @@
},
"terminal.integrated.shell.linux": "zsh",
"terminal.integrated.shell.osx": "zsh",
"terminal.integrated.tabs.enabled": true
"terminal.integrated.tabs.enabled": true,
"security.workspace.trust.untrustedFiles": "open",
"redhat.telemetry.enabled": true,
"editor.inlineSuggest.enabled": true
}

0 comments on commit 98eec87

Please sign in to comment.