Skip to main content

拡張子のマッピング変更

やりたいこと *.incphp に紐付けたい

ファイルを開くとウィンドウ右下に紐付いたファイルタイプが出るので そこをクリックすると、 Configure file association with *.inc と出るので Plain Text から PHP に設定変更。

設定ファイル的にはこう

jsonc
    "files.associations": {
"*.json": "jsonc",
"*.inc": "php"
},