You've already forked stardew-valley-mods-devcontainer
Enable formatting options by default for better auto-complete and intellisense support.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user