Skip to content

Enable semantic token LSP integration tests + re-enable quick info tests#61098

Merged
allisonchou merged 1 commit intodotnet:mainfrom
allisonchou:EnableSemanticIntegrationTests
May 3, 2022
Merged

Enable semantic token LSP integration tests + re-enable quick info tests#61098
allisonchou merged 1 commit intodotnet:mainfrom
allisonchou:EnableSemanticIntegrationTests

Conversation

@allisonchou
Copy link
Copy Markdown
Contributor

@allisonchou allisonchou commented May 2, 2022

Enables semantic token integration tests to be run in the LSP editor alongside the regular editor. Tests successfully pass locally on my machine.
PR also unskips quick info integration tests since the underlying issue is resolved.

Fixes #53979

@allisonchou allisonchou added the LSP issues related to the roslyn language server protocol implementation label May 2, 2022
@allisonchou allisonchou requested a review from dibarbet May 2, 2022 21:39
@allisonchou allisonchou requested a review from a team as a code owner May 2, 2022 21:39
@ghost ghost added the Area-IDE label May 2, 2022
@allisonchou
Copy link
Copy Markdown
Contributor Author

@dibarbet These appear to pass even with the feature flag on in the hive instance, so I think the PR should be good to go (unless there are separate concerns)

@allisonchou allisonchou enabled auto-merge (squash) May 3, 2022 00:40
@allisonchou allisonchou merged commit cc0c243 into dotnet:main May 3, 2022
@ghost ghost added this to the Next milestone May 3, 2022
@allisonchou allisonchou deleted the EnableSemanticIntegrationTests branch May 3, 2022 17:57
333fred added a commit that referenced this pull request May 4, 2022
…ures/required-members

* upstream/main: (368 commits)
  Use new helpers
  Cleanup
  Update src/EditorFeatures/CSharpTest/StringCopyPaste/StringCopyPasteCommandHandlerTests.cs
  Restore
  Add docs
  Fix
  Update Tools|Options code ordering to match waht is in the UI
  Use correct directory for loghub logs (#61104)
  Move usings on paste off the UI thread (#61092)
  Create shared helper to handle finding extensions in analyzer references
  Code style to convert byte arrays to UTF8 strings (#60647)
  Fixup
  Enable semantic token LSP tests + re-enable quick info tests (#61098)
  Simplify initialization logic
  Simplify common CWT pattern
  Simplify common CWT pattern
  Simplify common CWT pattern
  Simplify common CWT pattern
  Simplify common CWT pattern
  Simplify common CWT pattern
  ...
333fred added a commit to 333fred/roslyn that referenced this pull request May 13, 2022
…o poison

* upstream/features/required-members: (369 commits)
  Update tests after merge
  Use new helpers
  Cleanup
  Update src/EditorFeatures/CSharpTest/StringCopyPaste/StringCopyPasteCommandHandlerTests.cs
  Restore
  Add docs
  Fix
  Update Tools|Options code ordering to match waht is in the UI
  Use correct directory for loghub logs (dotnet#61104)
  Move usings on paste off the UI thread (dotnet#61092)
  Create shared helper to handle finding extensions in analyzer references
  Code style to convert byte arrays to UTF8 strings (dotnet#60647)
  Fixup
  Enable semantic token LSP tests + re-enable quick info tests (dotnet#61098)
  Simplify initialization logic
  Simplify common CWT pattern
  Simplify common CWT pattern
  Simplify common CWT pattern
  Simplify common CWT pattern
  Simplify common CWT pattern
  ...
@Cosifne Cosifne modified the milestones: Next, 17.3 P2 May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-IDE LSP issues related to the roslyn language server protocol implementation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unskip CSharpQuickInfo tests when integration machines are updated

4 participants