mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
chore(language): tweak Ruby, ERB, and CSS settings
This commit is contained in:
@@ -324,7 +324,8 @@
|
||||
//
|
||||
"[css]": {
|
||||
"editor.insertSpaces": true,
|
||||
"editor.tabSize": 2
|
||||
"editor.tabSize": 2,
|
||||
"editor.defaultFormatter": "vscode.css-language-features"
|
||||
},
|
||||
//
|
||||
// ===========================================================================
|
||||
@@ -488,12 +489,17 @@
|
||||
"editor.insertSpaces": true,
|
||||
"editor.tabSize": 2
|
||||
},
|
||||
"rubyLsp.rubyVersionManager": {
|
||||
"identifier": "auto"
|
||||
"[erb]": {
|
||||
"editor.defaultFormatter": "Shopify.ruby-lsp",
|
||||
"editor.tabSize": 2
|
||||
},
|
||||
// Ruby LSP
|
||||
"rubyLsp.featureFlags": {
|
||||
"fullTestDiscovery": false
|
||||
},
|
||||
"rubyLsp.rubyVersionManager": {
|
||||
"identifier": "auto"
|
||||
},
|
||||
// Ruby Test Explorer
|
||||
"rubyTestExplorer.logpanel": false,
|
||||
// Use mise to execute ruby test explorer bundler commands to ensure correct
|
||||
|
||||
Reference in New Issue
Block a user