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

18 Коммитов

Автор SHA1 Сообщение Дата
Ezio Li 327914318d
Add unit test for cordova project in workspace subfolder (#900) 2023-08-08 13:50:46 +08:00
Ezio Li 7f8bb43e83
Add error code for telemetry events (#788)
* Add error code

* Update

* Update

* Update

* Format code

* Fix

* Update

* Add error code

* Remove unused

* Add code error

* format

* Remove unused code

* Add telemetry for extension native function

* fix format issue

Co-authored-by: benjaminbi <bi.crystal@gmail.com>
2022-10-11 18:20:18 +08:00
Quan Jin 3c2ef0e233 update 2022-07-18 16:36:36 +08:00
Quan Jin 40ad35814b Fix unit test failure 2022-07-18 16:21:26 +08:00
Quan Jin c53a584c98 Fix build errors 2022-07-13 19:14:20 +08:00
Quan Jin 8bbe37ff42 update 2022-07-13 17:10:17 +08:00
Quan Jin 1467692534 Merge branch 'master' into refactor-cordova-debug-session 2022-07-13 17:07:58 +08:00
AndreiLobanovich 30ddb91683
Add prettier (#774)
* added prettier
* formatted project

Co-authored-by: JiglioNero <smouk.chayz@gmail.com>
Co-authored-by: Samriel <andrejlobanovic@gmail.com>
2022-06-22 15:32:48 +03:00
JiglioNero 44b3127086 implementing abstractMobilePlatform tests 2022-04-15 16:52:23 +02:00
JiglioNero a9a251501b start implementing tests 2022-04-06 18:34:17 +02:00
JiglioNero 3f9c3f2107 implement abstractPlatform tests 2022-03-30 13:04:54 +02:00
JiglioNero a2c1898738 fix test 2022-03-29 12:14:08 +02:00
JiglioNero 3d70929ed7 fix env variables test 2022-03-10 21:03:02 +01:00
RedMickey eb3992704f
Add Ionic 6 version check and improve projectType telemetry (#748)
* Add Ionic 6 version check and remove redundant project types from telemetry

* ProjectType refactoring
2022-01-20 10:58:14 +03:00
JiglioNero 091dc05052
Implement selection of Android emulator for attach scenario (#736)
* select emulator for attach scenario

* separate selection online target to device and emulator

* refactor target selection mechanism

* fix error printing

* improve processing of incorrect target

* implement tests

* add neseserry last line rule

* use standart CLI then skip attach target selection
2021-09-15 17:20:49 +03:00
RedMickey e2041ec296
Q package removal (#728)
* Remove Q usages from common and utils folders (#722)

* Remove Q usages from the debugger folder (#723)

* Remove Q usages from the extension folder (#725)

* Remove Q usages from the test folder (#727)

* Remove mockery dependency

* Remove q dependency

* Remove Q promises from gulpfile

* Bump cordova-simulate to 1.1.0

Co-authored-by: etatanova <77284023+etatanova@users.noreply.github.com>
2021-08-19 17:02:13 +03:00
RedMickey d241799d5d
Add MS Edge Chromium support (#684)
* Add edge chromium support

* Fix simulate view resizing
2020-10-22 16:35:23 +03:00
RedMickey d2fbbc7ddd
js-debug migration (#673)
* Prepare for migration to js-debug (#614)

* Restore simulate scenarios functionality (#618)

* Fix multiroot projects processing (#625)

* Improve extension stability (#627)

* Implement CDP proxy logger (#635)

* Enhance js-debug debugging configuration (#636)

* Add CDP message handler to proxy (#640)

* Implement Safari CDP message handler (#641)

* Improve async functions control (#647)

* Implement Cordova Debug Config Provider (#648)

* Implement cordova webviews recognition (#649)

* Migrate unit tests from vscode to vscode-test package (#650)

* Migrate unit tests from vscode to vscode-test package (#645)

* Add tools for vscode-nls package support (#651)

* Add extension bundling with Webpack (#653)

* Add i18n for common and debugger folders (#654)

* Add i18n to extension and utils folders (#655)

* Externalized package.json strings for further localization (#656)

* Add cordova simulate localization according to VS Code language (#657)

* Fix minor i18n export issue (#658)

* Fix localization import errors (#660)

* Commit first version of localized json files (#661)

* Ignore i18n file while packaging the extension (#662)

* Change parent session stop command (#663)

* Fix simulator viewport handling (#664)

* Fix breakpoints activation for Cordova on Windows (#665)

* ESLint migration (#666)

* Add integration tests for Cordova CDP Proxy (#668)

* Add unit tests  (#669)

* Fix iOS 14 debugging (#671)

* Add 'livereloadDelay' parameter to attach args (#672)

Co-authored-by: Yuri Skorokhodov <v-yuskor@microsoft.com>
Co-authored-by: Daniel Ye <danyeh@microsoft.com>
Co-authored-by: Mikhail Suendukov <43934531+JiglioNero@users.noreply.github.com>
2020-10-09 17:36:39 +03:00