-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.nls.json
More file actions
13 lines (13 loc) · 945 Bytes
/
package.nls.json
File metadata and controls
13 lines (13 loc) · 945 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"command.setupProject": "EGE: Setup with this project",
"command.setupProjectWithSource": "EGE: Setup ege project with EGE source code in current workspace",
"command.setupGlobal": "EGE: Setup in global scope",
"command.cleanupCaches": "EGE: Cleanup caches",
"command.openCacheDir": "EGE: Open cache dir",
"command.buildAndRunCurrentFile": "EGE: Build and run current file",
"title.egeConfiguration": "ege configuration",
"config.updateUrl.description": "An url to get latest version of EGE (default: https://xege.org/download/ege-latest-version)",
"config.showEditorContextMenu.description": "Show 'ege' in editor context menu",
"config.explorerContextMenu.description": "Show 'ege' in explorer context menu",
"config.downloadFromOfficial.description": "Download EGE from official website (https://xege.org) instead of using the builtin version. Enable this option only if you need the latest version from the official website."
}