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:
authorJoao Moreno <jomo@microsoft.com>2016-02-12 14:06:05 +0300
committerJoao Moreno <jomo@microsoft.com>2016-02-12 14:39:37 +0300
commit8626f24faae0f06a544f7a6b66a9bcccc4f48f51 (patch)
treef70dd657cc0084d5f8ba5caa2d117c0c32f8364c /src/cli.js
parentc1ef29da9bad10f47f75ec9db32f72721d7d73fd (diff)
move launcher.js to cli.js
Diffstat (limited to 'src/cli.js')
-rw-r--r--src/cli.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cli.js b/src/cli.js
new file mode 100644
index 00000000000..7bf6862757a
--- /dev/null
+++ b/src/cli.js
@@ -0,0 +1,6 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+require('./bootstrap-amd').bootstrap('vs/workbench/electron-main/cli'); \ No newline at end of file