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-05-02 16:05:23 +0300
committerJoao Moreno <jomo@microsoft.com>2016-05-02 17:05:37 +0300
commitca4519a3b2686ec69b300f468678dcc01271db1e (patch)
tree58b4ce17fc2eb33d312ccd088d46c50bbe3ed79f /src/cli.js
parent8aeb91880308c26e034df3d2a07045240ea46384 (diff)
workbench/electron-main -> code/electron-main
Diffstat (limited to 'src/cli.js')
-rw-r--r--src/cli.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli.js b/src/cli.js
index 7bf6862757a..a32bd83d168 100644
--- a/src/cli.js
+++ b/src/cli.js
@@ -3,4 +3,4 @@
* 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
+require('./bootstrap-amd').bootstrap('vs/code/electron-main/cli'); \ No newline at end of file