From 78c37ee454d488a5dd8b08f0455195591500e1d4 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Sun, 29 Sep 2019 13:07:39 +0200 Subject: [PATCH] editor, modes.ts: fix broken link fix broken link, the anchor did not work --- src/vs/editor/common/modes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/editor/common/modes.ts b/src/vs/editor/common/modes.ts index b10cc82d7bd..ede4308bd87 100644 --- a/src/vs/editor/common/modes.ts +++ b/src/vs/editor/common/modes.ts @@ -922,7 +922,7 @@ export interface DocumentSymbol { /** * The document symbol provider interface defines the contract between extensions and - * the [go to symbol](https://code.visualstudio.com/docs/editor/editingevolved#_goto-symbol)-feature. + * the [go to symbol](https://code.visualstudio.com/docs/editor/editingevolved#_go-to-symbol)-feature. */ export interface DocumentSymbolProvider { -- GitLab