FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
vscode-python/package.nls.ru.json at master · graycarl/vscode-python · GitHub
graycarl
/
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.ru.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
50 lines (50 loc) · 4.67 KB
Breadcrumbs
vscode-python
/
package.nls.ru.json
Copy path
File metadata and controls
50 lines (50 loc) · 4.67 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
50
{
"python.command.python.sortImports.title"
:
"
Отсортировать Imports
"
,
"python.command.python.startREPL.title"
:
"
Открыть REPL
"
,
"python.command.python.buildWorkspaceSymbols.title"
:
"
Собрать символы рабочего пространства
"
,
"python.command.python.runtests.title"
:
"
Запустить все тесты
"
,
"python.command.python.debugtests.title"
:
"
Запустить все тесты под отладчиком
"
,
"python.command.python.execInTerminal.title"
:
"
Выполнить файл в консоли
"
,
"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.command.python.execSelectionInDjangoShell.title"
:
"
Выполнить выбранный текст или текущую строку в оболочке Django
"
,
"python.command.jupyter.runSelectionLine.title"
:
"
Выполнить выбранный текст или текущую строку
"
,
"python.command.jupyter.execCurrentCell.title"
:
"
Выполнить ячейку
"
,
"python.command.jupyter.execCurrentCellAndAdvance.title"
:
"
Выполнить ячейку и перейти к следующей
"
,
"python.command.jupyter.gotToPreviousCell.title"
:
"
Перейти к предыдущей ячейке
"
,
"python.command.jupyter.gotToNextCell.title"
:
"
Перейти к следующей ячейке
"
,
"python.command.python.goToPythonObject.title"
:
"
Перейти к объекту Python
"
,
"python.snippet.launch.standard.label"
:
"
Python
"
,
"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.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