mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
22 lines
No EOL
566 B
JSON
22 lines
No EOL
566 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/base:noble",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"streetsidesoftware.code-spell-checker",
|
|
"usernamehw.errorlens",
|
|
"mads-hartmann.bash-ide-vscode"
|
|
],
|
|
"settings": {
|
|
"[shellscript]": {
|
|
"editor.defaultFormatter": "mads-hartmann.bash-ide-vscode",
|
|
"editor.tabSize": 4,
|
|
"files.eol": "\n"
|
|
},
|
|
"editor.trimAutoWhitespace": true,
|
|
"files.autoSave": "afterDelay",
|
|
"files.eol": "auto"
|
|
}
|
|
}
|
|
}
|
|
} |