Skip to content

Commit

Permalink
feat: "deno.trace.server" setting
Browse files Browse the repository at this point in the history
  • Loading branch information
nayeemrmn committed Oct 21, 2024
1 parent 729d84e commit baabfc2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit baabfc2

Please sign in to comment.