mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 17:23:29 -05:00
Remove some vscode differences (#5010)
* remove some vscode differences * add dates to todo comments
This commit is contained in:
@@ -124,7 +124,7 @@ class UntitledEditorInputFactory implements IEditorInputFactory {
|
||||
|
||||
const untitledEditorInput = <UntitledEditorInput>editorInput;
|
||||
|
||||
// {{SQL CARBON EDIT}}
|
||||
// {{SQL CARBON EDIT}} @todo anthonydresser 4/12/19 investigate
|
||||
if (!untitledEditorInput.getResource()) {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
@@ -950,7 +950,7 @@ export class ChangeModeAction extends Action {
|
||||
}
|
||||
|
||||
// Change mode for active editor
|
||||
// {{SQL CARBON EDIT}} - Get activeControl instead of activeEditor
|
||||
// {{SQL CARBON EDIT}} - Get activeControl instead of activeEditor @todo anthonydresser 4/12/19 investigate
|
||||
const activeEditor = this.editorService.activeControl;
|
||||
const activeTextEditorWidget = this.editorService.activeTextEditorWidget;
|
||||
const models: ITextModel[] = [];
|
||||
|
||||
Reference in New Issue
Block a user