Skip to content

Commit b576096

Browse files
committed
fix line endings
1 parent 6fd1050 commit b576096

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

.vscode/launch.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
{
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": [
7-
{
8-
"name": ".NET Core Launch (console)",
9-
"type": "coreclr",
10-
"request": "launch",
11-
"preLaunchTask": "build",
12-
// If you have changed target frameworks, make sure to update the program path.
13-
"program": "${workspaceRoot}/src/IxMilia.Pdf.Test/bin/Debug/net7.0/IxMilia.Pdf.Test.dll",
14-
"args": [],
15-
"cwd": "${workspaceRoot}/src/IxMilia.Pdf.Test",
16-
// For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window
17-
"console": "internalConsole",
18-
"stopAtEntry": false,
19-
"internalConsoleOptions": "openOnSessionStart"
20-
},
21-
{
22-
"name": ".NET Core Attach",
23-
"type": "coreclr",
24-
"request": "attach",
25-
"processId": "${command:pickProcess}"
26-
}
27-
]
1+
{
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": [
7+
{
8+
"name": ".NET Core Launch (console)",
9+
"type": "coreclr",
10+
"request": "launch",
11+
"preLaunchTask": "build",
12+
// If you have changed target frameworks, make sure to update the program path.
13+
"program": "${workspaceRoot}/src/IxMilia.Pdf.Test/bin/Debug/net7.0/IxMilia.Pdf.Test.dll",
14+
"args": [],
15+
"cwd": "${workspaceRoot}/src/IxMilia.Pdf.Test",
16+
// For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window
17+
"console": "internalConsole",
18+
"stopAtEntry": false,
19+
"internalConsoleOptions": "openOnSessionStart"
20+
},
21+
{
22+
"name": ".NET Core Attach",
23+
"type": "coreclr",
24+
"request": "attach",
25+
"processId": "${command:pickProcess}"
26+
}
27+
]
2828
}

global.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
{
2-
"sdk": {
3-
"version": "7.0.100",
4-
"rollForward": "latestMinor"
5-
}
1+
{
2+
"sdk": {
3+
"version": "7.0.100",
4+
"rollForward": "latestMinor"
5+
}
66
}

0 commit comments

Comments
 (0)