File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import { SessionManager } from '../session';
3
3
import cp = require( 'child_process' ) ;
4
4
import Settings = require( '../settings' ) ;
5
5
6
- import window = vscode . window ;
7
6
const os = require ( "os" ) ;
8
7
9
8
import { IFeature , LanguageClient } from '../feature' ;
@@ -33,12 +32,6 @@ export class GenerateBugReportFeature implements IFeature {
33
32
constructor ( private sessionManager : SessionManager ) {
34
33
this . command = vscode . commands . registerCommand ( 'PowerShell.GenerateBugReport' , ( ) => {
35
34
36
-
37
- var OutputChannel = window . createOutputChannel ( 'Debug' ) ;
38
- OutputChannel . show ( ) ;
39
-
40
- OutputChannel . appendLine ( 'Starting Bug Report' ) ;
41
-
42
35
var body = encodeURIComponent ( `## Issue Description ##
43
36
44
37
I am experiencing a problem with...
You can’t perform that action at this time.
0 commit comments