File tree 2 files changed +8
-50
lines changed
2 files changed +8
-50
lines changed Original file line number Diff line number Diff line change 1
- PYTHONPATH = app/bin:app/lib:images/spark/outbound-relay:images/spark/inbound-relay:images/spark/driver:images/base/config:images/base/config
Original file line number Diff line number Diff line change 9
9
],
10
10
"python.envFile" : " ${workspaceFolder}/.env" ,
11
11
"python.autoComplete.extraPaths" : [],
12
- "python.linting.pylintEnabled" : false ,
13
- "python.linting.pylintArgs" : [
14
- //"--init-hook",
15
- //"import sys; sys.path.append('${workspaceFolder}/app/bin')"
16
- ],
17
12
"files.watcherExclude" : {
18
13
"**/.git/objects/**" : true ,
19
14
"**/.git/subtree-cache/**" : true ,
20
15
"**/node_modules/*/**" : true ,
21
16
"**/.hg/store/**" : true ,
22
17
"**/app/lib/**" : true ,
23
18
},
24
- "cSpell.words" : [
25
- " confs" ,
26
- " dask" ,
27
- " data" ,
28
- " dltk" ,
29
- " entrypoint" ,
30
- " getenv" ,
31
- " hdfs" ,
32
- " input" ,
33
- " input hdfs data path" ,
34
- " kubernetes" ,
35
- " mltk" ,
36
- " noqa" ,
37
- " path" ,
38
- " preop" ,
39
- " runtimes" ,
40
- " splunk's" ,
41
- " splunkbase" ,
42
- " splunkers" ,
43
- " splunklib" ,
44
- " symlinking"
45
- ],
46
- "cSpell.ignoreWords" : [
47
- " ainslie" ,
48
- " ainslie malik" ,
49
- " andreas" ,
50
- " andreas greeske" ,
51
- " anthony" ,
52
- " anthony tellez" ,
53
- " changeme" ,
54
- " drieger" ,
55
- " endings" ,
56
- " fujara" ,
57
- " greeske" ,
58
- " line" ,
59
- " malik" ,
60
- " philipp" ,
61
- " philipp drieger" ,
62
- " robert" ,
63
- " robert fujara" ,
64
- " tellez" ,
65
- " unmangle" ,
66
- " unmangle windows line endings" ,
67
- " windows"
19
+ "python.languageServer" : " Pylance" ,
20
+ "python.analysis.extraPaths" : [
21
+ " app/bin" ,
22
+ " app/lib" ,
23
+ " images/spark/outbound-relay" ,
24
+ " images/spark/inbound-relay" ,
25
+ " images/spark/driver" ,
26
+ " images/base/config:images/base/config"
68
27
],
69
28
}
You can’t perform that action at this time.
0 commit comments