diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..f5effd6 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json index 1d9f9a0..14cd719 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,12 +7,8 @@ "request": "launch", "program": "${workspaceRoot}/target/debug/${workspaceFolderBasename}", "args": [], - "stopAtEntry": false, "cwd": "${workspaceRoot}", - "environment": [], - "preLaunchTask":"build", - "externalConsole": true, - + "preLaunchTask":"build", } ] } \ No newline at end of file