File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 71
71
"default" : " host" ,
72
72
"markdownDescription" : " The MIX_TARGET to use when starting the runtime for your project."
73
73
},
74
+ "elixir-tools.nextLS.experimental.completions.enable" : {
75
+ "type" : " boolean" ,
76
+ "default" : false ,
77
+ "markdownDescription" : " Whether to activate completions. Defaults to false."
78
+ },
74
79
"elixir-tools.nextLS.installationDirectory" : {
75
80
"type" : " string" ,
76
81
"default" : " ~/.cache/elixir-tools/nextls/bin/" ,
Original file line number Diff line number Diff line change @@ -174,6 +174,7 @@ async function activateNextLS(
174
174
mix_env : config . get ( "MIX_ENV" ) ,
175
175
// eslint-disable-next-line @typescript-eslint/naming-convention
176
176
mix_target : config . get ( "MIX_TARGET" ) ,
177
+ experimental : config . get ( "experimental" ) ,
177
178
} ,
178
179
documentSelector : [
179
180
{ scheme : "file" , language : "elixir" } ,
You can’t perform that action at this time.
0 commit comments