Posted
Filed under 개발/그외
{
    "files.autoSave""afterDelay",
    "editor.fontSize"20,
    "editor.fontFamily""Inconsolata, D2Coding",
    "editor.renderWhitespace""boundary",
    "editor.wordWrap""on",
    "editor.renderIndentGuides"true,
    "editor.wrappingIndent""indent",
    "editor.rulers": [
        100,
        120
    ],
    "editor.cursorBlinking""phase",
    "editor.suggestSelection""first",
    "vsintellicode.modify.editor.suggestSelection""automaticallyOverrodeDefaultValue",
    "editor.formatOnSave"true,
    "explorer.confirmDelete"false,
    "workbench.statusBar.visible"true,
    "workbench.activityBar.visible"true,
    "git.ignoreMissingGitWarning"true,
    "git.autofetch"true,
    "git.confirmSync"false,
    "C_Cpp.updateChannel""Insiders",
    "C_Cpp.default.cppStandard""c++14",
    "C_Cpp.default.cStandard""c11",
    "python.formatting.provider""black",
    "python.jediEnabled"false,
    "python.linting.pylintEnabled"false,
    "python.linting.pylintPath""C:\\Users\\cliea\\AppData\\Local\\Programs\\Python\\Python38\\Scripts\\pylint.exe",
    "python.pythonPath""C:\\Users\\cliea\\AppData\\Local\\Programs\\Python\\Python38\\python.exe",
    "terminal.integrated.shell.windows""C:\\Windows\\System32\\cmd.exe",
    "code-runner.runInTerminal"true,
    "code-runner.executorMap": {
        "javascript""node",
        "php""php",
        "python""$pythonPath -u $fullFileName",
        "perl""perl",
        "ruby""ruby",
        "go""go run",
        "html""\"C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe\"",
        "java""cd $dir && javac $fileName && java $fileNameWithoutExt",
        "c""cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
        "cpp""cd $dir && g++ -std=c++14 $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt"
    },
}
2020/02/29 11:46 2020/02/29 11:46