Skip to content

Conversation

rylev
Copy link
Contributor

@rylev rylev commented Mar 10, 2022

For rust-analyzer users this will show enable rust-analyzer features in e2e tests

@rylev rylev requested a review from yoshuawuyts March 10, 2022 10:56
@heaths
Copy link
Member

heaths commented Mar 10, 2022

What's the impact to normal dev workflow? Does this effectively mean e2e tests will run during integrated tests in VSCode?

@rylev
Copy link
Contributor Author

rylev commented Mar 11, 2022

No, this just means that rust-analyzer will be active (i.e., showing red squiggles, auto-completion, go to definition, etc.) in code that has cfg(feature = "test_e2e") set on it (meaning it only compiles when the "test_e2e" feature is on). This doesn't impact anything outside of rust-analyzer features.

@heaths heaths merged commit 91a8936 into Azure:main Mar 11, 2022
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.

2 participants