mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Revert "Disable integrated terminal to unblock Windows build"
This reverts commit bbc1950d34.
This commit is contained in:
@@ -42,9 +42,9 @@ exports.collectModules = function(excludes) {
|
||||
createModuleDescription('vs/workbench/node/extensionHostProcess', []),
|
||||
];
|
||||
|
||||
/*if (process.platform !== 'win32') {
|
||||
if (process.platform !== 'win32') {
|
||||
modules.push(createModuleDescription('vs/workbench/parts/terminal/electron-browser/terminalPanel', excludes));
|
||||
}*/
|
||||
}
|
||||
|
||||
return modules;
|
||||
};
|
||||
Reference in New Issue
Block a user