【问题标题】:JSON Outline tool not appearing in VS 2015 or 2017JSON Outline 工具未出现在 VS 2015 或 2017 中
【发布时间】:2017-04-11 20:57:19
【问题描述】:

当我打开 JSON ARM 文件时,大纲不会出现在 Cloud Explorer 窗口中。我也没有得到模板的智能感知(我安装了 Azure SDK)。这是文件

    {
  "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {

  },
  "variables": {

  },
  "resources": [

  ],
  "outputs": {

  }
}

【问题讨论】:

    标签: .net json visual-studio azure


    【解决方案1】:

    我通过删除 Azure SDK 3.0 并返回到 2.9(2016 年 11 月)来修复它。

    【讨论】:

      【解决方案2】:

      在 VS2017 中转到 Visual Studio Installer 并确保已安装 Azure Development 工作负载

      然后去VS2017打开View > Other Windows > JSON Outline

      【讨论】:

      • vs2019 也有同样的修复。
      【解决方案3】:

      我必须手动显示它,即使我单独打开一个 json 文件,它也没有显示布局。但是,当我将 JSON 文件作为 VS 项目打开时,它运行良好

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2016-08-15
        • 2015-06-16
        • 2017-10-18
        • 1970-01-01
        • 1970-01-01
        • 2019-05-21
        • 1970-01-01
        • 2017-08-25
        相关资源
        最近更新 更多