summaryrefslogtreecommitdiffstats
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
parentde7f36366667baf39d1c3e663f0da5682eb32c0d (diff)
added vscode settings
-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