mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-12 01:28:01 +01:00
fix double the
This commit is contained in:
Vendored
+1
-1
@@ -2515,7 +2515,7 @@ declare module 'vscode' {
|
||||
* @param name The name of the symbol.
|
||||
* @param kind The kind of the symbol.
|
||||
* @param containerName The name of the symbol containing the symbol.
|
||||
* @param location The the location of the symbol.
|
||||
* @param location The location of the symbol.
|
||||
*/
|
||||
constructor(name: string, kind: SymbolKind, containerName: string, location: Location);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user