You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constINVALID_SDK_ERROR="as3mxml.sdk.editor in settings does not point to a valid SDK. Requires Apache Royale 0.9.6 or newer.";
38
-
constMISSING_FRAMEWORK_SDK_ERROR="You must configure an SDK to enable all ActionScript & MXML features.";
39
38
constINVALID_JAVA_ERROR="as3mxml.java.path in settings does not point to a valid executable. It cannot be a directory, and Java 1.8 or newer is required.";
40
39
constMISSING_JAVA_ERROR="Could not locate valid Java executable. To configure Java manually, use the as3mxml.java.path setting.";
41
40
constINITIALIZING_MESSAGE="Initializing ActionScript & MXML language server...";
42
41
constRELOAD_WINDOW_MESSAGE="To apply new settings for ActionScript & MXML, please reload the window.";
43
42
constRELOAD_WINDOW_BUTTON_LABEL="Reload Window";
44
-
constCONFIGURE_SDK_LABEL="Configure SDK";
45
43
constSTARTUP_ERROR="The ActionScript & MXML extension failed to start.";
46
44
constQUICK_COMPILE_AND_DEBUG_INIT_MESSAGE="Quick Compile & Debug is waiting for initialization...";
47
45
constQUICK_COMPILE_AND_RUN_INIT_MESSAGE="Quick Compile & Run is waiting for initialization...";
@@ -272,7 +270,7 @@ export function activate(context: vscode.ExtensionContext)
0 commit comments