-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.json
25 lines (25 loc) · 1.89 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
{
"view.name": "xPack Actions",
"command.treeViewRefresh": "Refresh the xPack Actions explorer",
"command.runAction": "Run Action",
"command.copyAction": "Copy Command",
"command.runCommand": "Run Command",
"command.addConfiguration": "Add New Empty Configuration",
"command.duplicateConfiguration": "Duplicate Configuration",
"command.removeConfiguration": "Remove Configuration",
"command.addAction": "Add New Empty Action",
"command.removeAction": "Remove Action",
"command.selectBuildConfiguration": "Select the build configuration to be used by IntelliSense",
"command.createProjectEmpty": "Create an empty project",
"command.createProjectHelloQuick": "Quick Start a Hello World project (C++, CMake)",
"command.createProjectHello": "Create a Hello World project (C/C++, CMake/meson)",
"command.createProjectHelloQemu": "Create a Hello World QEMU semihosted project (Arm/RISC-V, C/C++, CMake/meson)",
"taskdef.xpmCommand": "The xpm command to customize.",
"taskdef.actionName": "The name of the xPack action to customize.",
"taskdef.buildConfigurationName": "The name of the xPack build configuration where the action is defined. If omitted, the action does not belong to a configuration, but to the package.",
"taskdef.packageFolderRelativePath": "The path to the package that provides the action. If omitted the root of the workspace folder is used.",
"configuration.maxSearchDepthLevel": "The maximum number of folders used in the recursive search for package.json files.",
"configuration.exclude": "The glob patterns for folders that should be excluded from recursive searches for `package.json`.",
"configuration.autoUpdateNpmExclude": "Automatically add a `**/xpacks/**` line to `npm.exclude` to prevent the npm explorer from listing the `package.json` files inside the xPack dependencies.",
"configuration.loggingLevel": "The xPack extension logging level, used during debugging."
}