{ // 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": ".NET Core Launch (console)", "type": "coreclr", "request": "launch", "preLaunchTask": "build cli", "program": "${workspaceFolder}/src/ConsoleApp/FileTime.ConsoleUI.App/bin/Debug/net6.0/FileTime.ConsoleUI.App.dll", "args": [], "cwd": "${workspaceFolder}/src/ConsoleApp/FileTime.ConsoleUI.App", "console": "internalConsole", "stopAtEntry": false }, { "name": "GUI", "type": "coreclr", "request": "launch", "preLaunchTask": "build gui", "program": "${workspaceFolder}/src/GuiApp/Avalonia/FileTime.GuiApp.App/bin/Debug/net6.0/FileTime.GuiApp.App.dll", "args": [], "cwd": "${workspaceFolder}/src/GuiApp/Avalonia/FileTime.GuiApp.App/bin/Debug/net6.0", "console": "internalConsole", "stopAtEntry": false }, { "name": ".NET Core Attach", "type": "coreclr", "request": "attach" } ] }