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:
authorRob Lourens <roblourens@gmail.com>2018-02-07 19:53:36 +0300
committerRob Lourens <roblourens@gmail.com>2018-02-07 19:53:36 +0300
commitc63189deaa8e620f650cc28792b8f5f3363f2c5b (patch)
tree3f742b9dd824b237e329dbbbda82691158904099
parent88e0be27ea807c6d99f98c2a55b7fc23291ebdef (diff)
Fix settings search for stable1.20.0
-rw-r--r--build/gulpfile.vscode.js2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js
index 240153c168d..a4916c9360f 100644
--- a/build/gulpfile.vscode.js
+++ b/build/gulpfile.vscode.js
@@ -574,7 +574,7 @@ gulp.task('generate-vscode-configuration', () => {
const userDataDir = path.join(os.tmpdir(), 'tmpuserdata');
const extensionsDir = path.join(os.tmpdir(), 'tmpextdir');
- const appPath = path.join(buildDir, 'VSCode-darwin/Visual\\ Studio\\ Code\\ -\\ Insiders.app/Contents/Resources/app/bin/code');
+ const appPath = path.join(buildDir, 'VSCode-darwin/Visual\\ Studio\\ Code.app/Contents/Resources/app/bin/code');
const codeProc = cp.exec(`${appPath} --export-default-configuration='${allConfigDetailsPath}' --wait --user-data-dir='${userDataDir}' --extensions-dir='${extensionsDir}'`);
const timer = setTimeout(() => {
diff --git a/package.json b/package.json
index b366410af4c..44007a8a1c5 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "code-oss-dev",
"version": "1.20.0",
- "distro": "4f4765e9dc2643798d3f9910ee585e09427081b3",
+ "distro": "4957472198ae7ca4a3ed49fd40d6d082c0bc592b",
"author": {
"name": "Microsoft Corporation"
},