Skip to content

Commit 4821d63

Browse files
committed
Off-by-one spacing
1 parent 0617bf3 commit 4821d63

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.vscode/launch.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
// Use IntelliSense to find out which attributes exist for C# debugging
3-
// Use hover for the description of the existing attributes
4-
// For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md
5-
"version": "0.2.0",
6-
"configurations": [
2+
// Use IntelliSense to find out which attributes exist for C# debugging
3+
// Use hover for the description of the existing attributes
4+
// For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md
5+
"version": "0.2.0",
6+
"configurations": [
77
{
88
"name": ".NET Core Launch (ExtractionTool)",
99
"type": "coreclr",

0 commit comments

Comments
 (0)