1 Star 0 Fork 0

dglxlcl/vscode-python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.nls.zh-cn.json 2.13 KB
一键复制 编辑 原始数据 按行查看 历史
{
"python.command.python.sortImports.title": "排序 import 语句",
"python.command.python.startREPL.title": "启动 REPL",
"python.command.python.createTerminal.title": "创建终端",
"python.command.python.buildWorkspaceSymbols.title": "构建工作区符号",
"python.command.python.runtests.title": "运行所有单元测试",
"python.command.python.debugtests.title": "调试所有单元测试",
"python.command.python.execInTerminal.title": "在终端中运行 Python 文件",
"python.command.python.setInterpreter.title": "选择解析器",
"python.command.python.refactorExtractVariable.title": "提取变量",
"python.command.python.refactorExtractMethod.title": "提取方法",
"python.command.python.viewTestOutput.title": "显示单元测试输出",
"python.command.python.selectAndRunTestMethod.title": "运行单元测试方法...",
"python.command.python.selectAndDebugTestMethod.title": "调试单元测试方法...",
"python.command.python.selectAndRunTestFile.title": "运行单元测试文件...",
"python.command.python.runCurrentTestFile.title": "运行当前单元测试文件",
"python.command.python.runFailedTests.title": "运行失败的单元测试",
"python.command.python.discoverTests.title": "检测单元测试",
"python.command.python.execSelectionInTerminal.title": "在 Python 终端中运行选定内容/行",
"python.command.python.execSelectionInDjangoShell.title": "在 Django Shell 中运行选定内容/行",
"python.command.python.goToPythonObject.title": "转到 Python 对象",
"python.command.python.setLinter.title": "选择 Linter 插件",
"python.command.python.enableLinting.title": "启用 Linting",
"python.command.python.runLinting.title": "运行 Linting",
"python.snippet.launch.standard.label": "Python: 当前文件",
"python.snippet.launch.module.label": "Python: 模块",
"python.snippet.launch.django.label": "Python: Django",
"python.snippet.launch.flask.label": "Python: Flask",
"python.snippet.launch.pyramid.label": "Python: Pyramid 应用",
"python.snippet.launch.attach.label": "Python: 附加"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dglxlcl/vscode-python.git
git@gitee.com:dglxlcl/vscode-python.git
dglxlcl
vscode-python
vscode-python
master

搜索帮助