mirror of
				https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
				synced 2025-11-04 04:05:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			781 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			781 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    // 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",
 | 
						|
            "program": "${workspaceFolder}/bin/Debug/netcoreapp3.0/HamannPrinter.dll",
 | 
						|
            "args": [],
 | 
						|
            "cwd": "${workspaceFolder}",
 | 
						|
            "console": "internalConsole",
 | 
						|
            "stopAtEntry": false
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": ".NET Core Attach",
 | 
						|
            "type": "coreclr",
 | 
						|
            "request": "attach"
 | 
						|
        }
 | 
						|
    ]
 | 
						|
} |