-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimx95-frdm.code-workspace
More file actions
43 lines (43 loc) · 1.01 KB
/
Copy pathimx95-frdm.code-workspace
File metadata and controls
43 lines (43 loc) · 1.01 KB
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
{
"folders": [
{
"name": "imx95-frdm",
"path": "."
}
],
"settings": {
"git.ignoreLimitWarning": true,
"window.title": "${dirty}${activeEditorShort}${separator}imx95-frdm${separator}${appName}",
"terminal.integrated.env.linux": {
"SUDO_ASKPASS": "${workspaceFolder}/scripts/sudo-askpass-gui.sh",
"SSH_ASKPASS": "${workspaceFolder}/scripts/sudo-askpass-gui.sh",
"SUDO_ASKPASS_TITLE": "Cursor: sudo password required"
},
"files.watcherExclude": {
"**/downloads/**": true,
"**/build/**": true,
"**/tmp-lmp*/**": true,
"**/.git/objects/**": true,
"**/*.wic": true,
"**/*.wic.gz": true,
"**/*.wic.bz2": true,
"**/*.imx": true,
"**/*.tar.gz": true,
"**/*.tgz": true
},
"files.exclude": {
"**/downloads/extracted-android-*/**": true
},
"search.exclude": {
"**/downloads": true,
"**/build": true,
"**/tmp-lmp*": true,
"**/*.wic": true,
"**/*.wic.gz": true,
"**/*.wic.bz2": true,
"**/*.imx": true,
"**/*.tar.gz": true,
"**/*.tgz": true
}
}
}