From 656ce8ed8d5e907b0fb439bb3f82d0d8fa227c53 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Wed, 20 Oct 2021 13:43:40 -0700 Subject: [PATCH] fix being able to build from any file --- .vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index b64d343..6e32a32 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -2,7 +2,7 @@ "version": "2.0.0", "tasks": [ { - "type": "cppbuild", + "type": "process", "label": "buildSim", "command": "g++", "args": [