mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
remove some vscode differences (#12146)
This commit is contained in:
@@ -141,7 +141,7 @@ suite.skip('TextSearch performance (integration)', () => {
|
||||
let i = n;
|
||||
return (function iterate(): Promise<undefined> | undefined {
|
||||
if (!i--) {
|
||||
return undefined;
|
||||
return undefined; // {{SQL CARBON EDIT}} strict-null-checks
|
||||
}
|
||||
|
||||
return runSearch()
|
||||
|
||||
Reference in New Issue
Block a user