拡張子のマッピング変更
やりたいこと *.inc を php に紐付けたい
ファイルを開くとウィンドウ右下に紐付いたファイルタイプが出るので
そこをクリックすると、
Configure file association with *.inc と出るので
Plain Text から PHP に設定変更。
設定ファイル的にはこう
jsonc
"files.associations": {
"*.json": "jsonc",
"*.inc": "php"
},
やりたいこと *.inc を php に紐付けたい
ファイルを開くとウィンドウ右下に紐付いたファイルタイプが出るので
そこをクリックすると、
Configure file association with *.inc と出るので
Plain Text から PHP に設定変更。
設定ファイル的にはこう
"files.associations": {
"*.json": "jsonc",
"*.inc": "php"
},