Fix JSON indentations

This commit is contained in:
M.K. Safi 2020-07-25 10:07:47 -07:00
parent 97b7d920cb
commit 1f3f456123
2 changed files with 7 additions and 7 deletions

12
.vscode/launch.json vendored
View File

@ -1,9 +1,9 @@
{
// Use IntelliSense to find out which attributes exist for C# debugging
// Use hover for the description of the existing attributes
// For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md
"version": "0.2.0",
"configurations": [
// Use IntelliSense to find out which attributes exist for C# debugging
// Use hover for the description of the existing attributes
// For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md
"version": "0.2.0",
"configurations": [
{
"name": ".NET Core Launch (web)",
"type": "coreclr",
@ -36,4 +36,4 @@
"processId": "${command:pickProcess}"
}
]
}
}

2
.vscode/tasks.json vendored
View File

@ -39,4 +39,4 @@
"problemMatcher": "$msCompile"
}
]
}
}