mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
debt - soft remove NotebookCell#source
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user