forked from pybind/python_example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
33 lines (33 loc) · 982 Bytes
/
Copy pathsettings.json
File metadata and controls
33 lines (33 loc) · 982 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
29
30
31
32
33
{
"python.pythonPath": "/home/daniel/.virtualenvs/python_example-XRpznMVn/bin/python",
"python.unitTest.pyTestArgs": [
"tests"
],
"python.unitTest.unittestEnabled": false,
"python.unitTest.nosetestsEnabled": false,
"python.unitTest.pyTestEnabled": true,
"python.formatting.provider": "black",
"python.linting.pylamaEnabled": true,
"python.linting.pylintEnabled": false,
"files.associations": {
".flaskenv": "dotenv",
"array": "cpp",
"deque": "cpp",
"forward_list": "cpp",
"list": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"vector": "cpp",
"initializer_list": "cpp",
"string_view": "cpp",
"valarray": "cpp",
"stdexcept": "cpp",
"optional": "cpp",
"istream": "cpp",
"ostream": "cpp",
"system_error": "cpp",
"type_traits": "cpp",
"variant": "cpp",
"utility": "cpp"
}
}