From fcbd2a28aad728d4c722b0c24fcdc9db6b8a7a40 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sun, 19 Sep 2021 18:30:53 -0500 Subject: cleaned up usings and launch.json --- .vscode/launch.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to '.vscode/launch.json') diff --git a/.vscode/launch.json b/.vscode/launch.json index 965b44d..d9f7f30 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -3,25 +3,15 @@ "configurations": [ { - // Use IntelliSense to find out which attributes exist for C# debugging - // Use hover for the description of the existing attributes - // For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md - "name": ".NET Core Launch (console)", + "name": "Launch", "type": "coreclr", "request": "launch", "preLaunchTask": "build", - // If you have changed target frameworks, make sure to update the program path. "program": "${workspaceFolder}/src/HuffmanCodes/bin/Debug/net5.0/HuffmanCodes.dll", "args": ["LittleWomen.txt", "Alice.txt"], "cwd": "${workspaceFolder}/src/HuffmanCodes", - // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console "console": "integratedTerminal", "stopAtEntry": false - }, - { - "name": ".NET Core Attach", - "type": "coreclr", - "request": "attach" } ] } \ No newline at end of file -- cgit v1.2.3-70-g09d2