Skip to content

Commit

Permalink
move encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamah committed Jul 26, 2024
1 parent a3db460 commit 1c86c39
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/vscode-dts/vscode.proposed.textSearchProviderNew.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ declare module 'vscode' {
*/
global: boolean;
};

/**
* Interpret files using this encoding.
* See the vscode setting `"files.encoding"`
*/
encoding: string;
}[];

/**
Expand Down Expand Up @@ -111,12 +117,6 @@ declare module 'vscode' {
*/
maxFileSize: number;

/**
* Interpret files using this encoding.
* See the vscode setting `"files.encoding"`
*/
encoding: string;

/**
* Number of lines of context to include before and after each match.
*/
Expand Down

0 comments on commit 1c86c39

Please sign in to comment.