Skip to content

Commit

Permalink
guess linux file paths, #28492
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Jul 10, 2017
1 parent 01d8fdf commit 1286aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/gulpfile.vscode.js
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,8 @@ function snapshotTask(platform, arch) {
startupBlobFilepath = path.join(destination, 'snapshot_blob.bin')

} else if (platform === 'linux') {
// TODO
return () => { };
loaderInputFilepath = path.join(destination, 'resources/app/out/vs/loader.js');
startupBlobFilepath = path.join(destination, 'snapshot_blob.bin')
}

return () => {
Expand Down

0 comments on commit 1286aa6

Please sign in to comment.