FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
vscode-python/package.nls.pl.json at master · mayankkt9/vscode-python · GitHub
mayankkt9
/
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.pl.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
47 lines (47 loc) · 4.08 KB
Breadcrumbs
vscode-python
/
package.nls.pl.json
Copy path
File metadata and controls
47 lines (47 loc) · 4.08 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
{
"python.command.python.sortImports.title"
:
"
Sortuj importy
"
,
"python.command.python.startREPL.title"
:
"
Uruchom REPL
"
,
"python.command.python.createTerminal.title"
:
"
Otwórz Terminal
"
,
"python.command.python.buildWorkspaceSymbols.title"
:
"
Zbuduj symbole dla przestrzeni roboczej
"
,
"python.command.python.runtests.title"
:
"
Uruchom wszystkie testy jednostkowe
"
,
"python.command.python.debugtests.title"
:
"
Debuguj wszystkie testy jednostkowe
"
,
"python.command.python.execInTerminal.title"
:
"
Uruchom plik pythonowy w terminalu
"
,
"python.command.python.setInterpreter.title"
:
"
Wybierz wersję interpretera
"
,
"python.command.python.refactorExtractVariable.title"
:
"
Wyodrębnij zmienną
"
,
"python.command.python.refactorExtractMethod.title"
:
"
Wyodrębnij metodę
"
,
"python.command.python.viewOutput.title"
:
"
Pokaż wyniki
"
,
"python.command.python.viewTestOutput.title"
:
"
Pokaż wyniki testów jednostkowych
"
,
"python.command.python.selectAndRunTestMethod.title"
:
"
Uruchom metodę testów jednostkowych ...
"
,
"python.command.python.selectAndDebugTestMethod.title"
:
"
Debuguj metodę testów jednostkowych ...
"
,
"python.command.python.selectAndRunTestFile.title"
:
"
Uruchom plik z testami jednostkowymi ...
"
,
"python.command.python.runCurrentTestFile.title"
:
"
Uruchom bieżący plik z testami jednostkowymi
"
,
"python.command.python.runFailedTests.title"
:
"
Uruchom testy jednostkowe, które się nie powiodły
"
,
"python.command.python.discoverTests.title"
:
"
Wyszukaj testy jednostkowe
"
,
"python.command.python.configureTests.title"
:
"
Konfiguruj testy jednostkowe
"
,
"python.command.python.execSelectionInTerminal.title"
:
"
Uruchom zaznaczony obszar w interpreterze Pythona
"
,
"python.command.python.execSelectionInDjangoShell.title"
:
"
Uruchom zaznaczony obszar w powłoce Django
"
,
"python.command.python.goToPythonObject.title"
:
"
Idź do obiektu pythonowego
"
,
"python.command.python.setLinter.title"
:
"
Wybierz linter
"
,
"python.command.python.enableLinting.title"
:
"
Włącz linting
"
,
"python.command.python.runLinting.title"
:
"
Uruchom linting
"
,
"python.command.python.datascience.runallcells.title"
:
"
Uruchom wszystkie komórki
"
,
"python.command.python.datascience.runcurrentcell.title"
:
"
Uruchom bieżącą komórkę
"
,
"python.command.python.datascience.runcurrentcelladvance.title"
:
"
Uruchom bieżące komórki i pokaż
"
,
"python.command.python.datascience.execSelectionInteractive.title"
:
"
Uruchom zaznaczony obszar w oknie IPythona
"
,
"python.command.python.datascience.runcell.title"
:
"
Uruchom komórki
"
,
"python.command.python.datascience.showhistorypane.title"
:
"
Pokaż okno IPythona
"
,
"python.command.python.datascience.selectjupyteruri.title"
:
"
Podaj identyfikator URI serwera Jupyter
"
,
"python.command.python.datascience.importnotebook.title"
:
"
Importuj notatnik Jupyter
"
,
"python.command.python.datascience.importnotebookonfile.title"
:
"
Importuj notatnik Jupyter
"
,
"python.command.python.enableSourceMapSupport.title"
:
"
Włącz obsługę map źródłowych do debugowania rozszerzeń
"
,
"python.command.python.datascience.exportoutputasnotebook.title"
:
"
Eksportuj okno IPython jako notatnik Jupyter
"
,
"python.command.python.datascience.exportfileasnotebook.title"
:
"
Eksportuj bieżący plik Pythona jako notatnik Jupytera
"
,
"python.command.python.datascience.exportfileandoutputasnotebook.title"
:
"
Eksportuj bieżący plik Pythona i jego wyniki jako notatnik Jupytera
"
,
"python.command.python.datascience.undocells.title"
:
"
Cofnij ostatnią akcję IPythona
"
,
"python.command.python.datascience.redocells.title"
:
"
Ponów ostatnią akcję IPythona
"
,
"python.command.python.datascience.removeallcells.title"
:
"
Usuń wszystkie komórki IPythona
"
,
"python.command.python.datascience.interruptkernel.title"
:
"
Przerwij IPython Kernel
"
,
"python.command.python.datascience.restartkernel.title"
:
"
Restartuj IPython Kernel
"
,
"python.command.python.datascience.expandallcells.title"
:
"
Rozwiń wszystkie komórki IPythona
"
,
"python.command.python.datascience.collapseallcells.title"
:
"
Zwiń wszystkie komórki IPythona
"
}
Back
|
FazBrowse Home
|
New Git URL