theshire/.vscode/extensions.json

12 lines
274 B
JSON
Raw Normal View History

2024-01-11 15:03:54 -06:00
{
"recommendations": [
"mikestead.dotenv",
"redhat.ansible",
"redhat.vscode-yaml",
"signageos.signageos-vscode-sops",
"pkief.material-icon-theme",
2024-10-27 19:18:15 -05:00
"ms-vscode-remote.remote-ssh",
"editorconfig.editorconfig"
2024-01-11 15:03:54 -06:00
]
}