Просмотр исходного кода

remove build system specific configs

SimplyMinimal 3 лет назад
Родитель
Сommit
4ee1f70908
2 измененных файлов с 0 добавлено и 36 удалено
  1. 0 8
      .vscode/settings.json
  2. 0 28
      .vscode/tasks.json

+ 0 - 8
.vscode/settings.json

@@ -1,8 +0,0 @@
-{
-    "files.associations": {
-        "assert.h": "c",
-        "utilities.h": "c",
-        "simonsays_controller.h": "c"
-    },
-    "editor.formatOnSave": true
-}

+ 0 - 28
.vscode/tasks.json

@@ -1,28 +0,0 @@
-{
-    "tasks": [
-        {
-            "type": "cppbuild",
-            "label": "C/C++: gcc-11 build active file",
-            "command": "/usr/bin/gcc-11",
-            "args": [
-                "-fdiagnostics-color=always",
-                "-g",
-                "${file}",
-                "-o",
-                "${fileDirname}/build/${fileBasenameNoExtension}"
-            ],
-            "options": {
-                "cwd": "${fileDirname}"
-            },
-            "problemMatcher": [
-                "$gcc"
-            ],
-            "group": {
-                "kind": "build",
-                "isDefault": true
-            },
-            "detail": "Task generated by Debugger."
-        }
-    ],
-    "version": "2.0.0"
-}