mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Move handling generated files to the serialization classes (#8952)
* move handling generated files to the serilization classes * remove unneeded methods * fix compile
This commit is contained in:
@@ -429,8 +429,6 @@ export class EditorGroupView extends Themable implements IEditorGroupView {
|
||||
return; // nothing to show
|
||||
}
|
||||
|
||||
await this._group.removeNonExitingEditor(); // {{SQL CARBON EDIT}} @udeeshagautam perform async correction for non-existing files
|
||||
|
||||
// Determine editor options
|
||||
let options: EditorOptions;
|
||||
if (from instanceof EditorGroupView) {
|
||||
|
||||
Reference in New Issue
Block a user