-
Notifications
You must be signed in to change notification settings - Fork 1.5k
/
Copy pathpackage.nls.json
26 lines (26 loc) · 1.73 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"python.snippet.launch.standard.label": "Python",
"python.snippet.launch.standard.description": "Debug a Python program with standard output",
"python.snippet.launch.pyspark.label": "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 Program with Terminal",
"python.snippet.launch.terminal.description": "Debug a Python program with Integrated Terminal/Console",
"python.snippet.launch.externalTerminal.label": "Python Program with External Terminal",
"python.snippet.launch.externalTerminal.description": "Debug a Python program with External Terminal/Console",
"python.snippet.launch.django.label": "Django Application",
"python.snippet.launch.django.description": "Debug a Django Application",
"python.snippet.launch.flask.label": "Flask Application",
"python.snippet.launch.flask.description": "Debug a Flask Application",
"python.snippet.launch.flaskOld.label": "Flask (old) Application",
"python.snippet.launch.flaskOld.description": "Debug an older styled Flask Application",
"python.snippet.launch.pyramid.label": "Pyramid Application",
"python.snippet.launch.pyramid.description": "Debug a Pyramid Application",
"python.snippet.launch.watson.label": "Watson Application",
"python.snippet.launch.watson.description": "Debug a Watson Application",
"python.snippet.launch.attach.label": "Attach Python Debugger",
"python.snippet.launch.attach.description": "Attach the debugger for remote debugging",
"python.snippet.launch.scrapy.label": "Debug Scrapy",
"python.snippet.launch.scrapy.description": "Scrapy with Integrated Terminal/Console"
}