microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
1.11.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

src/extension/commands/index.ts

24lines · modepreview

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for details.

export * from "./debugScenario";
export * from "./elementInspector";
export * from "./launchAndroidEmulator";
export * from "./launchIosSimulator";
export * from "./networkInspector";
export * from "./publishToExpHost";
export * from "./reloadApp";
export * from "./restartPackager";
export * from "./runAndroid";
export * from "./runExponent";
export * from "./runIos";
export * from "./runMacOs";
export * from "./runWindows";
export * from "./selectAndInsertDebugConfiguration";
export * from "./showDevMenu";
export * from "./startLogCatMonitor";
export * from "./startPackager";
export * from "./stopLogCatMonitor";
export * from "./stopPackager";
export * from "./testDevEnvironment";
export * from "./configEASBuild";