mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-26 19:03:16 +00:00
Add vscode configuration that allows to develop, test and debug the collection. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
9 lines
167 B
JSON
9 lines
167 B
JSON
{
|
|
"recommendations": [
|
|
"ms-python.python",
|
|
"ms-python.debugpy",
|
|
"ms-python.vscode-pylance",
|
|
"github.vscode-github-actions"
|
|
]
|
|
}
|