Skip to content

Commit

Permalink
chore: add vscode file (kyverno#136)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
  • Loading branch information
eddycharly authored Oct 24, 2024
1 parent f79c437 commit 0d635f9
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Serve",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}",
"args": [
"serve",
],
},
{
"name": "Inject",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}",
"args": [
"sidecar-injector",
"--local"
],
}
]
}

0 comments on commit 0d635f9

Please sign in to comment.