forked from microsoft/vscode-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreport_issue_user_settings.json
More file actions
142 lines (142 loc) · 4.28 KB
/
report_issue_user_settings.json
File metadata and controls
142 lines (142 loc) · 4.28 KB
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"initialize": false,
"pythonPath": "placeholder",
"onDidChange": false,
"defaultInterpreterPath": "placeholder",
"defaultLS": true,
"downloadLanguageServer": true,
"jediPath": false,
"jediMemoryLimit": false,
"envFile": "placeholder",
"venvPath": "placeholder",
"venvFolders": "placeholder",
"condaPath": "placeholder",
"pipenvPath": "placeholder",
"poetryPath": "placeholder",
"devOptions": false,
"disableInstallationChecks": false,
"globalModuleInstallation": false,
"autoUpdateLanguageServer": 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": true,
"pylintPath": "placeholder",
"pylintUseMinimalCheckers": true
},
"analysis": {
"completeFunctionParens": true,
"autoImportCompletions": true,
"autoSearchPaths": "placeholder",
"stubPath": "placeholder",
"diagnosticMode": true,
"extraPaths": "placeholder",
"useLibraryCodeForTypes": true,
"typeCheckingMode": true,
"diagnosticSeverityOverrides": false,
"diagnosticPublishDelay": false,
"errors": true,
"warnings": true,
"information": true,
"disabled": true,
"typeshedPaths": "placeholder",
"cacheFolderPath": "placeholder",
"memory": true,
"logLevel": true,
"symbolsHierarchyDepthLimit": false
},
"sortImports": {
"args": "placeholder",
"path": "placeholder"
},
"formatting": {
"autopep8Args": "placeholder",
"autopep8Path": "placeholder",
"provider": true,
"blackArgs": "placeholder",
"blackPath": "placeholder",
"yapfArgs": "placeholder",
"yapfPath": "placeholder"
},
"autoComplete": {
"addBrackets": true,
"extraPaths": "placeholder",
"showAdvancedMembers": true,
"typeshedPaths": "placeholder"
},
"workspaceSymbols": {
"ctagsPath": "placeholder",
"enabled": true,
"exclusionPatterns": true,
"rebuildOnFileSave": true,
"rebuildOnStart": true,
"tagFilePath": "placeholder"
},
"testing": {
"cwd": "placeholder",
"debugPort": true,
"nosetestArgs": "placeholder",
"nosetestsEnabled": true,
"nosetestPath": "placeholder",
"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
},
"insidersChannel": true
}