Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #499 from ironcladlou/pr/test-output-channel
Browse files Browse the repository at this point in the history
Send test output to a distinct output channel
  • Loading branch information
lukehoban authored Sep 25, 2016
2 parents f84dcdd + 608bc90 commit 0e5a97f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/goTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import vscode = require('vscode');
import util = require('util');
import { getGoRuntimePath } from './goPath';
import { GoDocumentSymbolProvider } from './goOutline';
import { outputChannel } from './goStatus';

let outputChannel = vscode.window.createOutputChannel('Go Tests');

/**
* Input to goTest.
Expand Down

0 comments on commit 0e5a97f

Please sign in to comment.