feat: l10n support
This commit is contained in:
67
package.json
67
package.json
@@ -1,15 +1,16 @@
|
||||
{
|
||||
"name": "devstar",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.2.12",
|
||||
"keywords": [],
|
||||
"publisher": "mengning",
|
||||
"engines": {
|
||||
"vscode": "^1.75.0"
|
||||
},
|
||||
"l10n": "./l10n",
|
||||
"license": "Apache-2.0",
|
||||
"displayName": "DevStar",
|
||||
"description": "",
|
||||
"categories": [],
|
||||
"keywords": [],
|
||||
"main": "./dist/extension",
|
||||
"icon": "assets/images/devstar-logo.png",
|
||||
"bugs": {
|
||||
@@ -28,12 +29,12 @@
|
||||
"commands": [
|
||||
{
|
||||
"command": "devstar.showHome",
|
||||
"title": "DevStar Home",
|
||||
"title": "%devstar.showHome.title%",
|
||||
"category": "DevStar"
|
||||
},
|
||||
{
|
||||
"command": "devstar.connectRemoteContainer",
|
||||
"title": "Connect to a Remote Container",
|
||||
"title": "%devstar.connectRemoteContainer.title%",
|
||||
"category": "DevStar"
|
||||
}
|
||||
],
|
||||
@@ -41,6 +42,30 @@
|
||||
"protocol": "vscode",
|
||||
"path": "/openProject"
|
||||
}],
|
||||
"views": {
|
||||
"devstarListView": [
|
||||
{
|
||||
"id": "devstar.quickAccess",
|
||||
"name": "%devstar.quickAccess.title%",
|
||||
"type": "tree"
|
||||
}
|
||||
]
|
||||
},
|
||||
"viewsContainers": {
|
||||
"activitybar": [
|
||||
{
|
||||
"id": "devstarListView",
|
||||
"title": "%devstar.devstar.title%",
|
||||
"icon": "assets/icons/devstar-activity-icon.svg"
|
||||
}
|
||||
]
|
||||
},
|
||||
"viewsWelcome": [
|
||||
{
|
||||
"view": "devstar.quickAccess",
|
||||
"contents": "%devstar.welcome.title%"
|
||||
}
|
||||
],
|
||||
"menus": {
|
||||
"file/newFile": [
|
||||
{
|
||||
@@ -50,38 +75,6 @@
|
||||
],
|
||||
"touchBar": []
|
||||
},
|
||||
"viewsContainers": {
|
||||
"activitybar": [
|
||||
{
|
||||
"id": "devstar",
|
||||
"title": "DevStar",
|
||||
"icon": "assets/icons/devstar-activity-icon.svg"
|
||||
}
|
||||
]
|
||||
},
|
||||
"views": {
|
||||
"devstar": [
|
||||
{
|
||||
"id": "devstar.quickAccess",
|
||||
"name": "Quick Access",
|
||||
"type": "tree"
|
||||
}
|
||||
]
|
||||
},
|
||||
"viewsWelcome": [
|
||||
{
|
||||
"view": "devstar.quickAccess",
|
||||
"contents": "welcome DevStar..."
|
||||
}
|
||||
],
|
||||
"walkthroughs": [
|
||||
{
|
||||
"id": "devstar.welcome",
|
||||
"title": "Get started with DevStar",
|
||||
"description": "",
|
||||
"steps": []
|
||||
}
|
||||
],
|
||||
"configuration": {
|
||||
"type": "object",
|
||||
"title": "DevStar",
|
||||
|
Reference in New Issue
Block a user