// 控制是否在新窗口中打开文件。
// - default: 除了从软件内部选择的文件 (如,从“文件”菜单选择),其他所有文件都将在新窗口中打开
// - on: 文件将在新窗口中打开
// - off: 文件将在其所在文件夹的已有窗口中打开,或在上一个活动窗口中打开
// 注意,此设置可能会被忽略 (例如,在使用 -new-window 或 -reuse-window 命令行选项时)。
"window.openFilesInNewWindow": "off"
 
// Validate vue-html in <template> using eslint-plugin-vue
//页面格式
"vetur.validation.template": true

相关文章:

  • 2022-12-23
  • 2021-11-20
  • 2021-06-05
  • 2021-06-20
  • 2022-12-23
  • 2021-11-16
  • 2022-12-23
  • 2021-09-26
猜你喜欢
  • 2022-12-23
  • 2021-07-10
  • 2021-05-18
  • 2022-12-23
  • 2021-08-01
  • 2022-01-25
  • 2022-12-23
相关资源
相似解决方案