FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
vscode-python/package.nls.zh-tw.json at master · DaddyCal/vscode-python · GitHub
DaddyCal
/
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-tw.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
49 lines (49 loc) · 3.55 KB
Breadcrumbs
vscode-python
/
package.nls.zh-tw.json
Copy path
File metadata and controls
49 lines (49 loc) · 3.55 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"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.updateSparkLibrary.title"
:
"
更新工作區 PySpark 函式庫
"
,
"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.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: Current File
"
,
"python.snippet.launch.standard.description"
:
"
使用標準輸出偵錯 Python 程式
"
,
"python.snippet.launch.pyspark.label"
:
"
Python:PySpark
"
,
"python.snippet.launch.pyspark.description"
:
"
偵錯 PySpark
"
,
"python.snippet.launch.module.label"
:
"
Python:模組
"
,
"python.snippet.launch.module.description"
:
"
偵錯 Python 模組
"
,
"python.snippet.launch.terminal.label"
:
"
Python:終端機(整合)
"
,
"python.snippet.launch.terminal.description"
:
"
使用整合終端機偵錯 Python 程式
"
,
"python.snippet.launch.externalTerminal.label"
:
"
Python:終端機(外部)
"
,
"python.snippet.launch.externalTerminal.description"
:
"
使用外部終端機偵錯 Python 程式
"
,
"python.snippet.launch.django.label"
:
"
Python:Django
"
,
"python.snippet.launch.django.description"
:
"
偵錯 Django 程式
"
,
"python.snippet.launch.flask.label"
:
"
Python:Flask(0.11.x 或以後)
"
,
"python.snippet.launch.flask.description"
:
"
偵錯 Flask 程式
"
,
"python.snippet.launch.flaskOld.label"
:
"
Python:Flask(0.10.x 或之前)
"
,
"python.snippet.launch.flaskOld.description"
:
"
偵錯舊式 Flask 程式
"
,
"python.snippet.launch.pyramid.label"
:
"
Python:Pyramid 程式
"
,
"python.snippet.launch.pyramid.description"
:
"
偵錯 Pyramid 程式
"
,
"python.snippet.launch.watson.label"
:
"
Python:Watson 程式
"
,
"python.snippet.launch.watson.description"
:
"
偵錯 Watson 程式
"
,
"python.snippet.launch.attach.label"
:
"
Python:附加
"
,
"python.snippet.launch.attach.description"
:
"
附加遠端偵錯工具
"
,
"python.snippet.launch.scrapy.label"
:
"
Python:Scrapy 程式
"
,
"python.snippet.launch.scrapy.description"
:
"
使用整合終端機執行 Scrapy
"
}
Back
|
FazBrowse Home
|
New Git URL