Skip to content
Snippets Groups Projects
settings.json 323 B
{
    "cmake.configureOnOpen": false,
    "makefile.launchConfigurations": [
        {
            "cwd": "",
            "sbinaryPath": "template.elf",
            "binaryArgs": []
        }
    ],
    "editor.insertSpaces": false,
    "editor.tabSize": 4,
    "files.associations": {
        "ch32v003fun.h": "c"
    },
}