Enable formatting options by default for better auto-complete and intellisense support.

This commit is contained in:
2022-03-03 14:57:16 +09:00
parent 7a5da30561
commit ef7d9bf720

View File

@@ -28,7 +28,10 @@
// Set *default* container specific settings.json values on container create.
"settings": {
"omnisharp.useGlobalMono": "always"
"omnisharp.useGlobalMono": "always",
"csharp.format.enable": true,
"editor.formatOnType": true,
"editor.formatOnSave": true
},
// Add the IDs of extensions you want installed when the container is created.