mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
Mark that preferredEncoding can be undefined / not initialized
Part of #78168
This commit is contained in:
@@ -499,7 +499,7 @@ export interface IEncodingSupport {
|
||||
/**
|
||||
* Gets the encoding of the input if known.
|
||||
*/
|
||||
getEncoding(): string;
|
||||
getEncoding(): string | undefined;
|
||||
|
||||
/**
|
||||
* Sets the encoding for the input for saving.
|
||||
|
||||
Reference in New Issue
Block a user