-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
142 lines (142 loc) · 3.2 KB
/
settings.json
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"triggerTaskOnSave.tasks": {
"doc: build current file": [
"**/*.rst"
]
},
"triggerTaskOnSave.showStatusBarToggle": true,
"triggerTaskOnSave.resultIndicator": "statusBar.background",
"triggerTaskOnSave.failureColour": "#800000",
"triggerTaskOnSave.successColour": "#008800",
"triggerTaskOnSave.restart": true,
"editor.rulers": [
{"column": 80, "color": "#242424"},
{"column": 90, "color": "#303030"},
{"column": 100, "color": "#303030"}
],
"files.associations": {
"tracing_cpu_stats.h": "c",
"tracing.h": "c",
"tracing_sysview.h": "c",
"ppi_trace.h": "c",
"segger_rtt.h": "c",
"array": "c",
"string_view": "c",
"initializer_list": "c",
"utility": "c",
"typeinfo": "c",
"functional": "c",
"istream": "c",
"ostream": "c",
"tuple": "c",
"type_traits": "c",
"nfc_t2t_lib.h": "c",
"nrfx.h": "c",
"nrfx_common.h": "c",
"gatt_dm.h": "c",
"sizeof.h": "c",
"nrf.h": "c",
"dk_buttons_and_leds.h": "c",
"zephyr.h": "c",
"slist.h": "c",
"nrf_power.h": "c",
"nrf_reset.h": "c",
"autoconf.h": "c",
"trans_rpmsg.h": "c",
"rpmsg.h": "c",
"rp_trans_rpmsg.h": "c",
"algorithm": "c",
"string": "c",
"system_error": "cpp",
"ser_common.h": "c",
"assert.h": "c",
"nrf_rpc.h": "c",
"nrf_rpc_errors.h": "c",
"stddef.h": "c",
"nrf_rpc_tr.h": "c",
"nrf_rpc_rpmsg.h": "c",
"rp_ll.h": "c",
"rp_log.h": "c",
"random": "c",
"nrf_rpc_cbor.h": "c",
"stdbool.h": "c",
"cbor.h": "c",
"chrono": "c",
"ratio": "c",
"optional": "c",
"*.tcc": "c",
"nrf_rpc_log.h": "c",
"errno.h": "c",
"errno-base.h": "c",
"*.inc": "c",
"variant": "c",
"bluetooth.h": "c",
"bitset": "c",
"ranges": "c",
"span": "c",
"sm_ipt.h": "c",
"shell_uart.h": "c",
"throughput.h": "c",
"hci.h": "c",
"main.h": "c",
"stdint.h": "c",
"leds.h": "c",
"multiproto.h": "c"
},
"cSpell.words": [
"chrc",
"GPIO",
"MPSL",
"multiproto",
"printk",
"sbom",
"scancode",
"SPDX",
"timeslot",
"timeslots"
],
"cSpell.diagnosticLevel": "Hint",
"C_Cpp.errorSquiggles": "Disabled",
"todo-tree.general.tags": [
"NEXT:",
"DKTODO:"
],
"---editor.tokenColorCustomizations": {
"comments": "#213d25",
"textMateRules": [
{
"scope": "storage.type.class.doxygen.c, storage.type.class.doxygen.cpp",
"settings": {
"foreground": "#203b37"
}
},
{
"scope": "comment.block.documentation.c variable.parameter.c, comment.block.documentation.cpp variable.parameter.cpp",
"settings": {
"foreground": "#203b37"
}
}
]
},
"restructuredtext.confPath": "",
"restructuredtext.preview.scrollEditorWithPreview": false,
"restructuredtext.preview.scrollPreviewWithEditor": false,
"workbench.editorAssociations": {
"*.svg": "hediet.vscode-drawio-text"
},
"workbench.colorCustomizations": {},
"cSpell.enableFiletypes": [
"kconfig"
],
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"restructuredtext.syntaxHighlighting.disabled": true,
"esbonio.sphinx.confDir": "",
"git.allowForcePush": true,
"git.autoRepositoryDetection": "openEditors",
"git.detectSubmodules": false,
"git.useForcePushWithLease": false,
"git.ignoreSubmodules": true,
"git.repositoryScanMaxDepth": 0,
"git.detectSubmodulesLimit": 0
}