Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add command to migrate the deprecated test run configuration #664

Merged
merged 5 commits into from Mar 26, 2019
Merged

Conversation

jdneo
Copy link
Member

@jdneo jdneo commented Mar 26, 2019

Resolve #650

The runner-config.md has been moved to: https://aka.ms/java-test-config

config

@jdneo jdneo added this to the 0.16.0 milestone Mar 26, 2019
@jdneo jdneo requested review from Eskibear and yaohaizh March 26, 2019 08:30
const deprecatedConfigPath: string[] = deprecatedConfigs.map((uri: Uri) => uri.fsPath);
const selectedConfig: string[] | undefined = await window.showQuickPick(deprecatedConfigPath, {
ignoreFocusOut: true,
placeHolder: 'Select the configuration you want to migrate',
Copy link
Member

Choose a reason for hiding this comment

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

config(s)

return;
}
for (const config of selectedConfig) {
await migrate(config);
Copy link
Member

Choose a reason for hiding this comment

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

error capture for each config.

@jdneo jdneo merged commit 5a0a99e into master Mar 26, 2019
@jdneo jdneo deleted the cs/config branch March 26, 2019 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants