diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index d84105c..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "lldb samplex", - "type": "lldb", - "request": "launch", - "targetArchitecture": "arm64", - "program": "${workspaceRoot}/sample/build/sample", - "args": [ - "-f", - "glass" - ], - "stopAtEntry": false, - "cwd": "${workspaceRoot}/sample/build/", - "environment": [], - "externalConsole": false, - "MIMode": "lldb" - } - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 85f6c83..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "sonarlint.connectedMode.project": { - "connectionId": "rmontanana", - "projectKey": "rmontanana_mdlp" - }, - "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools", - "cmake.configureOnOpen": true, - "sonarlint.pathToCompileCommands": "${workspaceFolder}/build/compile_commands.json" -} \ No newline at end of file