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.
|
// Set *default* container specific settings.json values on container create.
|
||||||
"settings": {
|
"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.
|
// Add the IDs of extensions you want installed when the container is created.
|
||||||
|
|||||||
Reference in New Issue
Block a user