mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-26 05:07:35 +00:00
guess linux file paths, #28492
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user