|
1 | 1 | { |
2 | 2 | "python.command.python.sortImports.title": "排序 import 语句", |
3 | 3 | "python.command.python.startREPL.title": "启动 REPL", |
| 4 | + "python.command.python.createTerminal.title": "创建终端", |
4 | 5 | "python.command.python.buildWorkspaceSymbols.title": "构建工作区符号", |
5 | 6 | "python.command.python.runtests.title": "运行所有单元测试", |
6 | 7 | "python.command.python.debugtests.title": "调试所有单元测试", |
|
15 | 16 | "python.command.python.selectAndRunTestFile.title": "运行单元测试文件...", |
16 | 17 | "python.command.python.runCurrentTestFile.title": "运行当前单元测试文件", |
17 | 18 | "python.command.python.runFailedTests.title": "运行失败的单元测试", |
| 19 | + "python.command.python.discoverTests.title": "检测单元测试", |
18 | 20 | "python.command.python.execSelectionInTerminal.title": "在 Python 终端中运行选定内容/行", |
19 | 21 | "python.command.python.execSelectionInDjangoShell.title": "在 Django Shell 中运行选定内容/行", |
20 | 22 | "python.command.python.goToPythonObject.title": "转到 Python 对象", |
| 23 | + "python.command.python.setLinter.title": "选择 Linter 插件", |
| 24 | + "python.command.python.enableLinting.title": "启用 Linting", |
| 25 | + "python.command.python.runLinting.title": "运行 Linting", |
| 26 | + "python.snippet.launch.standard.label": "Python: 当前文件", |
21 | 27 | "python.snippet.launch.standard.label": "Python: Current File", |
22 | 28 | "python.snippet.launch.standard.description": "使用标准输出调试 Python 应用", |
23 | 29 | "python.snippet.launch.pyspark.label": "Python: PySpark", |
|
34 | 40 | "python.snippet.launch.flask.description": "调试 Flask 应用", |
35 | 41 | "python.snippet.launch.flaskOld.label": "Python: Flask (0.10.x 或之前)", |
36 | 42 | "python.snippet.launch.flaskOld.description": "调试旧式 Flask 应用", |
| 43 | + "python.snippet.launch.gevent.label": "Python: Gevent 应用", |
| 44 | + "python.snippet.launch.gevent.description": "调试 Gevent 应用", |
37 | 45 | "python.snippet.launch.pyramid.label": "Python: Pyramid 应用", |
38 | 46 | "python.snippet.launch.pyramid.description": "调试 Pyramid 应用", |
39 | 47 | "python.snippet.launch.watson.label": "Python: Watson 应用", |
|
0 commit comments