Skip to content

Commit fb4ca0a

Browse files
committed
add issue links to API proposals
1 parent 949b9a2 commit fb4ca0a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/vs/vscode.proposed.d.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ declare module 'vscode' {
130130

131131
//#endregion
132132

133-
// #region Joh - code insets
133+
// #region Joh - code insets, https://github.com/microsoft/vscode/issues/85682
134134

135135
export interface WebviewEditorInset {
136136
readonly editor: TextEditor;
@@ -147,7 +147,7 @@ declare module 'vscode' {
147147

148148
//#endregion
149149

150-
//#region Joh - read/write in chunks
150+
//#region Joh - read/write in chunks, https://github.com/microsoft/vscode/issues/84515
151151

152152
export interface FileSystemProvider {
153153
open?(resource: Uri, options: { create: boolean }): number | Thenable<number>;
@@ -528,7 +528,7 @@ declare module 'vscode' {
528528

529529
//#endregion
530530

531-
//#region Joao: diff command
531+
//#region Joao: diff command, https://github.com/microsoft/vscode/issues/84899
532532

533533
/**
534534
* The contiguous set of modified lines in a diff.
@@ -561,7 +561,7 @@ declare module 'vscode' {
561561

562562
//#endregion
563563

564-
//#region Joh: decorations
564+
//#region Joh: decorations, https://github.com/microsoft/vscode/issues/54938
565565

566566
export class Decoration {
567567
letter?: string;
@@ -1206,7 +1206,7 @@ declare module 'vscode' {
12061206

12071207
//#endregion
12081208

1209-
//#region Custom editors, mjbvz
1209+
//#region Custom editors, mjbvz, https://github.com/microsoft/vscode/issues/77131
12101210

12111211
/**
12121212
* Defines how a webview editor interacts with VS Code.

0 commit comments

Comments
 (0)