-
Notifications
You must be signed in to change notification settings - Fork 2
/
workspace.code-workspace
44 lines (44 loc) · 1.06 KB
/
workspace.code-workspace
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
{
"folders": [
{
"path": "."
},
{
"path": "../wxWidgets"
},
{
"path": "../wxPython-src-3.0.2.0"
},
{
"path": "../../tmp"
}
],
"settings": {
"files.associations": {
"*.tpp": "c",
"*.tcc": "c",
"optional": "c",
"istream": "c",
"ostream": "c",
"ratio": "c",
"system_error": "c",
"array": "c",
"functional": "c",
"regex": "c",
"tuple": "c",
"type_traits": "c",
"utility": "c",
"variant": "c",
"deque": "c",
"vector": "c",
"bitset": "c",
"memory": "c",
"random": "c",
"future": "c"
},
"python.linting.pylintArgs": [
"--init-hook",
"import sys; sys.path.extend([\"\"/home/ths/.vscode-insiders/extensions/ms-python.devicesimulatorexpress-2020.0.36321/out\"\",\"\"/home/ths/.vscode-insiders/extensions/ms-python.devicesimulatorexpress-2020.0.36321/out/micropython\"\",\"\"/home/ths/.vscode-insiders/extensions/ms-python.devicesimulatorexpress-2020.0.36321/out/clue\"\",\"\"/home/ths/.vscode-insiders/extensions/ms-python.devicesimulatorexpress-2020.0.36321/out/base_circuitpython\"\"])"
]
}
}