diff --git a/package.json b/package.json index e68b073..349e142 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "keywords": [ "theia-plugin" ], - "version": "0.0.1", + "version": "0.0.3-patch", "license": "EPL-2.0", "files": [ diff --git a/src/netcoredbg-theia-plugin-backend.ts b/src/netcoredbg-theia-plugin-backend.ts index 6f88f06..042bbe2 100644 --- a/src/netcoredbg-theia-plugin-backend.ts +++ b/src/netcoredbg-theia-plugin-backend.ts @@ -20,7 +20,6 @@ import * as cp from 'child_process'; export function start(context: theia.PluginContext) { const outputChannel: theia.OutputChannel = theia.window.createOutputChannel('dotnet-log'); - outputChannel.show(); context.subscriptions.push(theia.commands.registerCommand(createBuildCommand(), (...args: any[]) => { buildProject(outputChannel);