From 1c7224dcbbd74a7ef693ff0f001aa586f6fe6c43 Mon Sep 17 00:00:00 2001 From: Furkan Date: Mon, 1 Jan 2024 18:29:48 +0300 Subject: [PATCH] Files created in visual studio deleted --- CMakeSettings.json | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 CMakeSettings.json diff --git a/CMakeSettings.json b/CMakeSettings.json deleted file mode 100644 index b188d469..00000000 --- a/CMakeSettings.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "configurations": [ - { - "name": "Linux-GCC-Debug", - "generator": "Ninja", - "configurationType": "Debug", - "cmakeExecutable": "cmake", - "remoteCopySourcesExclusionList": [ ".vs", ".git", "out" ], - "cmakeCommandArgs": "", - "buildCommandArgs": "", - "ctestCommandArgs": "", - "inheritEnvironments": [ "linux_x64" ], - "remoteMachineName": "${defaultRemoteMachineName}", - "remoteCMakeListsRoot": "$HOME/.vs/${projectDirName}/${workspaceHash}/src", - "remoteBuildRoot": "$HOME/.vs/${projectDirName}/${workspaceHash}/out/build/${name}", - "remoteInstallRoot": "$HOME/.vs/${projectDirName}/${workspaceHash}/out/install/${name}", - "remoteCopySources": true, - "rsyncCommandArgs": "-t --delete", - "remoteCopyBuildOutput": false, - "remoteCopySourcesMethod": "rsync", - "variables": [] - } - ] -} \ No newline at end of file