Files
kubevirt.core/.vscode/extensions.json
Felix Matouschek ac589abf5e chore: Add vscode configuration
Add vscode configuration that allows to develop, test and debug the
collection.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
2024-04-12 10:29:58 +02:00

9 lines
167 B
JSON

{
"recommendations": [
"ms-python.python",
"ms-python.debugpy",
"ms-python.vscode-pylance",
"github.vscode-github-actions"
]
}