Don't hardcode workspaceFolder for ESLint adapter

This commit is contained in:
Julia
2023-04-27 14:35:34 -04:00
parent 678c188de0
commit a284fae515
-4
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,