FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
vscode-python/package.nls.zh-cn.json at master · thy09/vscode-python · GitHub
thy09
/
vscode-python
Public
forked from
microsoft/vscode-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
vscode-python
/
package.nls.zh-cn.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
31 lines (31 loc) · 2.13 KB
Breadcrumbs
vscode-python
/
package.nls.zh-cn.json
Copy path
File metadata and controls
31 lines (31 loc) · 2.13 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
27
28
29
30
31
{
"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: 附加
"
}
Back
|
FazBrowse Home
|
New Git URL