Remove in operator from api/**terminal**

Part of #276071
This commit is contained in:
Daniel Imms
2025-11-07 08:51:03 -08:00
parent 4ea9547a11
commit 7057d5e18b
3 changed files with 13 additions and 13 deletions
-2
View File
@@ -253,7 +253,6 @@ export default tseslint.config(
'src/vs/platform/terminal/test/node/terminalEnvironment.test.ts',
'src/vs/workbench/api/browser/mainThreadChatSessions.ts',
'src/vs/workbench/api/browser/mainThreadDebugService.ts',
'src/vs/workbench/api/browser/mainThreadTerminalService.ts',
'src/vs/workbench/api/browser/mainThreadTesting.ts',
'src/vs/workbench/api/common/extHost.api.impl.ts',
'src/vs/workbench/api/common/extHostChatAgents2.ts',
@@ -263,7 +262,6 @@ export default tseslint.config(
'src/vs/workbench/api/common/extHostQuickOpen.ts',
'src/vs/workbench/api/common/extHostRequireInterceptor.ts',
'src/vs/workbench/api/common/extHostTelemetry.ts',
'src/vs/workbench/api/common/extHostTerminalService.ts',
'src/vs/workbench/api/common/extHostTypeConverters.ts',
'src/vs/workbench/api/common/extHostTypes.ts',
'src/vs/workbench/api/node/loopbackServer.ts',