我正在用使用集成测试设置类似于。
我似乎找不到任何API来获取我的语言服务器提供的代码操作,也无法获取VSCODE应用代码操作,以便我可以断言效果。
I'm writing a CodeActions provider in https://github.com/google/wireit/pull/174 and using an integration testing setup similar to that documented at https://code.visualstudio.com/api/working-with-extensions/testing-extension.
I can't seem to find any APIs to get the code actions that my language server provides, nor to get VSCode to apply a code action so that I may assert on the effects.
发布评论