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

Send test output to a distinct output channel #499

Merged
merged 1 commit into from
Sep 25, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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