From 6e93b5b4db80e0f4498cfea8a5ace67fa497d920 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Thu, 6 May 2021 16:54:42 -0500 Subject: added vscode settings --- .vscode/extensions.json | 8 ++++++++ .vscode/settings.json | 9 +++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 .vscode/extensions.json diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..fe04e9d --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,8 @@ +{ + "recommendations": [ + "ms-dotnettools.csharp", + "formulahendry.dotnet-test-explorer", + "fernandoescolar.vscode-solution-explorer", + "tintoy.msbuild-project-tools" + ] +} \ No newline at end of file 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 -- cgit v1.2.3-70-g09d2