Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Pasero <benjamin.pasero@microsoft.com>2021-08-27 08:45:20 +0300
committerBenjamin Pasero <benjamin.pasero@microsoft.com>2021-08-27 08:45:20 +0300
commit2cfe7266c3fb88198ac5d6437c9399cd51656119 (patch)
tree0a4f894ce6f56bdccc8912f20b0bf5ec2e9e4462 /resources
parentcb842dcad0cc6293f207ce4bf26f2b08de3fe261 (diff)
:up: distro
Diffstat (limited to 'resources')
-rw-r--r--resources/web/code-web.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/web/code-web.js b/resources/web/code-web.js
index aec223238c4..0625a848805 100644
--- a/resources/web/code-web.js
+++ b/resources/web/code-web.js
@@ -62,7 +62,7 @@ const args = minimist(process.argv, {
if (args.help) {
console.log(
'yarn web [options]\n' +
- ' --no-launch Do not open VSCode web in the browser\n' +
+ ' --no-launch Do not open Code in the browser\n' +
' --wrap-iframe Wrap the Web Worker Extension Host in an iframe\n' +
' --enable-sync Enable sync by default\n' +
' --scheme Protocol (https or http)\n' +
@@ -239,8 +239,8 @@ const requestHandler = (req, res) => {
// manifest
res.writeHead(200, { 'Content-Type': 'application/json' });
return res.end(JSON.stringify({
- 'name': 'Code Web - OSS',
- 'short_name': 'Code Web - OSS',
+ 'name': 'Code - OSS',
+ 'short_name': 'Code - OSS',
'start_url': '/',
'lang': 'en-US',
'display': 'standalone'