-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.nls.json
16 lines (16 loc) · 1.07 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"extension.preview.title": "VPM: Preview on side panel",
"extension.launch.title": "VPM: Launch on browser",
"extension.stop.title": "VPM: Stop the web server",
"extension.resume.title": "VPM: Resume the web server",
"extension.ui.title": "VPM: Show UI Page",
"previewServer.browsers.description": "Browsers to launch for preview.",
"previewServer.ignoreDefaultBrowser.description": "Ignore default browsers.",
"previewServer.ignoreNotification.description": "Controls wheter display notification or not.",
"previewServer.isWatchConfiguration.description": "Controls whether resume the web Server or not, when change settings.",
"previewServer.port.description": "Port number of the web Server.",
"previewServer.proxy.description": "Wrap your vhost with a proxy URL to view your site.",
"previewServer.startupProject.description": "Name of startup project. This setting is meaningful only when in the workspace.",
"previewServer.sync.description": "Whether synchronized or not.",
"previewServer.ui.description": "Settings for UI page."
}