Skip to content

Commit

Permalink
feat: removed encoding from the status bar
Browse files Browse the repository at this point in the history
Closes #1393

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
  • Loading branch information
Akos Kitta authored and kittaakos committed Jan 11, 2023
1 parent da0fecf commit 287b2e3
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,12 @@ export class EditorContribution extends TheiaEditorContribution {
): void {
// NOOP
}

protected override updateEncodingStatus(
// eslint-disable-next-line @typescript-eslint/no-unused-vars, unused-imports/no-unused-vars
editor: TextEditor | undefined
): void {
// https://github.com/arduino/arduino-ide/issues/1393
// NOOP
}
}

0 comments on commit 287b2e3

Please sign in to comment.