summaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
diff options
context:
space:
mode:
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