mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-05-13 13:02:04 +00:00
chore: Add vscode configuration
Add vscode configuration that allows to develop, test and debug the collection. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
8
.vscode/extensions.json
vendored
Normal file
8
.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"ms-python.python",
|
||||
"ms-python.debugpy",
|
||||
"ms-python.vscode-pylance",
|
||||
"github.vscode-github-actions"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user