mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-08 11:06:48 +00:00
- Major refactor of project structure and workflows - Replaced legacy scripts and commands with new Go implementation - Updated and added CI/CD workflows - Added new configuration and linting files - Removed deprecated files and test logs - Updated documentation and action metadata This is an initial, non-working draft for v2.0. Further testing and fixes required.
10 lines
330 B
JSON
10 lines
330 B
JSON
{
|
|
"recommendations": [
|
|
"golang.go", // Official Go extension
|
|
"trunk.io", // trunk.io Linters
|
|
"wayou.vscode-todo-highlight", // Highlight TODOs
|
|
"streetsidesoftware.code-spell-checker", // Spell checking
|
|
"eamodio.gitlens", // Git integration
|
|
"github.vscode-github-actions", // GitHub Actions support
|
|
]
|
|
} |