{ "python.snippet.launch.standard.label": "Python", "python.snippet.launch.standard.description": "Debug a Python program with standard output", "python.snippet.launch.pyspark.label": "Python: PySpark", "python.snippet.launch.pyspark.description": "Debug PySpark", "python.snippet.launch.module.label": "Python: Module", "python.snippet.launch.module.description": "Debug a Python Module", "python.snippet.launch.terminal.label": "Python: Terminal (integrated)", "python.snippet.launch.terminal.description": "Debug a Python program with Integrated Terminal/Console", "python.snippet.launch.externalTerminal.label": "Python: Terminal (external)", "python.snippet.launch.externalTerminal.description": "Debug a Python program with External Terminal/Console", "python.snippet.launch.django.label": "Python: Django", "python.snippet.launch.django.description": "Debug a Django Application", "python.snippet.launch.flask.label": "Python: Flask (0.11.x or later)", "python.snippet.launch.flask.description": "Debug a Flask Application", "python.snippet.launch.flaskOld.label": "Python: Flask (0.10.x or earlier)", "python.snippet.launch.flaskOld.description": "Debug an older styled Flask Application", "python.snippet.launch.pyramid.label": "Python: Pyramid Application", "python.snippet.launch.pyramid.description": "Debug a Pyramid Application", "python.snippet.launch.watson.label": "Python: Watson Application", "python.snippet.launch.watson.description": "Debug a Watson Application", "python.snippet.launch.attach.label": "Python: Attach", "python.snippet.launch.attach.description": "Attach the debugger for remote debugging", "python.snippet.launch.scrapy.label": "Python: Scrapy", "python.snippet.launch.scrapy.description": "Scrapy with Integrated Terminal/Console" }