We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb6c81 commit b82dc51Copy full SHA for b82dc51
clients/lsp-json.el
@@ -82,7 +82,9 @@
82
:/jsconfig.json ["http://json.schemastore.org/jsconfig"]
83
:/jsconfig.*.json ["http://json.schemastore.org/jsconfig"]
84
:/project.json ["http://json.schemastore.org/project"]
85
- :/omnisharp.json ["http://json.schemastore.org/omnisharp"])
+ :/omnisharp.json ["http://json.schemastore.org/omnisharp"]
86
+ :/.eslintrc.json ["http://json.schemastore.org/eslintrc"]
87
+ :/.eslintrc ["http://json.schemastore.org/eslintrc"])
88
"Default json schemas.")
89
90
(defun lsp-json--get-content (_workspace uri callback)
0 commit comments