From 9435a62a8692e6e9c4af1292c8634aaf95cb682d Mon Sep 17 00:00:00 2001 From: am0o0 <77095239+am0o0@users.noreply.github.com> Date: Fri, 10 May 2024 08:34:08 +0200 Subject: [PATCH] revert vscode settings.json file --- .vscode/settings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3020df0c7b2..06b3b230583 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,5 @@ { "omnisharp.autoStart": false, "cmake.sourceDirectory": "${workspaceFolder}/swift", - "cmake.buildDirectory": "${workspaceFolder}/bazel-cmake-build", - "codeQL.githubDatabase.download": "never" + "cmake.buildDirectory": "${workspaceFolder}/bazel-cmake-build" } \ No newline at end of file