forked from microsoft/vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
product.json
32 lines (32 loc) · 1.15 KB
/
product.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
{
"nameShort": "eShell",
"nameLong": "eShell",
"applicationName": "eShell",
"dataFolderName": ".eShell",
"win32MutexName": "eShell",
"licenseName": "MIT",
"licenseUrl": "https://github.com/hernad/eShell/blob/master/LICENSE.txt",
"win32AppId": "{{A34003BB-9E10-4501-8C11-BE3FAA83F201}",
"win32x64AppId": "{{F77B7E06-80BA-4137-BCF4-654B95CCEB02}",
"win32UserAppId": "{{F6065F05-9603-4FC4-8101-B9781A25D803}",
"win32x64UserAppId": "{{F6065F05-9603-4FC4-8101-B9781A25D804}",
"darwinBundleIdentifier": "ba.out.bring.eshell",
"linuxIconName": "ba.out.bring.eshell",
"licenseFileName": "LICENSE.txt",
"reportIssueUrl": "https://github.com/hernad/eShell/issues/new",
"keyboardShortcutsUrlLinux" : "https://code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf",
"extensionAllowedProposedApi": [
],
"builtInExtensions": [
],
"extensionsGallery": {
"serviceUrl": "https://open-vsx.org/vscode/gallery",
"itemUrl": "https://open-vsx.org/vscode/item"
},
"win32DirName": "eShell",
"win32NameVersion": "eShell",
"win32RegValueName": "eShell",
"win32AppUserModelId": "bringout.eShell",
"win32ShellNameShort": "e&Shell",
"urlProtocol": "vscode"
}