【问题标题】:Rotating (oct)icon in statusbar of VS CodeVS Code状态栏中的旋转(oct)图标
【发布时间】:2019-09-02 03:30:18
【问题描述】:

在我的 vs 代码扩展中,我尝试在状态栏中集成一个旋转(八进制)图标。就像在同步时vs代码本身的git集成一样。但实际上,我不知道如何实现这个目标。

廉价尝试的简化示例:" window.createStatusBarItem(StatusBarAlignment.Left, 0).text = `$(globe spin) `; "

【问题讨论】:

    标签: visual-studio-code icons statusbar octicons


    【解决方案1】:

    作为the Icons in Labels documentation says,您可以通过将~spin 附加到图标名称来将旋转动画应用于任何图标:

    $(globe~spin)

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-09-21
      • 2016-09-02
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-05-09
      • 1970-01-01
      相关资源
      最近更新 更多