Skip to content

Commit

Permalink
Fix typo of qmlls
Browse files Browse the repository at this point in the history
  • Loading branch information
manateelazycat committed Jun 15, 2024
1 parent f555089 commit 152431c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions multiserver/qmlls_javascript.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"signature_help": "qmlls",
"prepare_rename": "qmlls",
"rename": "qmlls",
"document_symbol": "qmalls",
"workspace_symbol": "qmalls",
"semantic_tokens": "qmalls",
"inlay_hint": "qmalls"
"document_symbol": "qmlls",
"workspace_symbol": "qmlls",
"semantic_tokens": "qmlls",
"inlay_hint": "qmlls"
}

0 comments on commit 152431c

Please sign in to comment.