We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc31f9 commit 7311340Copy full SHA for 7311340
src/features/Folding.ts
@@ -48,7 +48,7 @@ interface IExtensionPackage {
48
49
// Need to reproduce the IToken interface from vscode-textmate due to
50
// the odd way it has to be required
51
-// https://github.com/Microsoft/vscode-textmate/blob/46af9487e1c8fa78aa1f2e228dcc387b78e2d6c5/release/main.d.ts#L161-L165
+// https://github.com/Microsoft/vscode-textmate/blob/46af9487e1c8fa78aa1f2e2/release/main.d.ts#L161-L165
52
export interface IToken {
53
startIndex: number;
54
readonly endIndex: number;
0 commit comments