summaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-05-06 16:54:42 -0500
committerToby Vincent <tobyv13@gmail.com>2021-05-06 16:54:42 -0500
commit6e93b5b4db80e0f4498cfea8a5ace67fa497d920 (patch)
tree4653146af3c5f609cf98b5058736de2d29d7fb24 /.vscode/settings.json
parentde7f36366667baf39d1c3e663f0da5682eb32c0d (diff)
added vscode settings
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index f8241c8..8099f3c 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,4 +1,9 @@
{
- "terminal.integrated.shell.windows": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
- "terminal.integrated.shellArgs.windows": ["-NoLogo"],
+ "terminal.integrated.profiles.windows": {
+ "PowerShell": {
+ "source": "PowerShell",
+ "icon": "terminal-powershell"
+ }
+ },
+ "terminal.integrated.useWslProfiles": false
} \ No newline at end of file