-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoc-settings.json
More file actions
28 lines (28 loc) · 890 Bytes
/
Copy pathcoc-settings.json
File metadata and controls
28 lines (28 loc) · 890 Bytes
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
{
"suggest.autoTrigger": "always",
"suggest.minTriggerInputLength": 3,
"python.analysis.extraPaths": ["odoo"],
"python.analysis.diagnosticSeverityOverrides": {
"reportOptionalSubscript": "none",
"reportGeneralTypeIssues": "none"
},
"pyright.inlayHints.variableTypes": false,
"pyright.inlayHints.parameterTypes": false,
"pyright.inlayHints.functionReturnTypes": false,
"git.enableGutters": false,
"git.realtimeGutters": false,
"intelephense.progress.enable": false,
"intelephense.files.exclude": [
"**/.git/**",
"**/.svn/**",
"**/.hg/**",
"**/CVS/**",
"**/.DS_Store/**",
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**/{Tests,tests}/**",
"**/.history/**",
"**/vendor/**/vendor/**",
"**/vendor/**/PackageArtifact.php"
]
}