mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
Don't hardcode workspaceFolder
for ESLint adapter
This commit is contained in:
parent
678c188de0
commit
a284fae515
1 changed files with 0 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue