You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In https://reviews.llvm.org/D143974, clangd added support for a textDocument/inactiveRegions request which is an unofficial extension to the Language Server Protocol (with accompanying client-side support in vscode-clangd in clangd/vscode-clangd#193).
In https://reviews.llvm.org/D143974, clangd added support for a
textDocument/inactiveRegions
request which is an unofficial extension to the Language Server Protocol (with accompanying client-side support in vscode-clangd in clangd/vscode-clangd#193).Other extensions are documented at https://clangd.llvm.org/extensions; we should document
inactiveRegions
there as well.The text was updated successfully, but these errors were encountered: