debt - soft remove NotebookCell#source

This commit is contained in:
Johannes Rieken
2020-06-09 15:47:44 +02:00
parent 0d6b3aaf6a
commit 8ba5f99939
2 changed files with 1 additions and 2 deletions

View File

@@ -73,6 +73,7 @@ export class ExtHostCell extends Disposable implements vscode.NotebookCell {
get source() {
// todo@jrieken remove this
console.warn('USE cell.document.getText() instead');
return this._documentData.getText();
}