diff --git a/client/src/constants.ts b/client/src/constants.ts index cd2aa753..b80ea8ec 100644 --- a/client/src/constants.ts +++ b/client/src/constants.ts @@ -7,7 +7,7 @@ export const ENABLEMENT_FLAG = "deno:lspReady"; export const EXTENSION_ID = "denoland.vscode-deno"; export const EXTENSION_NS = "deno"; export const EXTENSION_TS_PLUGIN = "typescript-deno-plugin"; -export const LANGUAGE_CLIENT_ID = "deno-language-server"; +export const LANGUAGE_CLIENT_ID = "deno"; export const LANGUAGE_CLIENT_NAME = "Deno Language Server"; export const TS_LANGUAGE_FEATURES_EXTENSION = "vscode.typescript-language-features"; diff --git a/package.json b/package.json index aff6c792..5b73d5cf 100644 --- a/package.json +++ b/package.json @@ -477,6 +477,12 @@ "markdownDescription": "If enabled, when new hosts/origins are encountered that support import suggestions, you will be prompted to enable or disable it. Defaults to `true`.", "scope": "resource" }, + "deno.trace.server": { + "enum": ["messages", "off", "verbose"], + "default": "off", + "markdownDescription": "Traces the communication between VS Code and the Deno Language Server.", + "scope": "window" + }, "deno.suggest.imports.hosts": { "type": "object", "default": {