{
	"folders": [
		{
			"path": "."
		}
	],
	"settings": {
		"cmake.preferredGenerators": [
			"Ninja",
			"Unix Makefiles"
		],
		"cmake.buildDirectory": "${workspaceRoot}/cmake-build",
		"cmake.configureOnOpen": true,
		"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"
		}
	},
	"extensions": {
		"recommendations": [
			"ms-vscode.cpptools",
			"twxs.cmake",
			"vector-of-bool.cmake-tools",
			"peterjausovec.vscode-docker"
		]
	}
}