visual studio code を使用しているのですが、makefileでtabが認識されません。
色々調べた結果setting.isonファイルを以下のようにに変更したのですが改善されませんでした。
コマンドプロントでの実行結果も併記しておきます。
{
"runner.languageMap":{
"c": "C:/VisualCodeRunner/crun_gcc.bat"
},
"C_Cpp.updateChannel": "Insiders",
"window.zoomLevel": -1,
"[makefile]": {
}, "[cpp]": {}, "[typescript]": { "editor.formatOnSave": true, "editor.formatOnPaste": true
},
"[markdown]": {
"editor.formatOnSave": true,
"editor.wordWrap": "on",
"editor.renderWhitespace": "all",
"editor.acceptSuggestionOnEnter": "off"
}
}
make
makefile:2: *** 分離記号を欠いています (8 個の空白でしたが, TAB のつもりでしたか?). 中止.
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。