Skip to content

Commit e585f48

Browse files
committed
fix comments
1 parent d559c34 commit e585f48

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

packages/core/src/test/shared/vscode/runCommand.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@ describe('runCommand', function () {
104104
}
105105

106106
it('vscode ISDIR', async function () {
107-
// if (env.isMinVscode('1.83.0')) {
108-
// this.skip()
109-
// }
110-
111107
const pat = (() => {
112108
switch (os.platform()) {
113109
case 'win32':

packages/core/src/test/techdebt.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ describe('tech debt', function () {
2020
const minVscode = env.getMinVscodeVersion()
2121
assert.ok(semver.lt(minVscode, '1.84.0'))
2222

23-
// assert.ok(
24-
// semver.lt(minVscode, '1.75.0'),
25-
// 'remove AsyncLocalStorage polyfill used in `spans.ts` if Cloud9 is on node 14+'
26-
// )
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+
)
2727

2828
// see https://github.com/microsoft/vscode/issues/173861
2929
assert.ok(

0 commit comments

Comments
 (0)