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 support for passing a runsettings path to the server #6265

Merged
merged 5 commits into from
Sep 11, 2023

Conversation

dibarbet
Copy link
Member

Resolves #5719 as the final (known) issue.

Server side PR - dotnet/roslyn#69792

Draft until the server side merges and I can add integration test support here.

@dibarbet dibarbet requested a review from a team as a code owner August 31, 2023 22:53
@dibarbet dibarbet marked this pull request as draft August 31, 2023 22:53
package.json Outdated Show resolved Hide resolved
@dibarbet dibarbet marked this pull request as ready for review September 8, 2023 23:15
@@ -91,8 +91,8 @@ suite(`DotnetTest: ${testAssetWorkspace.description}`, function () {
const endingPath = 'settings\\TestSettings.runsettings'.replace('\\', path.sep);
const relativeRunSettingPath = `.\\${endingPath}`.replace('\\', path.sep);

const omnisharpConfig = vscode.workspace.getConfiguration('omnisharp');
await omnisharpConfig.update('testRunSettings', relativeRunSettingPath);
Copy link
Member

Choose a reason for hiding this comment

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

Is it possible to have one integration test to cover the test run?

Copy link
Member Author

Choose a reason for hiding this comment

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

I'll add one in a followup to cover runsettings - want to make sure this one gets in for the snap

Copy link
Member

@Cosifne Cosifne left a comment

Choose a reason for hiding this comment

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

One test sugguestion.

@dibarbet dibarbet merged commit f0f0e4a into dotnet:main Sep 11, 2023
7 checks passed
@dibarbet dibarbet deleted the runsettings branch September 11, 2023 18:10
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.

[O# Parity] Run and debug tests in context
3 participants