|
|
|
@ -70,12 +70,44 @@
|
|
|
|
|
"awsm/wasmception": true,
|
|
|
|
|
"**/.vscode": true
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"shellformat.effectLanguages": [
|
|
|
|
|
"shellscript",
|
|
|
|
|
"dockerfile",
|
|
|
|
|
"ignore",
|
|
|
|
|
"gitignore",
|
|
|
|
|
],
|
|
|
|
|
"shellformat.path": "/usr/local/bin/shfmt",
|
|
|
|
|
"shellformat.flag": "-ln=bash -i 0 -bn -ci -sr -kp",
|
|
|
|
|
"terminal.integrated.profiles.linux": {
|
|
|
|
|
"bash": {
|
|
|
|
|
"path": "bash"
|
|
|
|
|
}
|
|
|
|
|
"terminal.integrated.shell.linux": "bash",
|
|
|
|
|
"[jsonc]": {
|
|
|
|
|
"editor.defaultFormatter": "vscode.json-language-features"
|
|
|
|
|
},
|
|
|
|
|
"[json]": {
|
|
|
|
|
"editor.defaultFormatter": "vscode.json-language-features"
|
|
|
|
|
},
|
|
|
|
|
"[shellscript]": {
|
|
|
|
|
"editor.defaultFormatter": "foxundermoon.shell-format"
|
|
|
|
|
},
|
|
|
|
|
"terminal.integrated.shell.linux": "bash"
|
|
|
|
|
"[dockerfile]": {
|
|
|
|
|
"editor.defaultFormatter": "foxundermoon.shell-format"
|
|
|
|
|
},
|
|
|
|
|
"[ignore]": {
|
|
|
|
|
"editor.defaultFormatter": "foxundermoon.shell-format"
|
|
|
|
|
},
|
|
|
|
|
"files.watcherExclude": {
|
|
|
|
|
"**/.git/objects/**": true,
|
|
|
|
|
"**/.git/subtree-cache/**": true,
|
|
|
|
|
"**/.git/**": true,
|
|
|
|
|
"**/awsm/target/**": true,
|
|
|
|
|
"**/runtime/thirdparty/**": true,
|
|
|
|
|
"**/runtime/thirdparty/ck/**": true,
|
|
|
|
|
"**/runtime/thirdparty/http-parser/**": true,
|
|
|
|
|
"**/runtime/thirdparty/jsmn/**": true,
|
|
|
|
|
"**/runtime/thirdparty/dist/**": true,
|
|
|
|
|
"*.o": true,
|
|
|
|
|
"**/res/**": true,
|
|
|
|
|
"**/concurrency/res/**/**": true,
|
|
|
|
|
"**/deadline/res/**/**": true,
|
|
|
|
|
"**/preemption/res/**/**": true,
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|