question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. ItΒ collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hover actions not working with VS Code 1.46.0 with Vue I18n

See original GitHub issue

Describe the bug After upgrading to VS Code 1.46.0 the Hover actions not working (a very small box appears - see screenshot)

Thanks for the great work !!

Extension Version

i18n Ally (v2.2.4)

Framework/i18n package you are using

vue-i18n

To Reproduce Steps to reproduce the behavior:

  1. Go to β€˜a vue file’
  2. hover on a translation
  3. See error :a very small box appears - see screenshot

Device Infomation

  • OS: Mac Os
  • Version: 10.15.5
  • VS Code Version: 1.46.0

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

🈢 Activated, v2.2.4

――――――

πŸ’Ό Workspace root changed to  "/Users/xxxx"
πŸ“¦ Packages file "package.json" found
πŸ•³ Packages file "pubspec.yaml" not exists
πŸ•³ Packages file "composer.json" not exists
πŸ•³ Packages file "Gemfile" not exists
🌞 Enabled
🧩 Enabled frameworks: Vue, Vue SFC
🧬 Enabled parsers: json, yaml, json5

πŸš€ Initializing loader "/Users/xxxx"
πŸ“‚ Directory structure: file
πŸ—ƒ Path Matcher Regex: /^(?<locale>[\w-_]+)\.(?<ext>json|ya?ml|json5)$/

πŸ“‚ Loading locales under  /Users/xxxx/locales
	πŸ“‘ Loading (en) en.json [1591947337754.1016]
	πŸ“‘ Loading (es) es.json [1591947347034.714]
	πŸ“‘ Loading (fr) fr.json [1591947353839.4094]
	πŸ“‘ Loading (pt) pt.json [1591947406784.4443]

πŸ‘€ Watching change on /Users/xxxx/locales
βœ… Loading finished


――――――

πŸ“‘ Loading sfc /Users/xxxx/src/components/library/library.vue

Screenshots Capture d’écran 2020-06-12 aΜ€ 13 12 55

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:5
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
antfucommented, Jun 12, 2020

This might be a problem with VSCode. Made an issue there.

2reactions
qduboiscommented, Jun 22, 2020

it works now on VSCode Version: 1.46.1 πŸ˜ƒ

Read more comments on GitHub >

github_iconTop Results From Across the Web

Hover actions not working with VS Code 1.46.0 with Vue I18n
Describe the bug. After upgrading to VS Code 1.46.0 the Hover actions not working (a very small box appears - see screenshot).
Read more >
vue-i18n fallback not working when default language is changed
I am trying to change the language of my website based on users chrome default language. Currently I only have an english.js file...
Read more >
i18n Ally Fork - Visual Studio Marketplace
Extension for Visual Studio Code - Visual Studio Code plugin, which helps developers to internationalize (i18n) their projects.
Read more >
The Ultimate Vue Localization Guide | Phrase
Dive into Vue localization and learn how to plug the Vue I18n library into your app, so you can make it accessible to...
Read more >
Component interpolation | Vue I18n
Sometimes, we need to localize with a locale message that was included in a HTML tag or component. For example:.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found