Skip to content

Conversation

CyrusNajmabadi
Copy link
Member

@CyrusNajmabadi CyrusNajmabadi commented Jun 12, 2024

Followup to #73965.

SG doc features has been experimental long enough. We've shaken out the issues and can have this just be the norm. This is especially ok now that we have balanced-mode so users can have all these features, without the ide constantly rerunning generators.

@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner June 12, 2024 16:51
@ghost ghost added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Jun 12, 2024
@CyrusNajmabadi
Copy link
Member Author

@jasonmalinowski ptal (or let me know who you'd prefer review if you're on other stuff right now).

{
var workspace = new EditorTestWorkspace(
composition ?? Composition, workspaceKind, configurationOptions: new WorkspaceConfigurationOptions(EnableOpeningSourceGeneratedFiles: true), supportsLspMutation: mutatingLspWorkspace);
composition ?? Composition, workspaceKind, configurationOptions: new WorkspaceConfigurationOptions(ValidateCompilationTrackerStates: true), supportsLspMutation: mutatingLspWorkspace);
Copy link
Contributor

Choose a reason for hiding this comment

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

why was ValidateCompilationTrackerStates: true added?

Copy link
Member Author

Choose a reason for hiding this comment

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

it should have been there from teh beginning. it's helpful for tracking down bugs that jason cares about.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants