-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.json
34 lines (34 loc) · 1.14 KB
/
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
{
"python.autoComplete.extraPaths": [
"${workspaceFolder}/environment-icoco/lib/python3.6/site-packages/",
"${workspaceFolder}/src",
"/home/prerequis_codes-public/install/lin-x86-64-cen7/native/SALOME-9.8.0/MEDCOUPLING/lib/python3.6/site-packages/"
],
"python.analysis.extraPaths": [
"${workspaceFolder}/environment-icoco/lib/python3.6/site-packages/",
"${workspaceFolder}/src",
"/home/prerequis_codes-public/install/lin-x86-64-cen7/native/SALOME-9.8.0/MEDCOUPLING/lib/python3.6/site-packages/"
],
"python.analysis.typeCheckingMode": "off",
"python.testing.pytestArgs": [
"."
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"autoDocstring.docstringFormat": "numpy",
"files.eol": "\n",
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"editor.rulers": [100],
"workbench.colorCustomizations": {
"editorRuler.foreground": "#40e9ff"
},
"[python]": {
"editor.rulers":[
{
"column": 100,
"color": "#48946a"
}
]
},
}