don't clutter up file associations

This commit is contained in:
Alex Mikhalev 2019-01-03 14:17:30 -07:00
parent 90f64c2b37
commit 802fbceb84
2 changed files with 3 additions and 17 deletions

@ -0,0 +1 @@
Subproject commit 580d7c809c3c974537568e93d3be9bc7f533a105

View File

@ -10,24 +10,9 @@
"Unix Makefiles" "Unix Makefiles"
], ],
"cmake.configureOnOpen": true, "cmake.configureOnOpen": true,
"C_Cpp.autoAddFileAssociations": false,
"files.associations": { "files.associations": {
"Dockerfile.*": "dockerfile", "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"
} }
}, },
"extensions": { "extensions": {