你能在扩展测试中使用断点吗?
Can you use breakpoints in extension tests?
为 VSCode 扩展编写集成测试时,您可以使用断点吗?
我是 运行 来自 yeoman 生成器的默认 hello-world 示例中的测试。我的断点没有被击中。我猜测并在 launch.json 中将 stopOnEntry 设置为 true,但它没有帮助。
谢谢
是的,这应该可行,如果不行,我建议您在 https://github.com/Microsoft/vscode
提交问题
为 VSCode 扩展编写集成测试时,您可以使用断点吗?
我是 运行 来自 yeoman 生成器的默认 hello-world 示例中的测试。我的断点没有被击中。我猜测并在 launch.json 中将 stopOnEntry 设置为 true,但它没有帮助。
谢谢
是的,这应该可行,如果不行,我建议您在 https://github.com/Microsoft/vscode
提交问题