Version 2 and above does not load my project anymore
See original GitHub issueDescribe the bug
I have a project whose locales were installed using vue-cli-plugin-i18n 0.6.1.
Ever since the extension updated to version 2.0.5 the project isn’t loading i18n-ally.
Extension Version
i18n Ally version 2.0.5
Framework/i18n package you are using
vue-i18n 8.0 installed using vue-cli-plugin-i18n 0.6.1
To Reproduce Steps to reproduce the behavior:
- Update i18n-ally
- Reload visual studio code
- I don’t see i18n-ally when the project reload
Device Infomation
- OS: Windows
- Version: 10.1909
- VS Code Version: 1.44.2
Extension Log
Go to View
-> Output
-> i18n Ally
, and paste the content below. You should mask any sensitive information
🈶 Activated, v2.0.5
(when I switch to 1.15.5 I instead get)
🈶 Activated, v1.15.5
――――――
💼 Workspace root changed to "d:\<path\to\my\route\project>\<project>"
📦 Packages file "package.json" found
🕳 Packages file "pubspec.yaml" not exists
🕳 Packages file "composer.json" not exists
🕳 Packages file "Gemfile" not exists
🌞 Enabled
✅ "Vue" framework(s) detected, extension enabled.
🧬 Parsers "json", "yaml", "js", "json5", "ini", "po", "php" enabled.
🚀 Initializing loader
"d:\<path\to\my\route\project>\<project>"
📂 Directory structure: file
🗃 Path Matcher Regex: /^(?<locale>[\w-_]+)\.(json5?|ya?ml|jsx?|tsx?|mjs|ini|pot|php?)$/
📂 Loading locales under
d:\<path\to\my\route\project>\<project>\src\locales
📑 Loading (fr) fr.json
👀 Watching change on
d:\<path\to\my\route\project>\<project>\src\locales
✅ Loading finished
Screenshots
Attached my settings.json file settings.zip
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Visual Studio 2019 cannot load projects after upgrading to ...
I upgraded my VS Community to Version 16.9.1 yesterday and then non of my projects load anymore, below is a screenshot of a...
Read more >Visual Studio won't load my project anymore - MSDN - Microsoft
My project was working just fine. Today, when I open the solution, iOS project won't load anymore. It displays "unavaible" text and if...
Read more >Premiere Project Won't Open | REASONS & SOLUTIONS! (20 ...
The 2 most common reasons either Premiere itself, or specifically your Premiere project won't open. I explain what most often causes this ...
Read more >Fix an installed Android app that isn't working - Google Support
Try the following steps if an app installed on your phone has any of these problems: Crashing. Won't open. Won't respond. Isn't working...
Read more >Unity Won't Open ANY Project
Hey guys... I'm trying to open my projects, but I'm having some problems. Every time I click to open any project, Unity loading...
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
I confirm everything is now working flawlessly.
The irony that a project that handle translation is defeated by its own translation isn’t lost on me.
Oh I see. Thanks!
Fixed in v2.0.6 😃 @Esurnir