forked from Birch-san/box2d3-wasm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy.code-workspace
48 lines (47 loc) · 874 Bytes
/
my.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
{
"folders": [
{
"name": "box2cpp",
"path": "box2cpp"
},
{
"name": "box2d",
"path": "box2d"
},
{
"name": "box2d3-wasm",
"path": "box2d3-wasm"
},
{
"name": "demo",
"path": "demo"
},
{
"name": "enkiTS",
"path": "enkiTS"
},
{
"name": "gh-pages",
"path": "gh-pages"
},
{
"path": "games"
}
],
"settings": {
"files.associations": {
"*.jslib": "javascript",
"__bit_reference": "cpp",
"__node_handle": "cpp",
"bitset": "cpp",
"deque": "cpp",
"limits": "cpp",
"locale": "cpp",
"optional": "cpp",
"ratio": "cpp",
"tuple": "cpp",
"vector": "cpp",
"string": "cpp"
}
}
}