diff --git a/template/.vscode/c_cpp_properties.json b/template/.vscode/c_cpp_properties.json index 0c97583..6096142 100644 --- a/template/.vscode/c_cpp_properties.json +++ b/template/.vscode/c_cpp_properties.json @@ -2,6 +2,7 @@ "configurations": [ { "defines": [ + "ID=\"#{id}\"", "VERSION=\"0.1.0\"", "__GNUC__", "__aarch64__" diff --git a/template/.vscode/tasks.json b/template/.vscode/tasks.json index e0b4316..1c6ca82 100644 --- a/template/.vscode/tasks.json +++ b/template/.vscode/tasks.json @@ -33,7 +33,7 @@ }, { "label": "Powershell Build and Copy", - "detail": "Builds and copies the library to the Quest using adb and force-quits Beat Saber", + "detail": "Builds and copies the library to the Quest using ADB and force-quits Beat Saber", "type": "shell", "command": "./copy.ps1", "windows": { diff --git a/template/default-config.json b/template/default-config.json deleted file mode 100644 index 9e26dfe..0000000 --- a/template/default-config.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file