Now that the terminals are managed from the shared process it would be great if this dependency here:
|
// Terminal |
|
import 'vs/workbench/contrib/terminal/electron-browser/terminal.contribution'; |
Could fully move into electron-sandbox (into src/vs/workbench/workbench.sandbox.main.ts) so that we can even test it from running scripts/code.sh --__sandbox
Now that the terminals are managed from the shared process it would be great if this dependency here:
vscode/src/vs/workbench/workbench.desktop.main.ts
Lines 133 to 134 in 79a623d
Could fully move into
electron-sandbox(intosrc/vs/workbench/workbench.sandbox.main.ts) so that we can even test it from runningscripts/code.sh --__sandbox