Don't hardcode workspaceFolder for ESLint adapter

This commit is contained in:
Julia 2023-04-26 13:23:38 -04:00
parent 678c188de0
commit a284fae515

View file

@ -206,10 +206,6 @@ impl LspAdapter for EsLintLspAdapter {
"shortenToSingleLine": false
},
"nodePath": null,
"workspaceFolder": {
"name": "testing_ts",
"uri": "file:///Users/julia/Stuff/testing_ts"
},
"codeAction": {
"disableRuleComment": {
"enable": true,