From c41d4ff90e09b63bd1894052352a5acba57b1704 Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Sun, 8 Jan 2023 23:48:46 +0100 Subject: feat(core): allow specifying name and dependencies of an Extension (#17301) --- cli/lsp/tsc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/lsp') diff --git a/cli/lsp/tsc.rs b/cli/lsp/tsc.rs index 9f2ac2ba0..fabe30ac7 100644 --- a/cli/lsp/tsc.rs +++ b/cli/lsp/tsc.rs @@ -2805,7 +2805,7 @@ fn js_runtime(performance: Arc) -> JsRuntime { } fn init_extension(performance: Arc) -> Extension { - Extension::builder() + Extension::builder("deno_tsc") .ops(vec![ op_exists::decl(), op_is_cancelled::decl(), -- cgit v1.2.3