forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
Copy pathreport_issue_user_settings.json
98 lines (98 loc) · 2.98 KB
/
report_issue_user_settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"initialize": false,
"pythonPath": "placeholder",
"onDidChange": false,
"defaultInterpreterPath": "placeholder",
"defaultLS": false,
"envFile": "placeholder",
"venvPath": "placeholder",
"venvFolders": "placeholder",
"activeStateToolPath": "placeholder",
"condaPath": "placeholder",
"pipenvPath": "placeholder",
"poetryPath": "placeholder",
"pixiToolPath": "placeholder",
"devOptions": false,
"globalModuleInstallation": false,
"languageServer": true,
"languageServerIsDefault": false,
"logging": true,
"useIsolation": false,
"changed": false,
"_pythonPath": false,
"_defaultInterpreterPath": false,
"workspace": false,
"workspaceRoot": false,
"linting": {
"enabled": true,
"cwd": "placeholder",
"flake8Args": "placeholder",
"flake8CategorySeverity": false,
"flake8Enabled": true,
"flake8Path": "placeholder",
"ignorePatterns": false,
"lintOnSave": true,
"maxNumberOfProblems": false,
"banditArgs": "placeholder",
"banditEnabled": true,
"banditPath": "placeholder",
"mypyArgs": "placeholder",
"mypyCategorySeverity": false,
"mypyEnabled": true,
"mypyPath": "placeholder",
"pycodestyleArgs": "placeholder",
"pycodestyleCategorySeverity": false,
"pycodestyleEnabled": true,
"pycodestylePath": "placeholder",
"prospectorArgs": "placeholder",
"prospectorEnabled": true,
"prospectorPath": "placeholder",
"pydocstyleArgs": "placeholder",
"pydocstyleEnabled": true,
"pydocstylePath": "placeholder",
"pylamaArgs": "placeholder",
"pylamaEnabled": true,
"pylamaPath": "placeholder",
"pylintArgs": "placeholder",
"pylintCategorySeverity": false,
"pylintEnabled": false,
"pylintPath": "placeholder"
},
"analysis": {
"completeFunctionParens": true,
"autoImportCompletions": true,
"autoSearchPaths": "placeholder",
"stubPath": "placeholder",
"diagnosticMode": true,
"extraPaths": "placeholder",
"useLibraryCodeForTypes": true,
"typeCheckingMode": true,
"memory": true,
"symbolsHierarchyDepthLimit": false
},
"testing": {
"cwd": "placeholder",
"debugPort": true,
"promptToConfigure": true,
"pytestArgs": "placeholder",
"pytestEnabled": true,
"pytestPath": "placeholder",
"unittestArgs": "placeholder",
"unittestEnabled": true,
"autoTestDiscoverOnSaveEnabled": true
},
"terminal": {
"activateEnvironment": true,
"executeInFileDir": "placeholder",
"launchArgs": "placeholder",
"activateEnvInCurrentTerminal": false
},
"tensorBoard": {
"logDirectory": "placeholder"
},
"experiments": {
"enabled": true,
"optInto": true,
"optOutFrom": true
}
}