💄 rename ChangeLanguage to ChangeCellLanguage

This commit is contained in:
Johannes
2022-03-30 09:38:06 +02:00
parent 45744133c3
commit 4d7715922b
7 changed files with 10 additions and 10 deletions

View File

@@ -409,7 +409,7 @@ suite('NotebookCell#Document', function () {
extHostNotebookDocuments.$acceptModelChanged(notebook.uri, new SerializableObjectWithBuffers({
versionId: 12, rawEvents: [{
kind: NotebookCellsChangeType.ChangeLanguage,
kind: NotebookCellsChangeType.ChangeCellLanguage,
index: 0,
language: 'fooLang'
}]
@@ -508,7 +508,7 @@ suite('NotebookCell#Document', function () {
extHostNotebookDocuments.$acceptModelChanged(notebook.uri, new SerializableObjectWithBuffers({
versionId: 12,
rawEvents: [{
kind: NotebookCellsChangeType.ChangeLanguage,
kind: NotebookCellsChangeType.ChangeCellLanguage,
index: 0,
language: 'fooLang'
}]