{
	"folders": [
		{
			"path": "..\\..\\..\\..\\..\\..\\Documents\\VS studio"
		}
	],
	"launch": {
		"version": "0.2.0",
		"configurations": [
			
		
			{
				"name": "Python: Aktuelle Datei",
				"type": "python",
				"request": "launch",
				"program": "${file}",
				"console": "integratedTerminal"
			}
		]
	}
}