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
|
"shortenToSingleLine": false
|
||||||
},
|
},
|
||||||
"nodePath": null,
|
"nodePath": null,
|
||||||
"workspaceFolder": {
|
|
||||||
"name": "testing_ts",
|
|
||||||
"uri": "file:///Users/julia/Stuff/testing_ts"
|
|
||||||
},
|
|
||||||
"codeAction": {
|
"codeAction": {
|
||||||
"disableRuleComment": {
|
"disableRuleComment": {
|
||||||
"enable": true,
|
"enable": true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue