Removed .vscode folder

This commit is contained in:
Profitroll 2023-05-14 21:33:01 +02:00
parent c4d561cc5b
commit 89959e51df
3 changed files with 0 additions and 26 deletions

View File

@ -1,11 +0,0 @@
{
"folders": [
{
"path": ".."
}
],
"settings": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "ms-python.black-formatter"
}
}

View File

@ -1,11 +0,0 @@
{
"folders": [
{
"path": ".."
}
],
"settings": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "ms-python.black-formatter"
}
}

View File

@ -1,4 +0,0 @@
{
"python.analysis.typeCheckingMode": "basic",
"python.formatting.provider": "black"
}