You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
same here, I'm using .ts files, from the source code it seems that parseAST is only implemented for json and yaml. For ecmascript, there is neither custom navigateToKey nor custom parseAST implementation, so there is no way to locate the key position....
Describe the bug
Format my lang file '/lang/en-US.js'
{"nav": {"account": "Account"}}
Code where i choice translate
$t("nav.account")
but i get error, because it doesn't search recursive.
`Failed to locate key "nav.account"'
Extension Version
2.8.3
**Path file
/src/commands/manipulations/gotoKey.ts
Screenshots
The text was updated successfully, but these errors were encountered: