Add mock of how we might use search editors + track bugs related to ts/36031

This commit is contained in:
Jackson Kearl 2020-01-15 08:48:43 -08:00
parent e7bdeaddc8
commit 74cfdce895

10
.vscode/searches/ts36031.code-search vendored Normal file
View file

@ -0,0 +1,10 @@
# Query: \\w+\\?\\.\\w+!
# Flags: CaseSensitive WordMatch RegExp
# ContextLines: 2
src/vs/base/browser/ui/tree/asyncDataTree.ts:
270 } : undefined,
271 isChecked: options.ariaProvider!.isChecked ? (e) => {
272: return options.ariaProvider?.isChecked!(e.element as T);
273 } : undefined
274 },