mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
💄 rename ChangeLanguage to ChangeCellLanguage
This commit is contained in:
@@ -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'
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user