Add VS Code extension for managing TODOs in development container

This commit is contained in:
Andy Oknen 2025-07-29 20:02:21 +00:00
parent d741657948
commit 707e90b1b3

View file

@ -33,7 +33,8 @@
"go.buildOnSave": "package"
},
"extensions": [
"golang.Go"
"golang.Go",
"fabiospampinato.vscode-todo-plus"
]
}
},