mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 13:03:42 +01:00
More plugin -> extension
This commit is contained in:
@@ -18,7 +18,7 @@ interface IRendererConnection {
|
||||
}
|
||||
|
||||
// This calls exit directly in case the initialization is not finished and we need to exit
|
||||
// Otherwise, if initialization completed we go to pluginHostMain.terminate()
|
||||
// Otherwise, if initialization completed we go to extensionHostMain.terminate()
|
||||
let onTerminate = function() {
|
||||
exit();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user