Hover actions not working with VS Code 1.46.0 with Vue I18n
See original GitHub issueDescribe 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:
- Go to βa vue fileβ
- hover on a translation
- 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
Issue Analytics
- State:
- Created 3 years ago
- Reactions:5
- Comments:5 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This might be a problem with VSCode. Made an issue there.
it works now on VSCode Version: 1.46.1 π