* ci: add status badges to README * chore: major overhaul - docs, commands & workflows * fix: general fixes and improvements * chore: various updates and fixes * chore: minor fixes
37 lines
651 B
JSON
37 lines
651 B
JSON
{
|
|
"recommendations": [
|
|
|
|
// Python development
|
|
"ms-python.python",
|
|
"ms-python.vscode-pylance",
|
|
"ms-python.mypy-type-checker",
|
|
"charliermarsh.ruff",
|
|
|
|
// Just (command runner)
|
|
"skellock.just",
|
|
|
|
// Docker
|
|
"ms-azuretools.vscode-docker",
|
|
"exiasr.hadolint",
|
|
|
|
// GitHub Actions
|
|
"GitHub.vscode-github-actions",
|
|
|
|
// Configuration files
|
|
"tamasfe.even-better-toml",
|
|
"redhat.vscode-yaml",
|
|
|
|
// Markdown
|
|
"DavidAnson.vscode-markdownlint",
|
|
|
|
// Shell scripts
|
|
"timonwong.shellcheck",
|
|
|
|
// Git
|
|
"eamodio.gitlens",
|
|
|
|
// Spell checking
|
|
"streetsidesoftware.code-spell-checker"
|
|
]
|
|
}
|