Skip to content

Commit

Permalink
Don't use VSCode ESLint experimental flag anymore (#662)
Browse files Browse the repository at this point in the history
* Improve some VSCode settings

* Remove custom Ruby LSP command
  • Loading branch information
Splines authored Jul 9, 2024
1 parent 6bde35d commit e7d6053
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"source.fixAll.eslint": "explicit"
},
"eslint.format.enable": true, // use ESLint as formatter
"eslint.experimental.useFlatConfig": true,
// this disables VSCode built-in formatter (instead we want to use ESLint)
"javascript.validate.enable": false,
"eslint.options": {
Expand Down Expand Up @@ -71,7 +70,8 @@
"node_modules/": true,
"pdfcomprezzor/": true,
"coverage/": true,
"solr/": true
"solr/": true,
".docker/": true
},
"files.associations": {
"*.js.erb": "javascript",
Expand Down Expand Up @@ -106,6 +106,5 @@
"commontator",
"helpdesk",
"turbolinks"
],
"rubyLsp.customRubyCommand": "set -o allexport && . ./docker-dummy.env && set +o allexport"
]
}

0 comments on commit e7d6053

Please sign in to comment.