Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我和我的团队构建了一个着色器扩展,它在 VSCode 的日志输出中突出显示颜色。在核心扩展中,有一些着色测试会被 VSCode 自动调用,因为它们是捆绑在一起的。
我想知道如何为未捆绑在 VSCode 中的扩展调用着色测试。
可在此处获得源代码。