mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-23 08:39:54 +01:00
add API todos
This commit is contained in:
Vendored
+2
-1
@@ -911,6 +911,7 @@ declare module 'vscode' {
|
||||
* For more information on events that can send data see "DEC Private Mode Set (DECSET)" on
|
||||
* https://invisible-island.net/xterm/ctlseqs/ctlseqs.html
|
||||
*/
|
||||
// todo@API Maybe, isInteractedWith to align with other isXYZ
|
||||
readonly interactedWith: boolean;
|
||||
}
|
||||
|
||||
@@ -2901,7 +2902,7 @@ declare module 'vscode' {
|
||||
*
|
||||
* @param selector A selector that defines the documents this provider is applicable to.
|
||||
* @param provider A type hierarchy provider.
|
||||
* @return A [disposable](#Disposable) that unregisters this provider when being disposed.
|
||||
* @returns {@link Disposable disposable} that unregisters this provider when being disposed.
|
||||
*/
|
||||
export function registerTypeHierarchyProvider(selector: DocumentSelector, provider: TypeHierarchyProvider): Disposable;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user