TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Compiling VSCode project substantially faster with Panel closed

16 点作者 tmpfile超过 2 年前
I recently noticed that my project builds substantially faster with the Panel closed (CTRL+J). It opens automatically on build and I closed it the other day and noticed a huge performance increase. I pretty much use default tsconfig.json configuration. Wondering if anyone else can recreate?<p>Timing with panel open: 19.86s Timing with panel closed: 4.60s<p>I filed an issue at https:&#x2F;&#x2F;github.com&#x2F;microsoft&#x2F;vscode&#x2F;issues&#x2F;160118

2 条评论

tmpfile超过 2 年前
Wanted to add a little more detail and make the link accessible [0] which also shows the output from --extendedDiagnostics. The Panel is the window where the output from a build is shown [1]. It is displayed automatically on build. It&#x27;s visibility can be toggled with CTRL+J (I&#x27;m on Linux) or from View &gt; Appearance &gt; Panel. When it&#x27;s hidden the build is x5 faster with no other changes.<p>Wondering if anyone else can confirm faster builds with it hidden?<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;microsoft&#x2F;vscode&#x2F;issues&#x2F;160118" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;microsoft&#x2F;vscode&#x2F;issues&#x2F;160118</a><p>[1] <a href="https:&#x2F;&#x2F;code.visualstudio.com&#x2F;docs&#x2F;editor&#x2F;tasks" rel="nofollow">https:&#x2F;&#x2F;code.visualstudio.com&#x2F;docs&#x2F;editor&#x2F;tasks</a>
rowanG077超过 2 年前
My initial instinct: are your build artifacts indexed by the git plugin? Try git ignoring everything not relevant.
评论 #32738782 未加载
评论 #32735034 未加载