1{
2   "terminal.integrated.shell.windows": "C:\\msys64\\usr\\bin\\bash.exe",
3   "terminal.integrated.env.windows": {
4      "PATH": "/mingw64/lib/ccache/bin:/mingw64/lib/ccache/bin:/mingw64/lib/ccache/bin:/mingw64/bin:/usr/local/bin:/usr/bin:/bin:$PATH",
5      "MSYSTEM": "MINGW64",
6   },
7   "terminal.integrated.cursorBlinking": true,
8   "editor.tabSize": 3,
9   "editor.detectIndentation": false,
10   "editor.renderWhitespace": "all",
11   "editor.insertSpaces": true,
12   "editor.formatOnSave": false,
13   "files.associations": {
14      "frontend_driver.h": "c",
15      "*.in": "c",
16      "*.rh": "c",
17      "array": "c",
18      "file_stream.h": "c",
19      "driver.h": "c",
20      "iosfwd": "c",
21      "xlocbuf": "c",
22      "xmemory0": "c",
23      "ios": "c",
24      "list": "c",
25      "input_driver.h": "c",
26      "menu_driver.h": "c",
27      "file_path.h": "c",
28      "unordered_map": "c",
29      "unordered_set": "c",
30      "sstream": "cpp",
31      "hash_map": "c",
32      "hash_set": "c",
33      "initializer_list": "c",
34      "string_view": "c",
35      "utility": "c",
36      "menu_input.h": "c",
37      "tasks_internal.h": "c",
38      "ozone.h": "c",
39      "ozone_theme.h": "c",
40      "ozone_texture.h": "c",
41      "string_list.h": "c",
42      "core_info.h": "c",
43      "thread": "c",
44      "xlocale": "c",
45      "gfx_widgets.h": "c",
46      "message_queue.h": "c",
47      "task_queue.h": "c",
48      "fifo_queue.h": "c",
49      "file_list.h": "c",
50      "strl.h": "c",
51      "configuration.h": "c",
52      "ozone_display.h": "c",
53      "verbosity.h": "c",
54      "retroarch.h": "c",
55      "gfx_animation.h": "c",
56      "netplay.h": "c",
57      "scaler.h": "c",
58      "deque": "c",
59      "vector": "c",
60      "xhash": "c",
61      "xiosbase": "c",
62      "xstring": "c",
63      "xtree": "c",
64      "xutility": "c",
65      "menu_input_dialog.h": "c",
66      "ozone_sidebar.h": "c",
67      "menu_thumbnail_path.h": "c",
68      "badges.h": "c"
69   },
70   "C_Cpp.dimInactiveRegions": false,
71}
72