We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f3b63 commit 85b967aCopy full SHA for 85b967a
src/features/GenerateBugReport.ts
@@ -3,7 +3,6 @@ import { SessionManager } from '../session';
3
import cp = require('child_process');
4
import Settings = require('../settings');
5
6
-import window = vscode.window;
7
const os = require("os");
8
9
import { IFeature, LanguageClient } from '../feature';
@@ -33,12 +32,6 @@ export class GenerateBugReportFeature implements IFeature {
33
32
constructor(private sessionManager: SessionManager) {
34
this.command = vscode.commands.registerCommand('PowerShell.GenerateBugReport', () => {
35
36
-
37
- var OutputChannel = window.createOutputChannel('Debug');
38
- OutputChannel.show();
39
40
- OutputChannel.appendLine('Starting Bug Report');
41
42
var body = encodeURIComponent(`## Issue Description ##
43
44
I am experiencing a problem with...
0 commit comments