-
Notifications
You must be signed in to change notification settings - Fork 0
/
fudge_workspace.code-workspace
147 lines (147 loc) · 3.32 KB
/
fudge_workspace.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"folders": [
{
"path": "../../../../Documents/Kaitai-Struct-Compiler"
},
{
"path": "../../../../Documents/Syriinge"
},
{
"name": "PPlusAi",
"path": "."
},
{
"name": "PPlusCpp",
"path": "../../../../Documents/PPlusCpp"
},
{
"name": "RAIExt",
"path": "../../../../Documents/RAIExt"
},
{
"name": "Source",
"path": "../Wombuild-content/exported/Source"
},
{
"name": "aiscriptpad-editor",
"path": "../../../../Documents/aiscriptpad-editor"
},
{
"name": "Wombuild-content",
"path": "../Wombuild-content"
},
{
"name": "PPlusSpark",
"path": "../../../../Documents/PPlusSpark"
},
{
"name": "PPlusPSA",
"path": "../../../../Documents/PPlusPSA"
},
{
"name": "Kaitai-Struct",
"path": "../../../../Documents/Kaitai-Struct"
},
{
"name": "fudgedit",
"path": "../../../../Documents/fudgedit"
},
{
"path": "../../../../Documents/Rukai/RukaiData"
},
{
"path": "../../../../Documents/Rukai/brawllib_rs"
},
{
"path": "../Wombuild-content/reltools-v1.3.0-beta"
},
{
"path": "../../../../Documents/AIScriptCLA"
},
{
"path": "../../../Documents/RevE-Brawl-FighterPac"
},
{
"path": "../../../../Documents/OpenSA3"
},
{
"path": "../../../Documents/RoAutocomplete/rivals-of-aether-gml-support"
},
{
"path": "../../../../AppData/Local/RivalsofAether/workshop/Goku"
},
{
"path": "../../../../Documents/Project-ACMD"
},
{
"path": "../../../../Documents/_$JOBHUNT/homepage_vite"
},
{
"path": "../../../../Documents/BrawlREGithub"
}
],
"settings": {
"files.associations": {
"*.ksy": "yaml",
"*.asm": "gctrm",
"*.gml": "gml-ntt-roa",
"vector": "cpp",
"algorithm": "cpp",
"chrono": "cpp",
"xstring": "cpp",
"xutility": "cpp",
"deque": "cpp",
"list": "cpp",
"functional": "cpp",
"xlocale": "cpp",
"optional": "cpp",
"system_error": "cpp",
"type_traits": "cpp",
"xlocmon": "cpp",
"xlocnum": "cpp",
"xtr1common": "cpp",
"istream": "cpp",
"ostream": "cpp",
"ratio": "cpp",
"array": "cpp",
"tuple": "cpp",
"utility": "cpp",
"variant": "cpp",
"*.inc": "c",
"TEMP.C": "cpp",
"locale": "cpp",
"thread": "cpp",
"xlocmes": "cpp",
"xloctime": "cpp",
"compare": "cpp",
"cstddef": "cpp",
"atomic": "cpp",
"fstream": "cpp",
"ios": "cpp",
"iosfwd": "cpp",
"memory": "cpp",
"sstream": "cpp",
"streambuf": "cpp",
"xiosbase": "cpp"
},
"liveServer.settings.multiRootWorkspaceName": null,
"lldb.displayFormat": "auto",
"lldb.showDisassembly": "auto",
"lldb.dereferencePointers": true,
"lldb.consoleMode": "evaluate",
"cmake.additionalCompilerSearchDirs": [
"C:\\Program Files\\mingw-w64\\x86_64-8.1.0-release-posix-seh-rt_v6-rev0\\mingw64\\bin"
],
"cmake.cmakePath": "C:\\Program Files\\CMake\\bin\\cmake.exe",
"cmake.configureEnvironment": {
"CMAKE_MAKE_PROGRAM": "C:\\Program Files\\mingw-w64\\x86_64-8.1.0-release-posix-seh-rt_v6-rev0\\mingw64\\bin\\mingw32-make.exe"
},
"editor.formatOnSave": false,
"makefile.makefilePath": "C:\\Users\\dareb\\Documents\\Syriinge\\Syriinge\\Makefile",
"godot_tools.editor_path": "C:\\Users\\dareb\\Downloads\\Godot_v4.2-stable_win64.exe\\Godot_v4.2-stable_win64.exe",
"files.watcherExclude": {
"**/target": true
},
"dotnet.defaultSolution": "disable"
}
}