Implemented the autocropper using the crop(...) function. Also changed is to that .vscode properties get uploaded too to make sure stuff like it should be for me (Ethan) in vscode even when on a different system. Signed-off-by: Ethan Wellenreiter <ewellenreiter@gmail.com>
17 lines
441 B
JSON
17 lines
441 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/bin/gcc",
|
|
// "cStandard": "c17",
|
|
// "cppStandard": "gnu++17",
|
|
"intelliSenseMode": "linux-gcc-x64",
|
|
"configurationProvider": "ms-vscode.cmake-tools"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |