ws.code-workspace 316 Bytes
Newer Older
杉下大河's avatar
杉下大河 committed
1
2
3
4
5
6
7
8
9
10
11
12
{
	"folders": [
		{
			"path": "."
		},
		{
			"path": "..\\..\\..\\AppData\\Local\\Arduino15\\packages\\STM32\\hardware\\stm32\\1.9.0\\variants\\NUCLEO_F767ZI"
		},
		{
			"path": "..\\IMC_ANC_test"
		}
	],
13
14
15
16
17
18
19
	"settings": {
		"files.associations": {
			"xiosbase": "cpp",
			"xlocale": "cpp",
			"ios": "cpp"
		}
	}
杉下大河's avatar
杉下大河 committed
20
}