Skip to content

Commit

Permalink
Update launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoborges authored Jun 14, 2024
1 parent 4e94094 commit b852933
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,50 +1,5 @@
{
"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
"name": "C#: Concept Samples",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build (Concepts)",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/dotnet/samples/Concepts/bin/Debug/net6.0/Concepts.dll",
"args": [
/*"example0"*/
],
"cwd": "${workspaceFolder}/dotnet/samples/Concepts",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
"console": "internalConsole",
"stopAtEntry": false
},
{
"name": ".NET Core Attach",
"type": "coreclr",
"request": "attach"
},
{
"cwd": "${workspaceFolder}/python",
"name": "Python: Test Module",
"type": "python",
"request": "launch",
"module": "pytest",
"args": ["${file}"]
},
{
"name": "C#: HuggingFaceImageToText Demo",
"type": "dotnet",
"request": "launch",
"projectPath": "${workspaceFolder}\\dotnet\\samples\\Demos\\HuggingFaceImageToText.csproj",
"launchConfigurationId": "TargetFramework=;HuggingFaceImageToText"
},
{
"name": "C#: GettingStarted Samples",
"type": "dotnet",
"request": "launch",
"projectPath": "${workspaceFolder}\\dotnet\\samples\\GettingStarted\\GettingStarted.csproj",
"launchConfigurationId": "TargetFramework=;GettingStarted"
}
]
}

0 comments on commit b852933

Please sign in to comment.