// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for details.
export const CONTEXT_VARIABLES_NAMES = {
IS_RN_PACKAGER_RUNNING: "isRNPackagerRunning",
IS_RNT_NETWORK_INSPECTOR_RUNNING: "isRNTNetworkInspectorRunning",
IS_RN_WINDOWS_PROJECT: "isRNWindowsProject",
IS_RN_MACOS_PROJECT: "isRNMacOSProject",
IS_RN_MACOS_HERMES_PROJECT: "isRNMacosHermesProject",
IS_RN_WINDOWS_HERMES_PROJECT: "isRNWindowsHermesProject",
IS_RN_ANDROID_HERMES_PROJECT: "isRNAndroidHermesProject",
IS_RN_IOS_HERMES_PROJECT: "isRNIosHermesProject",
IS_RN_HERMES_PROJECT: "isRNHermesProject",
IS_RN_PROJECT: "isRNProject",
};microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
src/common/contextVariablesNames.ts
15lines · modepreview