-
Notifications
You must be signed in to change notification settings - Fork 0
/
.code-workspace
52 lines (49 loc) · 1.09 KB
/
.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": "./"
},
{
"name": "gmmk",
"path": "./keyboards/gmmk"
},
{
"name": "QMK",
"path": "quantum"
},
{
"name": "Layouts",
"path": "./layouts"
},
{
"name": "Drivers",
"path": "./drivers"
}
],
"settings": {
"files.exclude": {
".clang-format": true,
".editorconfig": true,
".envrc": true,
"Doxyfile": true,
"doxygen-todo": true,
"flake.lock": true,
".devenv": true,
".direnv": true,
"builddefs": true,
"keyboards": true,
"data": true,
"docs": true,
"drivers": true,
"layouts": true,
"lib": true,
"platforms": true,
"quantum": true,
"tests": true,
"tmk_core": true,
"users": true,
"util": true
}
}
}