vscode-edge-devtools/test
Vidal Ortega 99ca58016a
Feature: Sets different fallback chains. (#2431)
User has the ability to select the fallback chain by selecting the browser flavor. If the user wants a specific version (browserFlavor) the extension will behave in the same way as before, otherwise the first thing we will try to get is a working version of the tools from the CDN fallback address. This process takes less than 1s, making it faster for most of the users
2024-09-18 13:49:18 -07:00
..
common
helpers Feature: Sets different fallback chains. (#2431) 2024-09-18 13:49:18 -07:00
cdpTarget.test.ts
cdpTargetsProvider.test.ts
debugTelemetryReporter.test.ts
devtoolsPanel.test.ts Feature: Sets different fallback chains. (#2431) 2024-09-18 13:49:18 -07:00
extension.test.ts Fix: Fixing an issue where webhint was not being loaded (#2418) 2024-09-16 10:11:25 -07:00
launchConfigManager.test.ts
launchDebugProvider.test.ts
panelSocket.test.ts
utils.test.ts