【问题标题】:How to use Omnisharp Server to compile project asynchronously in a VS Code extension?如何使用 Omnisharp Server 在 VS Code 扩展中异步编译项目?
【发布时间】:2019-04-24 19:41:21
【问题描述】:

我需要从我的 VS Code 扩展编译 c# 项目并提取发出的二进制文件。我发现 C# 扩展安装并使用 Omnisharp 服务器进行编译。有没有办法利用同一个 Omnisharp 服务器来触发我的 VS Code 扩展的编译?

提前致谢。

【问题讨论】:

    标签: omnisharp


    【解决方案1】:

    您可以按照 Visual Code + OmniSharp 的官方 Microsoft 文档 https://docs.microsoft.com/en-us/dotnet/core/tutorials/with-visual-studio-code

    基本上你只需要dotnet run

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-04-10
      • 1970-01-01
      • 2020-04-04
      • 1970-01-01
      相关资源
      最近更新 更多