mirror of
https://github.com/docker/setup-qemu-action.git
synced 2025-11-07 16:06:55 +00:00
Pending changes exported from your codespace
This commit is contained in:
parent
3dc90afa6e
commit
2ee4fa5555
1 changed files with 11 additions and 0 deletions
11
.vscode/settings.json
vendored
Normal file
11
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"python.testing.unittestArgs": [
|
||||
"-v",
|
||||
"-s",
|
||||
".",
|
||||
"-p",
|
||||
"*test.py"
|
||||
],
|
||||
"python.testing.pytestEnabled": false,
|
||||
"python.testing.unittestEnabled": true
|
||||
}
|
||||
Loading…
Reference in a new issue