Skip to content
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

Interactive window shows standard editor rulers #235425

Closed
Tyriar opened this issue Dec 5, 2024 · 2 comments · Fixed by #240683
Closed

Interactive window shows standard editor rulers #235425

Tyriar opened this issue Dec 5, 2024 · 2 comments · Fixed by #240683
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug interactive-window verified Verification succeeded
Milestone

Comments

@Tyriar
Copy link
Member

Tyriar commented Dec 5, 2024

Settings:

  "editor.rulers": [
    80,
    { "column": 100 },
    { "column": 120, "color": "#662222" },
  ],

I don't expect these to show up in the interactive window:

Image

@rzhao271 rzhao271 added bug Issue identified by VS Code Team member as probable bug interactive-window labels Dec 11, 2024
@rzhao271 rzhao271 added this to the Backlog milestone Dec 11, 2024
@vs-code-engineering vs-code-engineering bot added unreleased Patch has not yet been released in VS Code Insiders insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Feb 13, 2025
@rzhao271 rzhao271 modified the milestones: Backlog, February 2025 Feb 25, 2025
@meganrogge meganrogge added the verified Verification succeeded label Feb 27, 2025
@meganrogge
Copy link
Contributor

Still seeing these with the above settings:

Image

@meganrogge meganrogge reopened this Feb 27, 2025
@meganrogge meganrogge added verification-found Issue verification failed and removed verified Verification succeeded labels Feb 27, 2025
@vs-code-engineering vs-code-engineering bot removed the insiders-released Patch has been released in VS Code Insiders label Feb 27, 2025
@amunger
Copy link
Contributor

amunger commented Feb 27, 2025

that's a notebook, try the Interactive window or the native python REPL
Jupyter: Create Interactive Window, Python: Start Native Python REPL

@amunger amunger closed this as completed Feb 27, 2025
@amunger amunger removed the verification-found Issue verification failed label Feb 27, 2025
@meganrogge meganrogge added the verified Verification succeeded label Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug interactive-window verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants