Граф коммитов

13 Коммитов

Автор SHA1 Сообщение Дата
Crash Collison e2bd756d12
Replacement of vscode-nls with vscode.l10n (#370)
* 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
2023-02-24 17:00:57 -08:00
v-hifuku-msft 53a8b74bbb
powerplatform-vscode Loc checkin for WO72086 (#295) 2022-09-22 13:57:45 -07:00
v-hifuku-msft e3753d2cd3
powerplatform-vscode Loc checkin for 71412 (Rework) (#293) 2022-09-16 09:56:00 -07:00
Ashish Choudhary a483db8058
Updated forward link and Walkthrough-Overview text (#285)
* 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>
2022-09-16 03:00:56 +05:30
Ashish Choudhary dadc49796a
Walkthrough for VSCode Web (#284)
* 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>
2022-09-09 03:14:00 +05:30
v-hifuku-msft ee259e5d68
powerplatform-vscode Loc Checkin for WO 67126 (#219) 2022-06-28 15:29:02 -07:00
v-hifuku-msft e1c9ff5deb
powerplatform-vscode Loc Checkin for WO 66644 (#210)
* powerplatform-vscode Loc Checkin for WO 66644

* Add missing translations

* Add localized json files

* Check in package.nls.*.json
2022-06-23 16:42:59 -07:00
Ashish Choudhary 5e0aad5cb3
Initial changes for VSCode.dev WebExtension for Portals (#202)
* 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>
2022-06-22 15:37:40 +05:30
Yan Li 478285ec54
powerplatform-vscode,loc checkin for WO61876 update(3/11/2022) (#171)
* powerplatform-vscode,loc checkin for WO61876 update(3/11/2022)

* update
2022-03-11 18:19:34 -08:00
Crash Collison 54cda378ab
Adding `Copy Unique Name` command to the Solution context menu (#151)
* Adding `Copy Unique Name` to solution context menu
2022-01-25 10:17:01 -08:00
Crash Collison 067eb2f4ee
Remove unneeded Admin profiles from the Auth Profile panel (#149)
* Removing the "Add Admin Profile" button, and filtering out Admin profiles from display

* Translation artifact changes from build
2022-01-13 21:50:03 -08:00
Swapnil Bhalgat 9ed377b6c7
Combined Environment and Solutions Panel (#146)
* WIP

* remove old panels, add context menus, cleanup

* fix feature flag string

* WIP

* remove old panels, add context menus, cleanup

* fix feature flag string

* cleanup

Co-authored-by: Crash Collison <3751389+tehcrashxor@users.noreply.github.com>
Co-authored-by: NORTHAMERICA\sbhalgat <sbhalgat@microsoft.com>
2022-01-10 09:51:41 -08:00
Crash Collison 56eaf3ff71
Localization - import translations and generate necessary artifacts (#124) 2021-10-15 17:23:58 -07:00