msrest-for-python/.vscode/settings.json

9 строки
250 B
JSON

// Place your settings in this file to overwrite default and user settings.
{
"python.unitTest.pyTestArgs": [],
"python.unitTest.pyTestEnabled": true,
"files.exclude": {
"**/*.pyc": true
},
"git.ignoreLimitWarning": true
}