mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 12:40:23 +00:00
set vscode .h association and gitignore its configuration
This commit is contained in:
parent
dfea030f5b
commit
d87ae5b5d7
3
.gitignore
vendored
3
.gitignore
vendored
@ -225,3 +225,6 @@ param.sfo
|
|||||||
*.vpk
|
*.vpk
|
||||||
/.vs
|
/.vs
|
||||||
/deps/SPIRV-Cross/out/build/x64-Debug
|
/deps/SPIRV-Cross/out/build/x64-Debug
|
||||||
|
|
||||||
|
# Visual Studio Code
|
||||||
|
./vscode/
|
33
.vscode/settings.json
vendored
33
.vscode/settings.json
vendored
@ -11,20 +11,15 @@
|
|||||||
"editor.insertSpaces": true,
|
"editor.insertSpaces": true,
|
||||||
"editor.formatOnSave": false,
|
"editor.formatOnSave": false,
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
"frontend_driver.h": "c",
|
"*.h": "c",
|
||||||
"*.in": "c",
|
"*.in": "c",
|
||||||
"*.rh": "c",
|
"*.rh": "c",
|
||||||
"array": "c",
|
"array": "c",
|
||||||
"file_stream.h": "c",
|
|
||||||
"driver.h": "c",
|
|
||||||
"iosfwd": "c",
|
"iosfwd": "c",
|
||||||
"xlocbuf": "c",
|
"xlocbuf": "c",
|
||||||
"xmemory0": "c",
|
"xmemory0": "c",
|
||||||
"ios": "c",
|
"ios": "c",
|
||||||
"list": "c",
|
"list": "c",
|
||||||
"input_driver.h": "c",
|
|
||||||
"menu_driver.h": "c",
|
|
||||||
"file_path.h": "c",
|
|
||||||
"unordered_map": "c",
|
"unordered_map": "c",
|
||||||
"unordered_set": "c",
|
"unordered_set": "c",
|
||||||
"sstream": "cpp",
|
"sstream": "cpp",
|
||||||
@ -33,39 +28,15 @@
|
|||||||
"initializer_list": "c",
|
"initializer_list": "c",
|
||||||
"string_view": "c",
|
"string_view": "c",
|
||||||
"utility": "c",
|
"utility": "c",
|
||||||
"menu_input.h": "c",
|
|
||||||
"tasks_internal.h": "c",
|
|
||||||
"ozone.h": "c",
|
|
||||||
"ozone_theme.h": "c",
|
|
||||||
"ozone_texture.h": "c",
|
|
||||||
"string_list.h": "c",
|
|
||||||
"core_info.h": "c",
|
|
||||||
"thread": "c",
|
"thread": "c",
|
||||||
"xlocale": "c",
|
"xlocale": "c",
|
||||||
"gfx_widgets.h": "c",
|
|
||||||
"message_queue.h": "c",
|
|
||||||
"task_queue.h": "c",
|
|
||||||
"fifo_queue.h": "c",
|
|
||||||
"file_list.h": "c",
|
|
||||||
"strl.h": "c",
|
|
||||||
"configuration.h": "c",
|
|
||||||
"ozone_display.h": "c",
|
|
||||||
"verbosity.h": "c",
|
|
||||||
"retroarch.h": "c",
|
|
||||||
"gfx_animation.h": "c",
|
|
||||||
"netplay.h": "c",
|
|
||||||
"scaler.h": "c",
|
|
||||||
"deque": "c",
|
"deque": "c",
|
||||||
"vector": "c",
|
"vector": "c",
|
||||||
"xhash": "c",
|
"xhash": "c",
|
||||||
"xiosbase": "c",
|
"xiosbase": "c",
|
||||||
"xstring": "c",
|
"xstring": "c",
|
||||||
"xtree": "c",
|
"xtree": "c",
|
||||||
"xutility": "c",
|
"xutility": "c"
|
||||||
"menu_input_dialog.h": "c",
|
|
||||||
"ozone_sidebar.h": "c",
|
|
||||||
"menu_thumbnail_path.h": "c",
|
|
||||||
"badges.h": "c"
|
|
||||||
},
|
},
|
||||||
"C_Cpp.dimInactiveRegions": false,
|
"C_Cpp.dimInactiveRegions": false,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user