From d87ae5b5d79712eb0c18caa01d4c9ec4d759b6e3 Mon Sep 17 00:00:00 2001 From: "Mark W. Kidd" Date: Tue, 17 Aug 2021 20:29:10 -0400 Subject: [PATCH] set vscode .h association and gitignore its configuration --- .gitignore | 3 +++ .vscode/settings.json | 33 ++------------------------------- 2 files changed, 5 insertions(+), 31 deletions(-) diff --git a/.gitignore b/.gitignore index 6bee5b0885..3ffa528c36 100644 --- a/.gitignore +++ b/.gitignore @@ -225,3 +225,6 @@ param.sfo *.vpk /.vs /deps/SPIRV-Cross/out/build/x64-Debug + +# Visual Studio Code +./vscode/ \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index edc28e0361..82622112e2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,20 +11,15 @@ "editor.insertSpaces": true, "editor.formatOnSave": false, "files.associations": { - "frontend_driver.h": "c", + "*.h": "c", "*.in": "c", "*.rh": "c", "array": "c", - "file_stream.h": "c", - "driver.h": "c", "iosfwd": "c", "xlocbuf": "c", "xmemory0": "c", "ios": "c", "list": "c", - "input_driver.h": "c", - "menu_driver.h": "c", - "file_path.h": "c", "unordered_map": "c", "unordered_set": "c", "sstream": "cpp", @@ -33,39 +28,15 @@ "initializer_list": "c", "string_view": "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", "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", "vector": "c", "xhash": "c", "xiosbase": "c", "xstring": "c", "xtree": "c", - "xutility": "c", - "menu_input_dialog.h": "c", - "ozone_sidebar.h": "c", - "menu_thumbnail_path.h": "c", - "badges.h": "c" + "xutility": "c" }, "C_Cpp.dimInactiveRegions": false, }