From 802fbceb84d2685ae1968d1b21f174129336d3f3 Mon Sep 17 00:00:00 2001 From: Alex Mikhalev Date: Thu, 3 Jan 2019 14:17:30 -0700 Subject: [PATCH] don't clutter up file associations --- components/nanopb/nanopb | 1 + uas-ugv.code-workspace | 19 ++----------------- 2 files changed, 3 insertions(+), 17 deletions(-) create mode 160000 components/nanopb/nanopb diff --git a/components/nanopb/nanopb b/components/nanopb/nanopb new file mode 160000 index 0000000..580d7c8 --- /dev/null +++ b/components/nanopb/nanopb @@ -0,0 +1 @@ +Subproject commit 580d7c809c3c974537568e93d3be9bc7f533a105 diff --git a/uas-ugv.code-workspace b/uas-ugv.code-workspace index 3117d58..f55e671 100644 --- a/uas-ugv.code-workspace +++ b/uas-ugv.code-workspace @@ -10,24 +10,9 @@ "Unix Makefiles" ], "cmake.configureOnOpen": true, + "C_Cpp.autoAddFileAssociations": false, "files.associations": { - "Dockerfile.*": "dockerfile", - "esp_spi_flash.h": "c", - "sx127x_driver.h": "c", - "task.h": "c", - "rtc.h": "c", - "sntp.h": "c", - "future": "c", - "optional": "c", - "esp_log.h": "c", - "string.h": "c", - "stdio.h": "c", - "sdkconfig.h": "c", - "freertos.h": "c", - "u8g2_esp32_hal.h": "c", - "stddef.h": "c", - "gpio.h": "c", - "gpio_reg.h": "c" + "Dockerfile.*": "dockerfile" } }, "extensions": {