17 lines
478 B
JSON
17 lines
478 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.trunk/*actions/": true,
|
|
"**/.trunk/*logs/": true,
|
|
"**/.trunk/*notifications/": true,
|
|
"**/.trunk/*out/": true,
|
|
"**/.trunk/*plugins/": true
|
|
},
|
|
"files.watcherExclude": {
|
|
"**/.trunk/*actions/": true,
|
|
"**/.trunk/*logs/": true,
|
|
"**/.trunk/*notifications/": true,
|
|
"**/.trunk/*out/": true,
|
|
"**/.trunk/*plugins/": true
|
|
},
|
|
"editor.defaultFormatter": "trunk.io"
|
|
} |