Skip to content

Commit b6e6acd

Browse files
committed
Align Android launch command naming
1 parent 4075134 commit b6e6acd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/extension/commands/launchAndroidEmulator.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ import { AndroidTargetManager } from "../android/androidTargetManager";
99
import { TargetType } from "../generalPlatform";
1010
import { Command } from "./util/command";
1111

12-
// #todo> codeName differs from Class Name
13-
export class LaunchAndroidEmulator extends Command {
12+
export class LaunchAndroidSimulator extends Command {
1413
codeName = "launchAndroidSimulator";
1514
label = "Launch Android Emulator";
1615
error = ErrorHelper.getInternalError(InternalErrorCode.FailedToStartAndroidEmulator);

0 commit comments

Comments
 (0)