mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-23 17:24:12 -05:00
Fix filebrowser to handle cancellation and multiple open/expand requests (#499)
* add cancel filebrowser request * update expand request contract * cleanup * add queue * add expand queue and update cancellation * dispose cancelsource * remove unnecessary field * cleanup using directives * address pr comment * more changes * change contract
This commit is contained in:
@@ -26,6 +26,11 @@ namespace Microsoft.SqlTools.ServiceLayer.FileBrowser.Contracts
|
||||
/// File extension filter (e.g. *.bak)
|
||||
/// </summary>
|
||||
public string[] FileFilters;
|
||||
|
||||
/// <summary>
|
||||
/// True if this is a request to change file filter
|
||||
/// </summary>
|
||||
public bool ChangeFilter;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user