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

Open Test Files #590

Merged
merged 1 commit into from
Nov 1, 2016
Merged

Open Test Files #590

merged 1 commit into from
Nov 1, 2016

Conversation

ramya-rao-a
Copy link
Contributor

Implementing Feature Requests from #432 and #566


let message = stdout;
let testsGenerated = false;
if (stdout.startsWith(generatedWord)) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A comment about the output you expect and what you want to transform it to will make this easier to debug if it changes some day.


if (testsGenerated) {
vscode.window.showInformationMessage(message, 'Open Generated Test for current file').then(selected => {
if (selected === 'Open Generated Test for current file') {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extract this string? And i'm not sure 'Generated Test' should be capitalized.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will do

@ramya-rao-a ramya-rao-a merged commit d7cb9cd into microsoft:master Nov 1, 2016
@ramya-rao-a ramya-rao-a deleted the jump-to-test branch April 9, 2017 17:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants