summaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/extensions.json8
-rw-r--r--.vscode/settings.json9
2 files changed, 15 insertions, 2 deletions
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