File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ class ASTFeature implements vscodelc.StaticFeature {
47
47
// @ts -ignore
48
48
tree . reveal ( null ) ;
49
49
} ) ,
50
- vscode . window . registerTreeDataProvider ( 'clangd.ast' , adapter ) ,
51
50
// Create the "Show AST" command for the context menu.
52
51
// It's only shown if the feature is dynamicaly available (package.json)
53
52
vscode . commands . registerTextEditorCommand (
Original file line number Diff line number Diff line change @@ -169,9 +169,6 @@ class TypeHierarchyProvider implements
169
169
constructor ( context : ClangdContext ) {
170
170
this . client = context . client ;
171
171
172
- context . subscriptions . push ( vscode . window . registerTreeDataProvider (
173
- 'clangd.typeHierarchyView' , this ) ) ;
174
-
175
172
context . subscriptions . push ( vscode . commands . registerTextEditorCommand (
176
173
'clangd.typeHierarchy' , this . reveal , this ) ) ;
177
174
context . subscriptions . push ( vscode . commands . registerCommand (
You can’t perform that action at this time.
0 commit comments