Rename modeId -> languageId

This commit is contained in:
Alexandru Dima
2021-10-22 17:46:37 +02:00
parent 621f3bcc0b
commit d209aa2b02
34 changed files with 147 additions and 147 deletions

View File

@@ -36,7 +36,7 @@ export class ExtHostCell {
return {
EOL: cell.eol,
lines: cell.source,
modeId: cell.language,
languageId: cell.language,
uri: cell.uri,
isDirty: false,
versionId: 1,