CARVIEW |
Select Language
HTTP/2 200
date: Mon, 28 Jul 2025 11:33:11 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/neovim/neovim.git
etag: W/"57325fc080bb26649e4ce94739a61db7"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=8Vhf3R5iRWzsN%2FiEHoB8%2BAY%2BrZXZDvKh6%2BHynuUTGPQT5seB%2F1QmBYY55vIV6S9QnjphrAvL6LSdq18STsvyVtp9tht7xx7XNH7Xq4keQe%2BYjLU%2Fc%2ByLq1zgwxToW6KXOk3NXUiItTnErFUQ3lWIdsyKEzxs%2Fs1I5hNfui1r7GwObU42iz8TOVtc2TOuhB93mUrAHycWhGuRXatVmanBXv3ixNe08WxD5%2Fw5mX%2FZzoL1eU4%2FqhsLjgtCNEQyYSyiDu0fGZFAORc6EMseK73zXA%3D%3D--WZFAD8iJZY61lcTx--RvrAHq86sFMY5vYUhReSIQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.27487371.1753702390; Path=/; Domain=github.com; Expires=Tue, 28 Jul 2026 11:33:10 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Tue, 28 Jul 2026 11:33:10 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9B2C:1C79A4:1A8A4E4:21C34A4:68875FF6
fix(lsp): do not invoke handlers for unsupported methods (#15926) · neovim/neovim@d288daa · GitHub
Copy file name to clipboardExpand all lines: test/functional/plugin/lsp_spec.lua
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Commit d288daa
authored
fix(lsp): do not invoke handlers for unsupported methods (#15926)
Closes #15174
Instead of invoking handlers with unsupported methods, pre-compute which
clients support a given method and only notify the user if no clients
support the given method.1 parent b3e0d67 commit d288daaCopy full SHA for d288daa
File tree
Expand file treeCollapse file tree
2 files changed
+40
-50
lines changedFilter options
- runtime/lua/vim
- test/functional/plugin
Expand file treeCollapse file tree
2 files changed
+40
-50
lines changed+34-24Lines changed: 34 additions & 24 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
| 89 | + | |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
| |||
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
134 |
| - | |
| 134 | + | |
| 135 | + | |
135 | 136 |
| |
136 | 137 |
| |
| 138 | + | |
137 | 139 |
| |
138 | 140 |
| |
139 | 141 |
| |
140 | 142 |
| |
141 | 143 |
| |
142 | 144 |
| |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
143 | 152 |
| |
144 | 153 |
| |
145 | 154 |
| |
| |||
1255 | 1264 |
| |
1256 | 1265 |
| |
1257 | 1266 |
| |
1258 |
| - | |
1259 | 1267 |
| |
| 1268 | + | |
1260 | 1269 |
| |
1261 |
| - | |
| 1270 | + | |
1262 | 1271 |
| |
1263 | 1272 |
| |
1264 |
| - | |
1265 |
| - | |
1266 |
| - | |
1267 |
| - | |
1268 |
| - | |
1269 |
| - | |
1270 |
| - | |
| 1273 | + | |
1271 | 1274 |
| |
1272 | 1275 |
| |
1273 | 1276 |
| |
1274 |
| - | |
1275 |
| - | |
| 1277 | + | |
1276 | 1278 |
| |
1277 |
| - | |
1278 |
| - | |
1279 |
| - | |
1280 |
| - | |
1281 |
| - | |
| 1279 | + | |
| 1280 | + | |
1282 | 1281 |
| |
1283 | 1282 |
| |
1284 | 1283 |
| |
| 1284 | + | |
| 1285 | + | |
| 1286 | + | |
| 1287 | + | |
| 1288 | + | |
| 1289 | + | |
| 1290 | + | |
| 1291 | + | |
| 1292 | + | |
| 1293 | + | |
1285 | 1294 |
| |
1286 | 1295 |
| |
1287 | 1296 |
| |
| |||
1309 | 1318 |
| |
1310 | 1319 |
| |
1311 | 1320 |
| |
1312 |
| - | |
1313 | 1321 |
| |
1314 |
| - | |
1315 |
| - | |
1316 |
| - | |
1317 |
| - | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
1318 | 1328 |
| |
1319 | 1329 |
| |
1320 | 1330 |
| |
| |||
1327 | 1337 |
| |
1328 | 1338 |
| |
1329 | 1339 |
| |
1330 |
| - | |
| 1340 | + | |
1331 | 1341 |
| |
1332 | 1342 |
| |
1333 | 1343 |
| |
|
test/functional/plugin/lsp_spec.lua
Copy file name to clipboardExpand all lines: test/functional/plugin/lsp_spec.lua+6-26Lines changed: 6 additions & 26 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
405 | 405 |
| |
406 | 406 |
| |
407 | 407 |
| |
408 |
| - | |
| 408 | + | |
409 | 409 |
| |
410 | 410 |
| |
411 | 411 |
| |
| |||
415 | 415 |
| |
416 | 416 |
| |
417 | 417 |
| |
418 |
| - | |
419 |
| - | |
420 |
| - | |
421 |
| - | |
422 |
| - | |
423 |
| - | |
424 |
| - | |
425 |
| - | |
426 |
| - | |
| 418 | + | |
427 | 419 |
| |
428 | 420 |
| |
429 | 421 |
| |
430 | 422 |
| |
431 |
| - | |
432 |
| - | |
433 |
| - | |
434 |
| - | |
435 |
| - | |
| 423 | + | |
436 | 424 |
| |
437 | 425 |
| |
438 | 426 |
| |
| |||
447 | 435 |
| |
448 | 436 |
| |
449 | 437 |
| |
450 |
| - | |
| 438 | + | |
451 | 439 |
| |
452 | 440 |
| |
453 | 441 |
| |
454 | 442 |
| |
455 | 443 |
| |
456 | 444 |
| |
457 | 445 |
| |
458 |
| - | |
459 |
| - | |
460 |
| - | |
461 |
| - | |
462 |
| - | |
463 |
| - | |
464 |
| - | |
465 |
| - | |
| 446 | + | |
466 | 447 |
| |
467 | 448 |
| |
468 | 449 |
| |
469 | 450 |
| |
470 |
| - | |
471 |
| - | |
| 451 | + | |
472 | 452 |
| |
473 | 453 |
| |
474 | 454 |
| |
|
You can’t perform that action at this time.
0 commit comments