mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-14 20:34:30 +01:00
58f8ecdb3d
Revert PR #298277 changes since agents is no longer a separate app. Removes sessions icon swap from the auth redirect page, the agentSessionsWorkspace API usage, and the sessions-icon.svg asset. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
25 lines
437 B
JSON
25 lines
437 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./out",
|
|
"types": [
|
|
"node",
|
|
"mocha"
|
|
],
|
|
"typeRoots": [
|
|
"./node_modules/@types"
|
|
],
|
|
"lib": [
|
|
"WebWorker",
|
|
"ES2024"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"../../src/vscode-dts/vscode.d.ts",
|
|
"../../src/vscode-dts/vscode.proposed.authIssuers.d.ts",
|
|
"../../src/vscode-dts/vscode.proposed.authProviderSpecific.d.ts"
|
|
]
|
|
}
|