-
Notifications
You must be signed in to change notification settings - Fork 267
/
package.nls.json
114 lines (114 loc) · 14 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"reactNative.description": "Debugging and integrated commands for React Native",
"reactNative.license": "SEE LICENSE IN LICENSE.txt",
"reactNative.workspaceTrust.description": "Trust is required to debug code in this workspace.",
"reactNative.virtualWorkspaces.description": "Debugging is not possible in virtual workspaces.",
"reactNative.command.launchAndroidSimulator.title": "Launch Android Emulator",
"reactNative.command.launchIOSSimulator.title": "Launch iOS Simulator",
"reactNative.command.launchExpoWeb.title": "Launch ExpoWeb",
"reactNative.command.selectAndInsertDebugConfiguration.title": "Select a React Native debug configuration",
"reactNative.command.runAndroidSimulator.title": "Run Android on Emulator",
"reactNative.command.runAndroidDevice.title": "Run Android on Device",
"reactNative.command.runIosSimulator.title": "Run iOS on Simulator",
"reactNative.command.runIosDevice.title": "Run iOS on Device",
"reactNative.command.runExponent.title": "Run Expo",
"reactNative.command.runWindows.title": "Run Windows",
"reactNative.command.runMacOS.title": "Run MacOS",
"reactNative.command.startPackager.title": "Start Packager",
"reactNative.command.stopPackager.title": "Stop Packager",
"reactNative.command.restartPackager.title": "Restart Packager",
"reactNative.command.publishToExpHost.title": "Publish to Expo",
"reactNative.command.createExpoEASBuildConfigFile.title": "Create EAS config file for Expo",
"reactNative.command.openEASProjectInWebPage.title": "Open the EAS project in a web page",
"reactNative.command.revertOpenModule.title": "Revert extension input in open package module",
"reactNative.command.openRNUpgradeHelper.title": "Open react native upgrade helper in web page",
"reactNative.command.installExpoGoApplication.title": "Download and install Expo Go on simulator or device",
"reactNative.command.showDevMenu.title": "Show Dev Menu",
"reactNative.command.reloadApp.title": "Reload App",
"reactNative.command.runInspector.title": "Run Element Inspector",
"reactNative.command.stopInspector.title": "Stop Element Inspector",
"reactNative.command.startLogCatMonitor.title": "Run React Native LogCat Monitor",
"reactNative.command.stopLogCatMonitor.title": "Stop React Native LogCat Monitor",
"reactNative.command.startNetworkInspector.title": "Run Network Inspector",
"reactNative.command.stopNetworkInspector.title": "Stop Network Inspector",
"reactNative.command.testDevEnvironment.title": "Check development environment configuration",
"reactNative.snippets.debugAndroid.description": "A new configuration for launching React Native app on Android with debugging enabled",
"reactNative.snippets.runAndroid.description": "A new configuration for launching React Native app on Android without debugging",
"reactNative.snippets.debugAndroidHermes.description": "A new configuration for launching React Native Hermes app on Android with debugging enabled",
"reactNative.snippets.runAndroidHermes.description": "A new configuration for launching React Native Hermes app on Android without debugging",
"reactNative.snippets.debugiOS.description": "A new configuration for launching React Native app on iOS with debugging enabled",
"reactNative.snippets.runiOS.description": "A new configuration for launching React Native app on iOS without debugging",
"reactNative.snippets.debugWindows.description": "A new configuration for launching React Native app on Windows",
"reactNative.snippets.debugmacOS.description": "A new configuration for launching React Native app on macOS",
"reactNative.snippets.attachPackager.description": "A new configuration for attaching to packager",
"reactNative.snippets.directAttach.description": "A new configuration for attaching to React Native app directly (e.g. to Hermes app, or iOS app with Turbomodules)",
"reactNative.snippets.runDirectiOS.description": "A new configuration for launching React Native app on iOS without direct debugging enabled",
"reactNative.snippets.debugDirectiOS.description": "A new configuration for launching React Native app on iOS with direct debugging enabled",
"reactNative.snippets.debugExpo.description": "A new configuration for launching Expo app",
"reactNative.attach.program.description": "[DEPRECATED. USE cwd INSTEAD] The path to launchReactNative.js in the vscode folder",
"reactNative.attach.cwd.description": "The path to the project root folder",
"reactNative.attach.sourceMaps.description": "Whether to use JavaScript source maps to map the generated bundled code back to its original sources",
"reactNative.attach.sourceMapsPathOverrides.description": "A set of mappings for rewriting the locations of source files from what the source map says, to their locations on disk. See https://github.com/microsoft/vscode-react-native#typescript-and-haul for details",
"reactNative.attach.sourceMapRenames.description": "Whether to use the \"names\" mapping in sourcemaps. This requires requesting source content, which could slow debugging.",
"reactNative.attach.trace.description": "Logging level in debugger process. May be useful for diagnostics. If set to \"Trace\" all debugger process logs will be available in 'Debug Console' output window.",
"reactNative.attach.address.description": "TCP/IP address of packager to attach to for debugging. Default is 'localhost'.",
"reactNative.attach.port.description": "Port of packager to attach to for debugging. Default is 8081.",
"reactNative.direct.attach.url.description": "Url for expo web debugging",
"reactNative.attach.env.description": "Environment variables passed to the debugger and 'react-native start' command.",
"reactNative.attach.envFile.description": "Absolute path to a file containing environment variable definitions.",
"reactNative.direct.attach.webkitRangeMin.description": "Start of port range to use for iOS device selection.",
"reactNative.direct.attach.webkitRangeMax.description": "End of port range to use for iOS device selection.",
"reactNative.direct.attach.port.description": "Port to attach to for debugging. Default for React Native Packager - 8081, for iOS Webkit Debug Proxy - 9221.",
"reactNative.direct.attach.useHermesEngine.description": "Whether to use Hermes engine for direct debugging. Default value is ‘true’",
"reactNative.direct.attach.jsDebugTrace.description": "Collect vscode-js-debug verbose trace",
"reactNative.direct.attach.browserTarget.description": "Select browser target for expo wen debugging",
"reactNative.attach.remoteRoot.description": "The source root of the remote host.",
"reactNative.attach.localRoot.description": "The local source root that corresponds to the 'remoteRoot'.",
"reactNative.attach.skipFiles.description": "An array of file or folder names, or glob patterns, to skip when debugging.",
"reactNative.attach.debuggerWorkerUrlPath.description": "Path to the app debugger worker to override. For example, if debugger tries to attach to http://localhost:8081/debugger-ui/debuggerWorker.js and you get 404 error from packager output then you may want to change debuggerWorkerUrlPath to another value suitable for your packager (\"debugger-ui\" will be replaced with the value you provide).",
"reactNative.launch.direct.platform.description": "The platform to target. Possible values: 'android', 'ios'",
"reactNative.launch.platform.description": "The platform to target. Possible values: 'android', 'ios', 'exponent', 'windows', 'macos",
"reactNative.launch.program.description": "[DEPRECATED. USE cwd INSTEAD] The path to launchReactNative.js in the vscode folder",
"reactNative.launch.cwd.description": "The path to the project root folder",
"reactNative.launch.target.description": "Target to run on. Possible values: 'simulator', 'device', 'device=<iOS device name>', '<Android emulator/device id>', '<iOS simulator name>'",
"reactNative.launch.sourceMaps.description": "Whether to use JavaScript source maps to map the generated bundled code back to its original sources",
"reactNative.launch.sourceMapsPathOverrides.description": "A set of mappings for rewriting the locations of source files from what the source map says, to their locations on disk. See https://github.com/microsoft/vscode-react-native#typescript-and-haul for details",
"reactNative.launch.logCatArguments.description": "Arguments to be used for LogCat (The LogCat output will appear on an Output Channel). It can be an array such as: [\":S\", \"ReactNative:V\", \"ReactNativeJS:V\"]",
"reactNative.launch.outDir.description": "The location of the generated JavaScript code (the bundle file). Normally this should be \"${workspaceRoot}/.vscode/.react\"",
"reactNative.launch.runArguments.description": "Run arguments to be passed to 'react-native run-<platform>' command (override all other configuration params)",
"reactNative.launch.env.description": "Environment variables passed to the debugger and 'react-native run-<platform>' command.",
"reactNative.launch.envFile.description": "Absolute path to a file containing environment variable definitions.",
"reactNative.launch.variant.description": "A variant to be passed to 'react-native run-android', e.g. use 'devDebug' to specify '--variant=devDebug'",
"reactNative.launch.scheme.description": "A scheme name to be passed to 'react-native run-ios', e.g. 'devDebug' to specify '--scheme=devDebug'",
"reactNative.launch.productName.description": "iOS bundle display name e.g. 'AwesomeProject' value means that extension will search for 'AwesomeProject.app' bundle",
"reactNative.launch.skipFiles.description": "An array of file or folder names, or glob patterns, to skip when debugging.",
"reactNative.launch.trace.description": "Logging level in debugger process. May be useful for diagnostics. If set to \"Trace\" all debugger process logs will be available in 'Debug Console' output window.",
"reactNative.launch.debuggerWorkerUrlPath.description": "Path to the app debugger worker to override. For example, if debugger tries to attach to http://localhost:8081/debugger-ui/debuggerWorker.js and you get 404 error from packager output then you may want to change debuggerWorkerUrlPath to another value suitable for your packager (\"debugger-ui\" will be replaced with the value you provide).",
"reactNative.launch.launchActivity.description": "The activity to be launched for debugging. Default is 'MainActivity'.",
"reactNative.launch.expoHostType.description": "The connection type to be used on Expo debugging to communicate with a device or an emulator. Default is 'lan'.",
"reactNative.launch.enableDebug.description": "Whether to enable debug mode. If set to \"false\", an application will be launched without debugging.",
"reactNative.launch.openExpoQR.description": "Determines whether to open a tab with a QR code after launching the Expo server. If set to \"false\", a new tab with a QR code won't be opened after the Expo server starts.",
"reactNative.configuration.title": "React Native configuration",
"reactNative.workspace.exclude.description": "Exclude project folder in multi-root workspace",
"reactNative.configuration.properties.react-native.ios.runArguments.simulator.description": "Run arguments to be passed to 'react-native run-ios' command",
"reactNative.configuration.properties.react-native.ios.runArguments.device.description": "Run arguments to be passed to 'react-native run-ios' command",
"reactNative.configuration.properties.react-native.ios.env.simulator.description": "Environment variables passed to the program.",
"reactNative.configuration.properties.react-native.ios.env.device.description": "Environment variables passed to the program.",
"reactNative.configuration.properties.react-native.ios.envFile.simulator.description": "Absolute path to a file containing environment variable definitions.",
"reactNative.configuration.properties.react-native.ios.envFile.device.description": "Absolute path to a file containing environment variable definitions.",
"reactNative.configuration.properties.react-native.android.runArguments.simulator.description": "Run arguments to be passed to 'react-native run-android' command",
"reactNative.configuration.properties.react-native.android.runArguments.device.description": "Run arguments to be passed to 'react-native run-android' command",
"reactNative.configuration.properties.react-native.android.env.simulator.description": "Environment variables passed to the program.",
"reactNative.configuration.properties.react-native.android.env.device.description": "Environment variables passed to the program.",
"reactNative.configuration.properties.react-native.android.envFile.simulator.description": "Absolute path to a file containing environment variable definitions.",
"reactNative.configuration.properties.react-native.android.envFile.device.description": "Absolute path to a file containing environment variable definitions.",
"reactNative.configuration.properties.react-native.packager.port.description": "React Native packager port",
"reactNative.configuration.properties.react-native.packager.status-indicator.description": "React Native Packager status representation in the VS Code status bar",
"reactNative.configuration.properties.react-native.expo.dependencies.description": "Specific packages used to prepare the extension for debugging Expo applications",
"reactNative.configuration.properties.react-native-tools.projectRoot.description": "Subfolder in which the React Native project is located",
"reactNative.configuration.properties.react-native-tools.logLevel.description": "Logging level in extension",
"reactNative.configuration.properties.react-native-tools.reactNativeGlobalCommandName.description": "The command name to be used to execute React Native CLI commands.",
"reactNative.configuration.properties.react-native-tools.consoleLogsColorTheme.description": "The color theme for Network inspector logs in VS Code DevTools console",
"reactNative.configuration.properties.react-native-tools.displayDebuggingCommandsButton.description": "Whether to show the Debug button in the Editor Title area menu",
"reactNative.configuration.properties.react-native-tools.showUserTips.description": "Whether to show tips about extension features"
}