-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.nls.json
More file actions
27 lines (25 loc) · 2.61 KB
/
package.nls.json
File metadata and controls
27 lines (25 loc) · 2.61 KB
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
{
"cmd.open": "Open in External App",
"cmd.openMultiple": "Open in Multiple External Apps",
"msg.error.configFormat": "Your extension configuration format isn't correct!",
"msg.error.sameTitleMultipleApp": "Not allowed to set two applications using the same title, please correct your configuration first!",
"msg.quickPick.selectApp.placeholder": "Select application to open the file...",
"msg.quickPick.selectApps.placeholder": "Select multiple applications to open the file...",
"cfg.openInExternalApp.openMapper": "Mapper between the file extensionName and application to open it",
"cfg.openInExternalApp.openMapper.item.id": "Combine with shortcut arg(configItemId) to custom shortcut for specific config item",
"cfg.openInExternalApp.openMapper.item.extensionName.string": "File extension name,for example: md",
"cfg.openInExternalApp.openMapper.item.extensionName.array": "Pass string array to match multiple extension names",
"cfg.openInExternalApp.openMapper.item.apps": "External applications to open the file",
"cfg.openInExternalApp.openMapper.item.apps.string": "Command you can access from shell or absolute path of executable program",
"cfg.openInExternalApp.openMapper.item.apps.array": "External applications info",
"cfg.openInExternalApp.openMapper.item.apps.item.title": "Title which will be shown in the drop list if there are several apps to open the file",
"cfg.openInExternalApp.openMapper.item.apps.item.shellCommand": "Using shell command with file placeholder to deal with file",
"cfg.openInExternalApp.openMapper.item.apps.item.args": "Arguments passed to openCommand",
"cfg.openInExternalApp.openMapper.item.apps.item.isElectronApp": "Set to true when you config an electron app",
"cfg.openInExternalApp.openMapper.item.apps.item.shellEnv": "Additional shellCommand environment variables",
"cfg.openInExternalApp.openMapper.item.apps.item.shellEnv.string": "Environment variable",
"cfg.openInExternalApp.openMapper.item.apps.item.shellEnv.windows": "Additional shellCommand environment variables for Windows",
"cfg.openInExternalApp.openMapper.item.apps.item.shellEnv.linux": "Additional shellCommand environment variables for Linux",
"cfg.openInExternalApp.openMapper.item.apps.item.shellEnv.osx": "Additional shellCommand environment variables for macOS",
"cfg.openInExternalApp.openMapper.item.apps.item.wslConvertWindowsPath": "Whether to convert WSL path to Windows path when running in WSL remote mode. Default is true (convert to Windows path for Windows applications). Set to false to keep WSL native path for WSL applications like evince"
}