Skip to content

Commit 45c6afe

Browse files
OrKoNDevtools-frontend LUCI CQ
authored andcommitted
Ignore non_hosted e2e types in vscode config
Bug: none Change-Id: Ib3220fb24d2ccc4731e9750d4ca695aecbff764e Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6310559 Reviewed-by: Nikolay Vitkov <[email protected]> Reviewed-by: Jack Franklin <[email protected]> Commit-Queue: Alex Rudenko <[email protected]>
1 parent 4691a7f commit 45c6afe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"inspector_overlay"
2929
],
3030
"exclude": [
31-
"front_end/**/*-legacy.ts"
31+
"front_end/**/*-legacy.ts",
32+
"test/e2e_non_hosted/types.d.ts"
3233
]
3334
}

0 commit comments

Comments
 (0)