mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-09 01:32:38 -05:00
Fix file browser cancel/connetion issues (#528)
* clean bindingqueue after cancel * fileborwser fixes * code cleanup * re-initialize filetree whenever filter is changed * fix test issues * address pr comments
This commit is contained in:
@@ -42,4 +42,14 @@ namespace Microsoft.SqlTools.ServiceLayer.FileBrowser.Contracts
|
||||
RequestType<FileBrowserCloseParams, FileBrowserCloseResponse> Type =
|
||||
RequestType<FileBrowserCloseParams, FileBrowserCloseResponse>.Create("filebrowser/close");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Notification for close completion
|
||||
/// </summary>
|
||||
public class FileBrowserClosedNotification
|
||||
{
|
||||
public static readonly
|
||||
EventType<FileBrowserCloseResponse> Type =
|
||||
EventType<FileBrowserCloseResponse>.Create("filebrowser/closecomplete");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user