json 我的Visual Studio代码WORKSPACE设置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json 我的Visual Studio代码WORKSPACE设置相关的知识,希望对你有一定的参考价值。

{
    "_comment": "This files.encoding iso88591 is per-project. You should use utf8.",
    "files.encoding": "iso88591",
    "files.eol": "\n",
    "files.exclude": {
        "**/.git": true,
        "**/.svn": true,
        "**/.hg": true,
        "**/CVS": true,
        "**/.DS_Store": true,
        "**/templates_c": true
      },
    "window.title": "${dirty}\\${folderName}\\${activeEditorMedium}",
    "files.trimTrailingWhitespace": true,
    "_comment": "The two options below are for using with the 'PHP Intellisense - Crane' plugin.",
    "php.suggest.basic": false,
    "php.validate.run": "onType",
}

以上是关于json 我的Visual Studio代码WORKSPACE设置的主要内容,如果未能解决你的问题,请参考以下文章

json 我的Visual Studio代码WORKSPACE设置

json 我的Visual Studio代码USER SETTINGS

将JSON字符串粘贴到Visual Studio中

Visual Studio代码自动格式化我的带有标记的js文件

json Visual Studio代码用户代码段

json Visual Studio代码设置同步要点