We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea8b29 commit 899f807Copy full SHA for 899f807
packages/core/src/test/techdebt.test.ts
@@ -20,11 +20,6 @@ describe('tech debt', function () {
20
const minVscode = env.getMinVscodeVersion()
21
assert.ok(semver.lt(minVscode, '1.84.0'))
22
23
- assert.ok(
24
- semver.lt(minVscode, '1.93.0'),
25
- 'remove AsyncLocalStorage polyfill used in `spans.ts` if Cloud9 is on node 14+'
26
- )
27
-
28
// see https://github.com/microsoft/vscode/issues/173861
29
assert.ok(
30
semver.lt(minVscode, '1.93.0'),
0 commit comments