From f959297dcd382b25bdedd0ff6aa27e8fb40e7ecd Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Wed, 11 Sep 2024 00:20:03 +0100 Subject: feat(lsp): unstable setting as list (#25552) --- cli/lsp/repl.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/lsp/repl.rs') diff --git a/cli/lsp/repl.rs b/cli/lsp/repl.rs index 85d3a022e..a238a22cc 100644 --- a/cli/lsp/repl.rs +++ b/cli/lsp/repl.rs @@ -311,7 +311,7 @@ pub fn get_repl_workspace_settings() -> WorkspaceSettings { document_preload_limit: 0, // don't pre-load any modules as it's expensive and not useful for the repl tls_certificate: None, unsafely_ignore_certificate_errors: None, - unstable: false, + unstable: Default::default(), suggest: DenoCompletionSettings { imports: ImportCompletionSettings { auto_discover: false, -- cgit v1.2.3