Skip to content

Commit

Permalink
Fix settings search for stable
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Feb 7, 2018
1 parent 88e0be2 commit c63189d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/gulpfile.vscode.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "code-oss-dev",
"version": "1.20.0",
"distro": "4f4765e9dc2643798d3f9910ee585e09427081b3",
"distro": "4957472198ae7ca4a3ed49fd40d6d082c0bc592b",
"author": {
"name": "Microsoft Corporation"
},
Expand Down

0 comments on commit c63189d

Please sign in to comment.