mirror of
https://github.com/actions/setup-go.git
synced 2025-04-23 17:40:50 +00:00
Create settings.json
This commit is contained in:
parent
3349559e91
commit
7496dd41aa
1 changed files with 7 additions and 0 deletions
7
.vscode/settings.json
vendored
Normal file
7
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"python.testing.pytestArgs": [
|
||||||
|
"__tests__"
|
||||||
|
],
|
||||||
|
"python.testing.unittestEnabled": false,
|
||||||
|
"python.testing.pytestEnabled": true
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue