We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d237832 commit 88ce29eCopy full SHA for 88ce29e
.vscode/settings.template.json
@@ -1,7 +1,6 @@
1
// This is a template. Clone and replace extension ".template.json" by ".json"
2
{
3
"autoDocstring.docstringFormat": "pep257",
4
-
5
"editor.tabSize": 2,
6
"editor.insertSpaces": true,
7
"editor.detectIndentation": false,
@@ -34,6 +33,8 @@
34
33
"python.analysis.typeCheckingMode": "basic",
35
"python.analysis.extraPaths": [
36
"./packages/aws-library/src",
+ "./packages/common-library/src",
37
+ "./packages/dask-task-models-library/src",
38
"./packages/models-library/src",
39
"./packages/postgres-database/src",
40
"./packages/postgres-database/tests",
0 commit comments