-
Notifications
You must be signed in to change notification settings - Fork 0
/
MIMSE_WS.code-workspace
82 lines (82 loc) · 1.73 KB
/
MIMSE_WS.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
/*
* File: QRP_WS.code-workspace
* Project: Quenching
* File Created: Friday, 29th June 2020 3:29:22 pm
* Author: Amruthesh T ([email protected])
* -----
* Last Modified: Thursday, 5th December 2020 2:18:29 am
* Modified By: Amruthesh T ([email protected])
* -----
* Copyright (c) 2020-2022 Amru, University of Pennsylvania
*
* Summary: Fill In
*/
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"*.m": "matlab",
"*.tpp": "cpp",
"fstream": "cpp",
"iomanip": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
"*.tcc": "cpp",
"vector": "cpp",
"array": "cpp",
"cctype": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"complex": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"deque": "cpp",
"list": "cpp",
"unordered_map": "cpp",
"exception": "cpp",
"functional": "cpp",
"initializer_list": "cpp",
"istream": "cpp",
"limits": "cpp",
"new": "cpp",
"numeric": "cpp",
"optional": "cpp",
"ostream": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"string_view": "cpp",
"system_error": "cpp",
"type_traits": "cpp",
"tuple": "cpp",
"typeinfo": "cpp",
"utility": "cpp",
"cstdarg": "cpp",
"string": "cpp",
"regex": "cpp"
},
"[cpp]": {
"editor.autoIndent": "full",
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": false
}
},
"terminal.integrated.shell.windows": "cmd.exe",
"python.linting.pylintEnabled": true,
"python.linting.flake8Enabled": false,
"python.linting.enabled": true,
"python.pythonPath": "python3"
}
}