chore(project) init

This commit is contained in:
2026-01-18 19:18:07 +00:00
commit e64f597fab
3 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "bugswatch-agent",
"build": {
"dockerfile": "Dockerfile"
},
"workspaceFolder": "/workspace",
"customizations": {
"vscode": {
"extensions": [
"golang.go"
]
}
}
}