File tree Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 536
536
--- @return ' server' | ' client'
537
537
function m .getOwner (uri )
538
538
-- TODO
539
+ do return ' server' end
539
540
if PREVIEW then
540
541
return ' client'
541
542
else
Original file line number Diff line number Diff line change @@ -1213,14 +1213,14 @@ m.register 'inlayHint/resolve' {
1213
1213
}
1214
1214
1215
1215
m .register ' textDocument/diagnostic' {
1216
- preview = true ,
1217
- capability = {
1218
- diagnosticProvider = {
1219
- identifier = ' identifier' ,
1220
- interFileDependencies = true ,
1221
- workspaceDiagnostics = false ,
1222
- }
1223
- },
1216
+ -- preview = true,
1217
+ -- capability = {
1218
+ -- diagnosticProvider = {
1219
+ -- identifier = 'identifier',
1220
+ -- interFileDependencies = true,
1221
+ -- workspaceDiagnostics = false,
1222
+ -- }
1223
+ -- },
1224
1224
--- @async
1225
1225
function (params )
1226
1226
local uri = files .getRealUri (params .textDocument .uri )
@@ -1246,12 +1246,12 @@ m.register 'textDocument/diagnostic' {
1246
1246
}
1247
1247
1248
1248
m .register ' workspace/diagnostic' {
1249
- preview = true ,
1250
- capability = {
1251
- diagnosticProvider = {
1252
- workspaceDiagnostics = false ,
1253
- }
1254
- },
1249
+ -- preview = true,
1250
+ -- capability = {
1251
+ -- diagnosticProvider = {
1252
+ -- workspaceDiagnostics = false,
1253
+ -- }
1254
+ -- },
1255
1255
--- @async
1256
1256
function (params )
1257
1257
local core = require ' provider.diagnostic'
You can’t perform that action at this time.
0 commit comments