-
Notifications
You must be signed in to change notification settings - Fork 0
/
Module04.code-workspace
63 lines (63 loc) · 1.32 KB
/
Module04.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
{
"folders": [
{
"name": "ex00",
"path": "ex00"
},
{
"name": "ex01",
"path": "ex01"
},
{
"name": "ex02",
"path": "ex02"
},
{
"name": "ex03",
"path": "ex03"
}
],
"settings": {
"files.associations": {
"**/*.pug": "jade",
"**/*.h": "c",
"**/*.c": "c",
"**/*.cpp": "cpp",
"**/*.html": "html",
"**/templates/**/*.html": "django-html",
"**/templates/**/*.css": "css",
"**/requirements{/**,*}.{txt,in}": "pip-requirements",
"*.html": "html",
"*.xpm": "c",
"*.h": "c",
"*.hpp": "cpp",
"*.njk": "nunjucks",
"**/templates/**/*": "django-txt",
"*.pug": "jade",
"*.list": "properties",
"*.sav": "json",
"*.lalrpop": "rust",
"iostream": "cpp",
"new": "cpp",
"iosfwd": "cpp",
"stdexcept": "cpp",
"__functional_base": "cpp",
"__functional_base_03": "cpp",
"__hash_table": "cpp",
"__tuple": "cpp",
"algorithm": "cpp",
"array": "cpp",
"chrono": "cpp",
"type_traits": "cpp",
"functional": "cpp",
"iterator": "cpp",
"limits": "cpp",
"memory": "cpp",
"ratio": "cpp",
"tuple": "cpp",
"utility": "cpp",
"string": "cpp",
"cstdlib": "cpp"
}
}
}