We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a7a49 commit 3c8da71Copy full SHA for 3c8da71
src/debugAdapter/goDebug.ts
@@ -506,11 +506,6 @@ export class Delve {
506
log(`Using GOPATH: ${env['GOPATH']}`);
507
log(`Using GOROOT: ${this.goroot}`);
508
log(`Using PATH: ${env['PATH']}`);
509
- if (launchArgs.trace === 'verbose') {
510
- Object.keys(env).forEach((key) => {
511
- log(' export ' + key + '="' + env[key] + '"');
512
- });
513
- }
514
if (launchArgs.noDebug) {
515
if (mode === 'debug') {
516
this.noDebug = true;
0 commit comments