diff --git a/aspnetBlazor/.vscode/launch.json b/aspnetBlazor/.vscode/launch.json index 87e8d605f..2449d396a 100644 --- a/aspnetBlazor/.vscode/launch.json +++ b/aspnetBlazor/.vscode/launch.json @@ -5,7 +5,7 @@ // 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 - "name": ".NET Core Launch (web)", + "name": "Local Debug", "type": "coreclr", "request": "launch", "preLaunchTask": "build-debug-local", diff --git a/dotnetAvalonia/.vscode/launch.json b/dotnetAvalonia/.vscode/launch.json index 960df1633..98b879847 100644 --- a/dotnetAvalonia/.vscode/launch.json +++ b/dotnetAvalonia/.vscode/launch.json @@ -5,7 +5,7 @@ // 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 - "name": ".NET Core Launch (GTK)", + "name": "Local Debug", "type": "coreclr", "request": "launch", "preLaunchTask": "build-debug-local", @@ -17,11 +17,6 @@ "console": "internalConsole", "stopAtEntry": false }, - { - "name": ".NET Core Attach", - "type": "coreclr", - "request": "attach" - }, { "name": "Torizon AMD64", "type": "coreclr", diff --git a/dotnetConsole/.vscode/launch.json b/dotnetConsole/.vscode/launch.json index 2ed919ad1..367fc49f7 100644 --- a/dotnetConsole/.vscode/launch.json +++ b/dotnetConsole/.vscode/launch.json @@ -5,7 +5,7 @@ // 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 - "name": ".NET Core Launch (console)", + "name": "Local Debug", "type": "coreclr", "request": "launch", "preLaunchTask": "build-debug-local", diff --git a/dotnetUno/.vscode/launch.json b/dotnetUno/.vscode/launch.json index 9d8a39854..bf2c9470e 100644 --- a/dotnetUno/.vscode/launch.json +++ b/dotnetUno/.vscode/launch.json @@ -8,7 +8,7 @@ // 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 - "name": "Debug Local", + "name": "Local Debug", "type": "coreclr", "request": "launch", "preLaunchTask": "build-debug-local", diff --git a/dotnetUno5/.vscode/launch.json b/dotnetUno5/.vscode/launch.json index 8091f956e..c74f826c2 100644 --- a/dotnetUno5/.vscode/launch.json +++ b/dotnetUno5/.vscode/launch.json @@ -8,7 +8,7 @@ // 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 - "name": "Debug Local", + "name": "Local Debug", "type": "coreclr", "request": "launch", "preLaunchTask": "build-debug-local", diff --git a/templates.json b/templates.json index 861f5c757..71b5cf0aa 100644 --- a/templates.json +++ b/templates.json @@ -22,7 +22,7 @@ "deprecated": false, "tests": { "debuggers": { - "local": [".NET Core Launch (console)"], + "local": ["Local Debug"], "amd64": ["Torizon AMD64"], "arm": ["Torizon ARMv7"], "arm64": ["Torizon ARMv8"] @@ -45,7 +45,7 @@ "deprecated": false, "tests": { "debuggers": { - "local": [".NET Core Launch (web)"], + "local": ["Local Debug"], "amd64": ["Torizon AMD64"], "arm": ["Torizon ARMv7"], "arm64": ["Torizon ARMv8"] @@ -69,7 +69,7 @@ "deprecated": false, "tests": { "debuggers": { - "local": [".NET Core Launch (GTK)"], + "local": ["Local Debug"], "amd64": ["Torizon AMD64"], "arm": ["Torizon ARMv7"], "arm64": ["Torizon ARMv8"] @@ -114,7 +114,7 @@ "deprecated": false, "tests": { "debuggers": { - "local": ["Debug Local"], + "local": ["Local Debug"], "amd64": ["Torizon AMD64"], "arm": ["Torizon ARMv7"], "arm64": ["Torizon ARMv8"] @@ -137,7 +137,7 @@ "deprecated": false, "tests": { "debuggers": { - "local": ["Debug Local"], + "local": ["Local Debug"], "arm64": ["Torizon ARMv8"] }, "debuggerConsole": null,