From 7250b43400d97df366fba0fe1cb32c0eb159ed23 Mon Sep 17 00:00:00 2001 From: Mithras Date: Fri, 20 Mar 2020 18:10:38 +0100 Subject: [PATCH] ver 0.2+vs_code_init_json_files --- .vscode/settings.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..e72607f --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,20 @@ +{ + "C_Cpp.default.configurationProvider": "vector-of-bool.cmake-tools", + "files.associations": { + "linenoise.h": "c", + "esp_log.h": "c", + "condition_variable": "c", + "future": "c", + "*.ipp": "c", + "*.inc": "c", + "cmd_decl.h": "c", + "wifi.h": "c", + "esp_wifi.h": "c", + "ca.h": "c", + "esp_event.h": "c", + "freertos.h": "c", + "https_server.h": "c", + "esp_https_server.h": "c", + "esp_console.h": "c" + } +} \ No newline at end of file