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

Mcdoc files in mcdoc subdir are prefixed with ::mcdoc after closing and re-opening vscode #1617

Open
NeunEinser opened this issue Oct 11, 2024 · 0 comments
Labels
🐛 bug Something isn't working /mcdoc
Milestone

Comments

@NeunEinser
Copy link
Contributor

NeunEinser commented Oct 11, 2024

Steps to reproduce

  1. Open vscode in an empty directory
  2. Create a sub directory called mcdoc
  3. Create a test.mcdoc file inside of it
  4. Create a struct definition called Test
  5. Hover over its definition
    -> ✅ The struct's full path shows up as ::test::Test
  6. Close vscode
  7. Open vscode
    -> ✖️ The struct's full path shows up as ::mcdoc::test::Test

Notably clearing the cache does not fix this issue, not even temporarily.

What I expected

The definition should be consistently ::test::Test

What happened

After reloading vscode, the definition becomes ::mcdoc::test::Test

@misode misode added 📘 beta Bugs that only exist in beta versions /mcdoc 🐛 bug Something isn't working and removed 📘 beta Bugs that only exist in beta versions labels Oct 11, 2024
@misode misode added this to the Backlog milestone Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working /mcdoc
Projects
None yet
Development

No branches or pull requests

2 participants