* Auth Profile listing fix (#841) (#842)
* Fix Enhanced data model filename language fetch and populate (#835)
* February release notes updates for web extension (#831)
* February release notes updates for web extension
* Update for bug fix and release extension version
* Auth Profile listing fix (#841) (#842)
* Fix Desktop Copilot issue due to tenantId empty and localization changes
---------
Co-authored-by: Crash Collison <3751389+tehcrashxor@users.noreply.github.com>
* Update VS Code version and add new Loc lib
* Update Localize calls to new API
* manually build bundle
* WIP
* Fix \r\n and ' replacements from XLF tooling
* Remove old file translations, add new bundles
* Update l10n-dev to 0.0.23
* Rebase fix, removal of old translations, and using a
FAKE french translation to test the build steps
* Removing old vscode-nls package
* Fixing NPM package targeting
* Updating after rebase and manual merge
* Extracting some localization calls for DI to unit tests
* Removing fake translation, restoring package.nls.*.json files, as those are unaffected by the change until overwritten
* Adding Import XLFs for each language, but with no translations
* Case sensitivity fix for Linux
* Swapping with \\n for the loc team
* Convert newlines in XLF to previously expected format
* Adding import XLFs from @toshio-msft