diff --git a/client/src/commands.ts b/client/src/commands.ts index a1ed2dc3..aa1c9443 100644 --- a/client/src/commands.ts +++ b/client/src/commands.ts @@ -29,6 +29,7 @@ export function cache( }; } +/* export function showReferences( _content: ExtensionContext, client: LanguageClient, @@ -42,6 +43,7 @@ export function showReferences( ); }; } +*/ /** Open and display the "virtual document" which provides the status of the * Deno Language Server. */ diff --git a/package.json b/package.json index 0c832d91..1dd613bd 100644 --- a/package.json +++ b/package.json @@ -164,4 +164,4 @@ "webpack": "^5.17.0", "webpack-cli": "^4.4.0" } -} \ No newline at end of file +}