Skip to content

Commit bb960db

Browse files
author
Justin Grote
committed
Fix: Errant Comma
1 parent ea25036 commit bb960db

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.vscode/extensions.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
33
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
4-
54
// List of extensions which should be recommended for users of this workspace.
65
"recommendations": [
76
"ms-dotnettools.csharp",
@@ -11,6 +10,6 @@
1110
],
1211
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
1312
"unwantedRecommendations": [
14-
"ms-vscode.powershell"
13+
"ms-vscode.powershell"
1514
]
1615
}

.vscode/launch.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
// Use IntelliSense to learn about possible attributes.
3-
// Hover to view descriptions of existing attributes.
4-
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
52
"version": "0.2.0",
63
"configurations": [
74
{
@@ -24,7 +21,7 @@
2421
"moduleLoad": false,
2522
"exceptions": false,
2623
"browserStdOut": false
27-
},
24+
}
2825
},
2926
{
3027
"name": ".NET Core Attach",

0 commit comments

Comments
 (0)