llagerlof
4/25/2018 - 2:09 PM

My Visual Studio Code WORKSPACE SETTINGS

My Visual Studio Code WORKSPACE SETTINGS

{
    "_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",
}