change all assert-star-imports

This commit is contained in:
Johannes
2024-06-03 16:50:42 +02:00
parent 09981a84af
commit 9cc71ffe83
598 changed files with 602 additions and 613 deletions

View File

@@ -3,7 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import * as assert from 'assert';
import assert from 'assert';
import { CancellationToken } from 'vs/base/common/cancellation';
import { Event } from 'vs/base/common/event';
import { DisposableStore } from 'vs/base/common/lifecycle';