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';
33import cp = require( 'child_process' ) ;
44import Settings = require( '../settings' ) ;
55
6- import window = vscode . window ;
76const os = require ( "os" ) ;
87
98import { IFeature , LanguageClient } from '../feature' ;
@@ -33,12 +32,6 @@ export class GenerateBugReportFeature implements IFeature {
3332 constructor ( private sessionManager : SessionManager ) {
3433 this . command = vscode . commands . registerCommand ( 'PowerShell.GenerateBugReport' , ( ) => {
3534
36-
37- var OutputChannel = window . createOutputChannel ( 'Debug' ) ;
38- OutputChannel . show ( ) ;
39-
40- OutputChannel . appendLine ( 'Starting Bug Report' ) ;
41-
4235 var body = encodeURIComponent ( `## Issue Description ##
4336
4437I am experiencing a problem with...
You can’t perform that action at this time.
0 commit comments