We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3d3d93 commit ff6010eCopy full SHA for ff6010e
src/extension.ts
@@ -204,7 +204,6 @@ export function startClient(
204
client.onRequest(FSReadUriType, async (uri: string) => {
205
try {
206
const parsedUri = Uri.parse(uri);
207
- window.showInformationMessage(`uri: ${parsedUri.toString()}`);
208
const uint8array = await workspace.fs.readFile(parsedUri);
209
return new TextDecoder().decode(uint8array);
210
} catch (e) {
0 commit comments