Skip to content

Commit

Permalink
Add issue references (#193078)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima authored Sep 14, 2023
1 parent 7b0ae6c commit 124dc6f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 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 124dc6f

Please sign in to comment.