How enable the extension without "valid project" #1029
-
I'm making my own i18n lib for Rust and I'm tinkering around to make 🕳 Packages file "package.json" not exists
🕳 Packages file "pubspec.yaml" not exists
🕳 Packages file "composer.json" not exists
🕳 Packages file "Gemfile" not exists
⚠ Current workspace is not a valid project, extension disabled Is there a setting I can modify in |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Even when creating a 📦 Packages file "package.json" found
🕳 Packages file "pubspec.yaml" not exists
🕳 Packages file "composer.json" not exists
🕳 Packages file "Gemfile" not exists
⚠ Current workspace is not a valid project, extension disabled my {
"i18n-ally.keystyle": "nested",
"i18n-ally.localesPaths": ["locales"]
} and my languageIds:
- rust
usageMatchRegex:
- "[^\\w\\d]td?!\\(\\s*[\\w.:]*,\\s*({key})"
monopoly: true |
Beta Was this translation helpful? Give feedback.
-
So it seams like |
Beta Was this translation helpful? Give feedback.
So it seams like
.vscode/i18n-ally-custom-framework.yaml
is not accepted, it must be.yml
, did'nt catched that...