-
Notifications
You must be signed in to change notification settings - Fork 0
/
cub3d.code-workspace
52 lines (52 loc) · 999 Bytes
/
cub3d.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
{
"folders": [
{
"name": "config",
"path": "config"
},
{
"name": "include",
"path": "include"
},
{
"name": "src",
"path": "src"
},
{
"name": "lib",
"path": "lib"
},
{
"path": "map"
},
{
"path": "texture"
}
],
"settings": {
"material-icon-theme.files.associations": {
"**/*.cub": "document"
},
"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",
"ios": "c"
}
}
}