-
Notifications
You must be signed in to change notification settings - Fork 30k
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
test: terminal quick fix telemetry #167475
Comments
@meganrogge I don't understand what to do here. |
I'm also not sure what to do here - additional info / examples would be super helpful! |
Sorry about that. Open up the telemetry log channel as described in https://code.visualstudio.com/docs/getstarted/telemetry#_output-channel-for-telemetry-events, then trigger quick fixes as described in https://code.visualstudio.com/docs/terminal/shell-integration#_quick-fixes. Validate you see events for each of the quick fixes. |
@Tyriar thanks, that was helpful. |
Also, what are some steps I can try to get the free port message to show up? |
@rzhao271 this is my typical test:
|
Refs #167473
Complexity: 3
Authors: @meganrogge @Tyriar
Create Issue
Turn on log level: trace and verify that the info for
terminal/quick-fix
is correct for all of the types of quick fixes we offer:git sttatus
git push
git push --set-upstream origin <branch-name>
git add . -all
<port>
then launch that again so you see an error related toaddress already in use
The text was updated successfully, but these errors were encountered: