From c63189deaa8e620f650cc28792b8f5f3363f2c5b Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Wed, 7 Feb 2018 08:53:36 -0800 Subject: [PATCH] Fix settings search for stable --- build/gulpfile.vscode.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js index 240153c168d57..a4916c9360fde 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 b366410af4c11..44007a8a1c53e 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" },