mirror of
https://github.com/Maks1mS/devcontainers-features.git
synced 2024-12-23 07:42:59 +03:00
add formatter
This commit is contained in:
parent
59bcbb5d72
commit
9fc296447b
@ -10,10 +10,12 @@
|
||||
],
|
||||
"url": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainerFeature.schema.json"
|
||||
}
|
||||
]
|
||||
],
|
||||
"editor.formatOnSave": true
|
||||
},
|
||||
"extensions": [
|
||||
"mads-hartmann.bash-ide-vscode"
|
||||
"mads-hartmann.bash-ide-vscode",
|
||||
"foxundermoon.shell-format"
|
||||
]
|
||||
}
|
||||
},
|
||||
@ -23,4 +25,4 @@
|
||||
},
|
||||
"remoteUser": "node",
|
||||
"updateContentCommand": "npm install -g @devcontainers/cli"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user