Skip to content

Commit

Permalink
0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato authored and LumaKernel committed Feb 6, 2021
1 parent 96eb2ac commit 2a4219f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions client/src/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export function cache(
};
}

/*
export function showReferences(
_content: ExtensionContext,
client: LanguageClient,
Expand All @@ -42,6 +43,7 @@ export function showReferences(
);
};
}
*/

/** Open and display the "virtual document" which provides the status of the
* Deno Language Server. */
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@
"webpack": "^5.17.0",
"webpack-cli": "^4.4.0"
}
}
}

0 comments on commit 2a4219f

Please sign in to comment.