Seeker's Memo

個人的で技術的かもしれないメモがメインのブログです。http://seekers.hatenablog.jp/about

【私的】VSCodeの個人設定

{
"editor.fontFamily": "Ricty",
"editor.fontSize": 14,
"editor.detectIndentation": true,
"editor.tabSize": 4,
"editor.insertSpaces":true,
"editor.renderIndentGuides": true,
"files.insertFinalNewline": true,
"window.title": "${dirty}${activeEditorMedium}${separator}${rootName}${separator}${appName}",
"files.associations": {
"*.cpp": "cpp"
},
"files.encoding": "utf8",
"C_Cpp.includepath": "/usr/lib/include",
"C_Cpp.intelliSenseEngineFallback": "Disabled",
"workbench.colorTheme": "Visual Studio Dark"
}