File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -922,7 +922,7 @@ export interface DocumentSymbol {
922922
923923/**
924924 * The document symbol provider interface defines the contract between extensions and
925- * the [go to symbol](https://code.visualstudio.com/docs/editor/editingevolved#_goto -symbol)-feature.
925+ * the [go to symbol](https://code.visualstudio.com/docs/editor/editingevolved#_go-to -symbol)-feature.
926926 */
927927export interface DocumentSymbolProvider {
928928
Original file line number Diff line number Diff line change @@ -5127,7 +5127,7 @@ declare namespace monaco.languages {
51275127
51285128 /**
51295129 * The document symbol provider interface defines the contract between extensions and
5130- * the [go to symbol](https://code.visualstudio.com/docs/editor/editingevolved#_goto -symbol)-feature.
5130+ * the [go to symbol](https://code.visualstudio.com/docs/editor/editingevolved#_go-to -symbol)-feature.
51315131 */
51325132 export interface DocumentSymbolProvider {
51335133 displayName ?: string ;
You can’t perform that action at this time.
0 commit comments