init 003_test,

This commit is contained in:
2025-05-16 11:13:50 +08:00
parent 3e3e23aa68
commit 2371e40ad2
59 changed files with 1937 additions and 0 deletions

6
003_test/.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"recommendations": [
"foxundermoon.shell-format",
"redhat.vscode-yaml"
]
}

8
003_test/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"[dockerfile]": {
"editor.quickSuggestions": {
"strings": true
},
"editor.defaultFormatter": "foxundermoon.shell-format"
}
}