Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
d61ad889
Commit
d61ad889
authored
Jun 16, 2021
by
Waqar Ahmed
Browse files
we now support range requests for semantic tokens
Signed-off-by:
Waqar Ahmed
<
waqar.17a@gmail.com
>
parent
45362eaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/lspclient/lspclientserver.cpp
View file @
d61ad889
...
@@ -1136,7 +1136,7 @@ private:
...
@@ -1136,7 +1136,7 @@ private:
QJsonObject
semanticTokens
{{
QStringLiteral
(
"requests"
),
QJsonObject
semanticTokens
{{
QStringLiteral
(
"requests"
),
QJsonObject
{
QJsonObject
{
{
QStringLiteral
(
"range"
),
fals
e
},
{
QStringLiteral
(
"range"
),
tru
e
},
{
QStringLiteral
(
"full"
),
QJsonObject
{{
QStringLiteral
(
"delta"
),
true
}}}
{
QStringLiteral
(
"full"
),
QJsonObject
{{
QStringLiteral
(
"delta"
),
true
}}}
}
}
},
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment