#4331: Set notebook dirty when change 'trusted' (#4569)

This commit is contained in:
Raj
2019-03-18 10:56:04 -07:00
committed by GitHub
parent 0160901060
commit 6d7d485a38
3 changed files with 2 additions and 5 deletions

View File

@@ -11,7 +11,6 @@ import { localize } from 'vs/nls';
import { Event, Emitter } from 'vs/base/common/event';
import { Disposable, IDisposable } from 'vs/base/common/lifecycle';
import { CellModel } from './cell';
import { IClientSession, INotebookModel, IDefaultConnection, INotebookModelOptions, ICellModel, NotebookContentChange, notebookConstants } from './modelInterfaces';
import { NotebookChangeType, CellType } from 'sql/parts/notebook/models/contracts';
import { nbversion } from '../notebookConstants';