Remove default language settings that are provided by extensions (#12612)

This PR removes some default language settings that are now provided by
their respective extensions.

In #10296 we added the ability for the language configuration within
extensions to provide certain language settings (e.g., `tab_size`).

New versions of the extensions have been published that take advantage
of that and have been in circulation for over a month now. To that end,
we no longer need these settings provided as defaults.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-06-03 14:40:23 -04:00 committed by GitHub
parent 2f65c3c6e6
commit c752763301
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -672,9 +672,6 @@
"Elixir": { "Elixir": {
"language_servers": ["elixir-ls", "!next-ls", "!lexical", "..."] "language_servers": ["elixir-ls", "!next-ls", "!lexical", "..."]
}, },
"Gleam": {
"tab_size": 2
},
"Go": { "Go": {
"code_actions_on_format": { "code_actions_on_format": {
"source.organizeImports": true "source.organizeImports": true
@ -710,9 +707,6 @@
"allowed": true "allowed": true
} }
}, },
"Make": {
"hard_tabs": true
},
"Markdown": { "Markdown": {
"format_on_save": "off", "format_on_save": "off",
"prettier": { "prettier": {
@ -725,9 +719,6 @@
"plugins": ["@prettier/plugin-php"] "plugins": ["@prettier/plugin-php"]
} }
}, },
"Prisma": {
"tab_size": 2
},
"Ruby": { "Ruby": {
"language_servers": ["solargraph", "!ruby-lsp", "..."] "language_servers": ["solargraph", "!ruby-lsp", "..."]
}, },