| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This PR fixes localized IntelliSense diagnostic string indexing so that the message "too many nested user-defined conversions (possible cycle of converting routines)" appears at the correct array position across multiple locales, and updates the localization import script to handle a path casing difference for the Czech localization folder.
Changes:
Copilot reviewed 1 out of 14 changed files in this pull request and generated 1 comment.
Show a summary per file| File | Description |
|---|---|
| Extension/bin/messages/zh-tw/messages.json | Repositions the “nested user-defined conversions” diagnostic to the correct index and removes the trailing duplicate. |
| Extension/bin/messages/zh-cn/messages.json | Repositions the “nested user-defined conversions” diagnostic to the correct index and removes the trailing duplicate. |
| Extension/bin/messages/tr/messages.json | Repositions the “nested user-defined conversions” diagnostic to the correct index and removes the trailing duplicate. |
| Extension/bin/messages/ru/messages.json | Repositions the “nested user-defined conversions” diagnostic to the correct index and removes the trailing duplicate. |
| Extension/bin/messages/pt-br/messages.json | Repositions the “nested user-defined conversions” diagnostic to the correct index and removes the trailing duplicate. |
| Extension/bin/messages/pl/messages.json | Repositions the “nested user-defined conversions” diagnostic to the correct index and removes the trailing duplicate. |
| Extension/bin/messages/ko/messages.json | Repositions the “nested user-defined conversions” diagnostic to the correct index and removes the trailing duplicate. |
| Extension/bin/messages/ja/messages.json | Repositions the “nested user-defined conversions” diagnostic to the correct index and removes the trailing duplicate. |
| Extension/bin/messages/it/messages.json | Repositions the “nested user-defined conversions” diagnostic to the correct index and removes the trailing duplicate. |
| Extension/bin/messages/fr/messages.json | Repositions the “nested user-defined conversions” diagnostic to the correct index and removes the trailing duplicate. |
| Extension/bin/messages/es/messages.json | Repositions the “nested user-defined conversions” diagnostic to the correct index and removes the trailing duplicate. |
| Extension/bin/messages/de/messages.json | Repositions the “nested user-defined conversions” diagnostic to the correct index and removes the trailing duplicate. |
| Extension/bin/messages/cs/messages.json | Repositions the “nested user-defined conversions” diagnostic to the correct index and removes the trailing duplicate. |
| Extension/.scripts/import_edge_strings.ts | Adds a special-case path for csy to account for VC/ vs vc/ casing differences when importing strings. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Sorry, something went wrong.
* Validate Yarn lockfile selectors (#14663) * Fix IntelliSense translation strings. (#14668) * Fix IntelliSense translation strings. * Handle localization path casing generically (#14669) * Update changelog and version for 1.33.8 (#14671) * Fix configuration path regex escaping (#14674) * Update inactive regions to support column granularity (#14667) Co-authored-by: @8prashant (Prashant Kumar Rai) * Bump the github-actions group with 2 updates (#14678) Bumps the github-actions group with 2 updates: [github/codeql-action/init](https://github.com/github/codeql-action) and [github/codeql-action/analyze](https://github.com/github/codeql-action). Updates `github/codeql-action/init` from 4.37.4 to 4.37.6 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f205ea1...5595cca) Updates `github/codeql-action/analyze` from 4.37.4 to 4.37.6 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f205ea1...5595cca) --- updated-dependencies: - dependency-name: github/codeql-action/init dependency-version: 4.37.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action/analyze dependency-version: 4.37.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Upgrade nanoid to 3.3.18 (#14690) * Fix SimpleCppProject test setup (#14687) * Update IntelliSense localization strings (#14676) * Ignore process wait test helper (#14694) * Retry OneLocBuild dependency installation (#14697) * Add localized warning for disabled browse database (#14683) * Add localized browse database warning * Clarify browse warning translator hint --------- Co-authored-by: Colen Garoutte-Carson <49173979+Colengms@users.noreply.github.com> * Harden Linux gdb installation (#14695) * Fix configuration path diagnostic ranges (#14679) * Bump the github-actions group with 2 updates (#14698) Bumps the github-actions group with 2 updates: [github/codeql-action/init](https://github.com/github/codeql-action) and [github/codeql-action/analyze](https://github.com/github/codeql-action). Updates `github/codeql-action/init` from 4.37.6 to 4.37.7 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@5595cca...ff2f1c6) Updates `github/codeql-action/analyze` from 4.37.6 to 4.37.7 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@5595cca...ff2f1c6) --- updated-dependencies: - dependency-name: github/codeql-action/init dependency-version: 4.37.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action/analyze dependency-version: 4.37.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update changelog and version for 1.34.0 (#14700) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Colen Garoutte-Carson <49173979+Colengms@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
For 1.33.8.