Skip to content

Commit

Permalink
maint: Remove outdated content from dotnet generation (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfcampbell authored Feb 21, 2024
1 parent 07fbcad commit 9de6ec6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 47 deletions.
17 changes: 0 additions & 17 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,6 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "C#: GitHub.Octokit Debug",
"type": "dotnet",
"request": "launch",
"projectPath": "${workspaceFolder}/generated/csharp/GitHub/GitHub.Octokit.csproj"
},
{
"name": ".NET Core Launch (console)",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/generated/csharp/bin/Debug/net7.0/csharp.dll",
"args": [],
"cwd": "${workspaceFolder}",
"console": "integratedTerminal",
"stopAtEntry": false
},
{
"name": "Debug Go post-processing",
"type": "go",
Expand Down
30 changes: 0 additions & 30 deletions source-generator.sln

This file was deleted.

0 comments on commit 9de6ec6

Please sign in to comment.