We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d9e2f commit a964721Copy full SHA for a964721
packages/app/src/app/components/CodeEditor/VSCode/MonacoReactComponent.js
@@ -195,9 +195,6 @@ class MonacoEditor extends React.PureComponent {
195
);
196
})
197
.then(() => {
198
- if (this.lifecycleService) {
199
- this.lifecycleService.shutdown();
200
- }
201
if (this.quickopenService) {
202
// Make sure that the quickopenWidget is gone, it's attached to an old dom node
203
this.quickopenService.quickOpenWidget.dispose();
0 commit comments