IotWebConf.code-workspace 1.32 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
	"folders": [
		{
			"path": "."
		},
		{
			"path": "../IotWebConf-examples/IotWebConf01Minimal"
		},
		{
			"path": "../IotWebConf-examples/IotWebConf02StatusAndReset"
		},
		{
			"path": "../IotWebConf-examples/IotWebConf03CustomParameters"
		},
		{
			"path": "../IotWebConf-examples/IotWebConf03TypedParameters"
		},
		{
			"path": "../IotWebConf-examples/IotWebConf04UpdateServer"
		},
		{
			"path": "../IotWebConf-examples/IotWebConf05Callbacks"
		},
		{
			"path": "../IotWebConf-examples/IotWebConf06MqttApp"
		},
		{
			"path": "../IotWebConf-examples/IotWebConf07MqttRelay"
		},
		{
			"path": "../IotWebConf-examples/IotWebConf08WebRelay"
		},
		{
			"path": "../IotWebConf-examples/IotWebConf09CustomConnection"
		},
		{
			"path": "../IotWebConf-examples/IotWebConf10CustomHtml"
		},
		{
			"path": "../IotWebConf-examples/IotWebConf11AdvancedRuntime"
		},
		{
			"path": "../IotWebConf-examples/IotWebConf12CustomParameterType"
		},
		{
			"path": "../IotWebConf-examples/IotWebConf13OptionalGroup"
		},
		{
			"path": "../IotWebConf-examples/IotWebConf14GroupChain"
		},
		{
			"path": "../IotWebConf-examples/IotWebConf15MultipleWifi"
		},
		{
			"path": "../IotWebConf-examples/IotWebConf16OffLineMode"
		},
		{
			"path": "../IotWebConf-examples/IotWebConf17JsonConfig"
		}
	],
	"settings": {
		"workbench.tree.indent": 16
	}
}