From a00ae7c02d0fb0145f63bdce6ef374963aff4617 Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Mon, 18 Jun 2018 18:23:53 +0200 Subject: [PATCH] fix typo, thanks @KamasamaK --- src/vs/vscode.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/vscode.d.ts b/src/vs/vscode.d.ts index 9249356bdde..a8b0f7982d3 100644 --- a/src/vs/vscode.d.ts +++ b/src/vs/vscode.d.ts @@ -2494,7 +2494,7 @@ declare module 'vscode' { range: Range; /** - * The range that should be selected and reveal when this symbol is being pciked, e.g the name of a function. + * The range that should be selected and reveal when this symbol is being picked, e.g the name of a function. * Must be contained by the [`fullRange`](#DocumentSymbol.fullRange). */ selectionRange: Range; -- GitLab