iT邦幫忙

0

[VScode][C++] 我的setting.json

  • 分享至 

  • xImage
  •  
{
    "[cpp]": {
        "editor.formatOnType": true,
        "editor.formatOnSave": true,
        "editor.renderIndentGuides": true,
        "editor.insertSpaces": true,
        "editor.detectIndentation": true,
        "editor.tabSize": 4
    },
    "clang.executable" : "C:\\Program Files\\LLVM\\bin\\clang.exe",
    "clang.cxxflags": [
        "-std=c++11",
        "-IC:\\MinGW\\include",
        "-IC:\\MinGW\\lib\\gcc\\mingw32\\6.3.0\\include",
        "-IC:\\MinGW\\lib\\gcc\\mingw32\\6.3.0\\include\\c++",
        "-I${workspaceRoot}\\include",
        "-I${cwd}"
    ],
    "clang.cflags":[
        "-std=c99",
        "-IC:\\MinGW\\include",
        "-IC:\\MinGW\\lib\\gcc\\mingw32\\6.3.0\\include",
        "-I${workspaceRoot}\\include",
        "-I${cwd}"
    ],
    "window.zoomLevel": 1,
    "explorer.confirmDelete": false,
    "editor.fontSize": 16,
    "editor.fontWeight": "bold",
    
    "files.autoSave": "afterDelay",
    "files.encoding": "cp950",
    "files.encoding": "shiftjis",
    "files.encoding": "eucjp",
    "files.encoding": "big5hkscs",
    "files.encoding": "GB18030",
    "files.encoding": "GBK",
    "files.encoding": "utf8",
    "files.encoding": "GB2312",
    "files.encoding": "Big5"   
}

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言