Skip to content

Commit 287b2e3

Browse files
Akos Kittakittaakos
Akos Kitta
authored andcommitted
feat: removed encoding from the status bar
Closes #1393 Signed-off-by: Akos Kitta <[email protected]>
1 parent da0fecf commit 287b2e3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: arduino-ide-extension/src/browser/theia/editor/editor-contribution.ts

+8
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,12 @@ export class EditorContribution extends TheiaEditorContribution {
1010
): void {
1111
// NOOP
1212
}
13+
14+
protected override updateEncodingStatus(
15+
// eslint-disable-next-line @typescript-eslint/no-unused-vars, unused-imports/no-unused-vars
16+
editor: TextEditor | undefined
17+
): void {
18+
// https://github.com/arduino/arduino-ide/issues/1393
19+
// NOOP
20+
}
1321
}

0 commit comments

Comments
 (0)