diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js index be9df9d57a494..7a27b2f639e39 100644 --- a/build/gulpfile.vscode.js +++ b/build/gulpfile.vscode.js @@ -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 () => {