Skip to content

Commit

Permalink
update .vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadch91 committed Dec 20, 2024
1 parent 3785f8f commit 6cafb44
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ og-describer-template
.idea
.env
local/
output.json
output.json
.vscode
.vscode/*
16 changes: 16 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "command/main.go",
"args": ["describer", "--resourceType" ,"Github/Commit"]
}
]
}

0 comments on commit 6cafb44

Please sign in to comment.