Added vscode settings

This commit is contained in:
Kristofers Solo
2022-04-28 20:54:44 +03:00
parent 245c3ca779
commit 837a479d82
25004 changed files with 2499800 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"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.execInTerminal.title": "Uruchom plik pythonowy w terminalu",
"python.command.python.setInterpreter.title": "Wybierz wersję interpretera",
"python.command.python.viewOutput.title": "Pokaż wyniki",
"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.enableSourceMapSupport.title": "Włącz obsługę map źródłowych do debugowania rozszerzeń"
}