* 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
* updated forward link for learn more
* updated overview text
* localization for the modified text
* restoring version number
* added translation text with correct pattern
Co-authored-by: Ashish Choudhary <aschoud@microsoft.com>
* fetch and save feature implemented
* eslint issues fixed
* fixed undefined file issue
* fixed multi-file creation issue
* fixed save logic
* Open default file for editing in vscode editor
* name and display name updated with preview tag
* Remote Save Provider refactoring and enhancements (#236)
* enhanced save logic
Co-authored-by: Ved Garbha <vedgarbha@microsoft.com>
* orgurl from studio update (#237)
Co-authored-by: Ved Garbha <vedgarbha@microsoft.com>
* portalfoldername change (#238)
Co-authored-by: Ved Garbha <vedgarbha@microsoft.com>
* Folder structure change for Power portals (#239)
* folder structure change
* removed hardcoded guid
Co-authored-by: Ved Garbha <vedgarbha@microsoft.com>
* Users/aschoud/error handling (#240)
* added error handling for all parameters
* added method to decode query parameters
* removed unused constants
* renamed customcss files to have .css extension
Co-authored-by: Ashish Choudhary <aschoud@microsoft.com>
* updated default site name and portal uri scheme (#241)
Co-authored-by: Ved Garbha <vedgarbha@microsoft.com>
* added fileSystem activation event for our scheme (#243)
* added fileSystem activation event for our scheme
* changed the uri scheme
Co-authored-by: Ashish Choudhary <aschoud@microsoft.com>
* string changes (#244)
Co-authored-by: Ved Garbha <vedgarbha@microsoft.com>
* Language code fix for file name (#246)
* language code fix for file name
* auth fix and default language code to blank
Co-authored-by: Ved Garbha <vedgarbha@microsoft.com>
* lint fixes (#245)
Co-authored-by: Ved Garbha <vedgarbha@microsoft.com>
* Users/aschoud/web extension telemetry (#247)
* added init telemetry event
* added methods for path and query parameter telemetry
* renamed methods
* added api telemetry events
* added perf telemetry events
Co-authored-by: Ashish Choudhary <aschoud@microsoft.com>
* added the correct url for logging (#248)
Co-authored-by: Ashish Choudhary <aschoud@microsoft.com>
* added the samples workflow to the preview extension
* Custom css file edit enable (#256)
* Custom Css editing enable on this VSCode extension
* Update for filename and common utility changes
* fix spacing
* Resolve comments
* update comment
* Bug fix for save error popup. (#267)
* fixed fileName case in the import
* added filter to check for valid save events
Co-authored-by: Ashish Choudhary <aschoud@microsoft.com>
* Localization changes for web extension (#251)
* ts files localization changes for web extension
* unique keys for translation added
* added tasks for vscodeweb localization files
Co-authored-by: Ved Garbha <vedgarbha@microsoft.com>
* removing nls loader from webconfig (#274)
Co-authored-by: Ved Garbha <vedgarbha@microsoft.com>
* walkthrough changes
* Site visibility dialog (#272)
* site visibility dialog added
Co-authored-by: Ved Garbha <vedgarbha@microsoft.com>
* reverting formatting changes in gulpfile
* removing preview from the extension name
* added test commands for the walkthrough
* added dummy links in the walkthrough
* added command to focus the sidebar
* added conditions to show walkthrough only for webExetnsion
* added command for opening file explorer
* fixed walkthrough advanced capability image
* added localization strings for walkthrough
* added localization genearted files
* fixed walkthrough image path
* resetting the package version
* added defaultFileUri
* removed unused strings
* reverting package-lock.json changes
* rearranged activation events
* rearranged activation events
Co-authored-by: Ved Garbha <vedgarbha@microsoft.com>
Co-authored-by: Ashish Choudhary <aschoud@microsoft.com>
Co-authored-by: Ved Garbha <vedgarbha@gmail.com>
Co-authored-by: tyaginidhi <tyaginidhi@users.noreply.github.com>
* initial changes for vscode.dev
* added a sample command
* modified tsconfig for webExtension
* added gulp task to compile web extension
* translation file entries for webextension command
* added build and test infra for webExtension
* modified test files for web extension
* renamed test folder
* modified notification message
* changed name of the init command
* added comment for sample code
* renamed webpack configs
* added an fcb for ensuring that the web extension features are opt-in
* added nls loader for webconfig to consume translation files
* added limitations for the web mode
* disabled pac commands and views in the VS Code for the web
* fixed typo in description string
* fixed localized string label
Co-authored-by: Ashish Choudhary <aschoud@microsoft.com>