OpenShift Dev Spaces (#64)

This commit is contained in:
willtome
2023-08-28 15:57:19 -04:00
committed by GitHub
parent ddb4c09157
commit a78e74e782
10 changed files with 202 additions and 0 deletions

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

@@ -0,0 +1,7 @@
{
"recommendations": [
"redhat.vscode-yaml",
"redhat.ansible",
"ms-python.black-formatter"
]
}

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"editor.renderWhitespace": "all"
}