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

How to remove/hide these new command component contexts? #1656

Closed
uBiuui opened this issue Nov 27, 2024 · 2 comments
Closed

How to remove/hide these new command component contexts? #1656

uBiuui opened this issue Nov 27, 2024 · 2 comments

Comments

@uBiuui
Copy link

uBiuui commented Nov 27, 2024

These new context things are really annoying, they really just get in the way. How to remove/hide them?

Image

@misode
Copy link
Member

misode commented Nov 27, 2024

You can disable inlay hints using a vscode setting (either in user settings or in .vscode/settings.json)

{
  "[mcfunction]": {
    "editor.inlayHints.enabled": "off"
  }
}

@uBiuui
Copy link
Author

uBiuui commented Nov 27, 2024

Thank you sir

@uBiuui uBiuui closed this as completed Nov 27, 2024
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

No branches or pull requests

2 participants