mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-13 06:16:33 +00:00
feat: removed encoding from the status bar
Closes #1393 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
This commit is contained in:
parent
da0fecfd0f
commit
287b2e3f41
@ -10,4 +10,12 @@ export class EditorContribution extends TheiaEditorContribution {
|
|||||||
): void {
|
): void {
|
||||||
// NOOP
|
// 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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user