Remove thenable from more places

This commit is contained in:
Daniel Imms
2025-09-17 15:06:33 -07:00
parent 90bf20d9d8
commit c27af4fa2e
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -12,8 +12,7 @@
"removeComments": true,
"strict": true,
"types": [
"../../../node_modules/@types/mocha",
"../../../src/vs/typings/thenable"
"../../../node_modules/@types/mocha"
],
"paths": {
"browser/*": [
+1 -2
View File
@@ -29,8 +29,7 @@
"downlevelIteration": true,
"experimentalDecorators": true,
"types": [
"../../../node_modules/@types/mocha",
"../../../src/vs/typings/thenable"
"../../../node_modules/@types/mocha"
]
},
"include": [