diff --git a/src/vs/vscode.d.ts b/src/vs/vscode.d.ts index 9249356bddee26a95d6646af23d61b89b86129c0..a8b0f7982d3fa33d959512b7f708d2466cedac9e 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;