根据编辑器语言更改边栏

时间:2019-06-25 19:22:15

标签: visual-studio-code

我知道可以配置语言设置设置,例如

{
  "[typescript]": {
    "editor.formatOnSave": true,
    "editor.formatOnPaste": true
  },
  "[markdown]": {
    "editor.formatOnSave": true,
    "editor.wordWrap": "on",
    "editor.renderWhitespace": "all",
    "editor.acceptSuggestionOnEnter": "off"
  }
}

我通常使用两个窗格(编辑器组)。一组使用一种语言,另一组使用另一种语言。在边栏中,我将浏览器栏用于一种语言,将书签扩展栏用于另一种语言。

是否可以根据活动编辑器的语言在边栏中自动显示资源管理器或书签?

0 个答案:

没有答案