Skip to content

Commit c63189d

Browse files
committed
Fix settings search for stable
1 parent 88e0be2 commit c63189d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/gulpfile.vscode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ gulp.task('generate-vscode-configuration', () => {
574574

575575
const userDataDir = path.join(os.tmpdir(), 'tmpuserdata');
576576
const extensionsDir = path.join(os.tmpdir(), 'tmpextdir');
577-
const appPath = path.join(buildDir, 'VSCode-darwin/Visual\\ Studio\\ Code\\ -\\ Insiders.app/Contents/Resources/app/bin/code');
577+
const appPath = path.join(buildDir, 'VSCode-darwin/Visual\\ Studio\\ Code.app/Contents/Resources/app/bin/code');
578578
const codeProc = cp.exec(`${appPath} --export-default-configuration='${allConfigDetailsPath}' --wait --user-data-dir='${userDataDir}' --extensions-dir='${extensionsDir}'`);
579579

580580
const timer = setTimeout(() => {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-oss-dev",
33
"version": "1.20.0",
4-
"distro": "4f4765e9dc2643798d3f9910ee585e09427081b3",
4+
"distro": "4957472198ae7ca4a3ed49fd40d6d082c0bc592b",
55
"author": {
66
"name": "Microsoft Corporation"
77
},

0 commit comments

Comments
 (0)