uas-ugv/uas-ugv.code-workspace

41 lines
721 B
Plaintext
Raw Normal View History

2018-12-16 18:12:21 -08:00
{
"folders": [
{
"path": "."
}
],
"settings": {
"cmake.preferredGenerators": [
"Ninja",
"Unix Makefiles"
],
2018-12-20 19:26:59 -08:00
"cmake.configureOnOpen": true,
"files.associations": {
"Dockerfile.*": "dockerfile",
"esp_spi_flash.h": "c",
"sx127x_driver.h": "c",
2018-12-30 19:10:39 -07:00
"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"
2018-12-20 19:26:59 -08:00
}
2018-12-16 18:12:21 -08:00
},
"extensions": {
"recommendations": [
"ms-vscode.cpptools",
"twxs.cmake",
"vector-of-bool.cmake-tools",
"peterjausovec.vscode-docker"
]
}
}