2
0
mirror of https://github.com/nofusscomputing/kubernetes.git synced 2025-08-02 04:22:42 +00:00

chore: Add codium extension recommendations

This commit is contained in:
2025-06-08 17:09:10 +09:30
parent 1593eb86b9
commit 7ba37687b5

7
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"recommendations": [
"fnando.linter",
"jebbs.markdown-extended",
"redhat.vscode-yaml"
]
}