Skip to content

Commit

Permalink
Rebase against the upstream 124dc6f
Browse files Browse the repository at this point in the history
vscode-upstream-sha1: 124dc6f
  • Loading branch information
Eclipse Che Sync committed Sep 14, 2023
2 parents f4c4088 + 124dc6f commit 9440b87
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/src/vscode-dts/vscode.proposed.extensionsAny.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

declare module 'vscode' {

// https://github.com/microsoft/vscode/issues/145307
// https://github.com/microsoft/vscode/issues/145307 @alexdima

export interface Extension<T> {

Expand Down
3 changes: 3 additions & 0 deletions code/src/vscode-dts/vscode.proposed.indentSize.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
*--------------------------------------------------------------------------------------------*/

declare module 'vscode' {

// https://github.com/microsoft/vscode/issues/193077 @alexdima

/**
* Represents a {@link TextEditor text editor}'s {@link TextEditor.options options}.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

declare module 'vscode' {

// https://github.com/microsoft/vscode/issues/124024 @hediet @alexdima
// https://github.com/microsoft/vscode/issues/124024 @hediet

export namespace languages {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

declare module 'vscode' {

// https://github.com/microsoft/vscode/issues/173738
// https://github.com/microsoft/vscode/issues/173738 @alexdima

export interface LanguageConfiguration {
autoClosingPairs?: {
Expand Down

0 comments on commit 9440b87

Please sign in to comment.