-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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: builtin terminal quick fixes #161846
Comments
Are there steps needed to enable the suggest widget? I have shell integration on with Powershell 7 on Windows, however I don't see the widget appear on the suggest misspelling, or by attempting to manually trigger via |
Cool feature. I think this needs some polishing and will be a hit 👏 |
and have this contribution point on the vscode/src/vs/workbench/contrib/terminal/browser/terminalInstance.ts Lines 613 to 617 in 9ccd1be
|
@connor4312 what input are you trying? we have an issue tracking this that hasn't yet been completed |
Works well. I can't seem to find out how to get the free port suggesting to trigger though. I just use the very basic express example http://expressjs.com/en/starter/hello-world.html and I don't even see the ports panel saying the port is in use so not sure if VS Code is not detecting it. |
@lramos15 this is a little hard to test atm because some servers don't send an exit code when the address is already in use - such as the VS Code server, so we won't trigger the suggestion. a way to test would be to run |
I don't think that's the same issue. Here's a recording: Kapture.2022-09-27.at.17.32.05.mp4 |
@meganrogge on today's Insiders which includes your PR from yesterday, I'm still not able to see the suggestion either for any git quick fixes. I also tried the server case by running |
@connor4312 that won't work as it's missing an IP at the start. Created #162183 and #162175 to cover your case |
Ah, good finds. Though even specifying an address, I don't get anything. The I/O in that case looks like: I checked that I am still on the latest Insiders:
and powershell version is also the latest stable:
I feel like I'm doing something wrong, but am not sure what it would be... 🤔 I can be around tonight/this PST morning if you or Megan want to screenshare or collect extra info interactively |
@connor4312 your stack trace was long enough that it was on the 20th line, we only scan up 20 currently so there might be an off by one error so it ends up just below the cut off? |
@connor4312 good find! Could you create an issue? |
Refs #151937
Complexity: 3
Authors: @meganrogge @Tyriar
Create Issue
Verify that the terminal quick fix experience aligns with that in the editor area.
Currently, the builtin quick fixes include:
git sttatus
git push
git push --set-upstream origin <branch-name>
<port>
then launch that again so you see an error related toaddress already in use
Known issues:
The text was updated successfully, but these errors were encountered: