This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ anyhow = "1.0.62"
2323crossbeam-channel = " 0.5.5"
2424dissimilar = " 1.0.4"
2525itertools = " 0.10.5"
26- scip = " 0.1 .1"
26+ scip = " 0.3 .1"
2727lsp-types = { version = " =0.94.0" , features = [" proposed" ] }
2828parking_lot = " 0.12.1"
2929xflags = " 0.3.0"
Original file line number Diff line number Diff line change @@ -133,6 +133,10 @@ impl flags::Scip {
133133 documentation : documentation. unwrap_or_default ( ) ,
134134 relationships : Vec :: new ( ) ,
135135 special_fields : Default :: default ( ) ,
136+ kind : Default :: default ( ) ,
137+ display_name : String :: new ( ) ,
138+ signature_documentation : Default :: default ( ) ,
139+ enclosing_symbol : String :: new ( ) ,
136140 } ;
137141
138142 symbols. push ( symbol_info)
@@ -147,6 +151,7 @@ impl flags::Scip {
147151 syntax_kind : Default :: default ( ) ,
148152 diagnostics : Vec :: new ( ) ,
149153 special_fields : Default :: default ( ) ,
154+ enclosing_range : Vec :: new ( ) ,
150155 } ) ;
151156 } ) ;
152157
@@ -160,6 +165,7 @@ impl flags::Scip {
160165 occurrences,
161166 symbols,
162167 special_fields : Default :: default ( ) ,
168+ text : String :: new ( ) ,
163169 } ) ;
164170 }
165171
You can’t perform that action at this time.
0 commit comments