From feab826ccc15a0c99e53e9d3a337ef2b8ff08671 Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Fri, 11 Dec 2015 09:32:32 +0100 Subject: [PATCH] fix bootstrap baseUrl fixes #1138 --- src/bootstrap.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/bootstrap.js b/src/bootstrap.js index 43458652f50..0d390b5831f 100644 --- a/src/bootstrap.js +++ b/src/bootstrap.js @@ -119,10 +119,7 @@ function uriFromPath(_path) { } loader.config({ - baseUrl: uriFromPath(path.join(__dirname, '..')), - paths: { - 'vs': path.basename(__dirname) + '/vs' - }, + baseUrl: uriFromPath(path.join(__dirname)), catchError: true, nodeRequire: require, nodeMain: __filename -- GitLab