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

paired brackets get stuck, invisible cursor, undefined lines, hover effect flicks #1215

Open
cjxe opened this issue Sep 29, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@cjxe
Copy link

cjxe commented Sep 29, 2024

Describe the bug

Issue 1:

Given a file imports messages, when I scroll down the page, then

  1. lines of the paired brackets get stuck on the page.
  2. the cursor line becomes invisible.

Issue 2:

Given a file imports messages, when I scroll to the bottom of the page, and when I scroll up on the page, then the number of the lines become undefined.

Issue 3:

Given a file imports messages, when I hover over the word, then the hover effect flicks and disappears.

Extension Version
i18n Ally v2.12.0

Framework/i18n package you are using
next-intl

To Reproduce
Steps to reproduce the behavior:

  1. See "Describe the bug" header in this description.

Device Infomation

  • OS: MacOS
  • Version: Ventura 13.4.1
  • VS Code Version: 1.91.1

Extension Log
Go to View -> Output -> i18n Ally, and paste the content below. You should mask any sensitive information

🈶 Activated, v2.12.0

――――――

💼 Workspace root changed to "/Users/<masked>/Developer/<masked>"
🌞 Enabled
🧩 Enabled frameworks: next-intl
🧬 Enabled parsers: json, yaml, json5

📈 Telemetry id: <masked>
🚀 Initializing loader "/Users/<masked>/Developer/<masked>"
📂 Directory structure: file
🗃 Path Matcher Regex: /^(?<locale>[\w-_]+)\.(?<ext>json|ya?ml|json5)$/

📂 Loading locales under /Users/<masked>/Developer/<masked>/messages
	📑 Loading (de) de.json [1727618694795.5059]
	📑 Loading (en) en.json [1727623035682.95]
	📑 Loading (es) es.json [1727622502306.0393]
	📑 Loading (fr) fr.json [1727619104769.695]
	📑 Loading (it) it.json [1727622510003.4749]
	📑 Loading (nl) nl.json [1727622512976.5984]
	📑 Loading (tr) tr.json [1727513105617.053]

👀 Watching change on /Users/<masked>/Developer/<masked>/messages
✅ Loading finished


――――――

Screenshots

480p.mov
@cjxe cjxe added the bug Something isn't working label Sep 29, 2024
@cjxe
Copy link
Author

cjxe commented Sep 29, 2024

Temporary fix: I disabled the "I18n-ally: Annotation In Place" setting within the extension, and the extension is usable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant