mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
20 lines
1.2 KiB
JSON
20 lines
1.2 KiB
JSON
{
|
|
"python.command.python.sortImports.title": "Ordenar Importações",
|
|
"python.command.python.startREPL.title": "Iniciar REPL",
|
|
"python.command.python.createTerminal.title": "Criar Terminal",
|
|
"python.command.python.execInTerminal.title": "Executar Arquivo no Terminal",
|
|
"python.command.python.setInterpreter.title": "Selecionar Interpretador",
|
|
"python.command.python.execSelectionInTerminal.title": "Executar Seleção/Linha no Terminal",
|
|
"python.command.python.execSelectionInDjangoShell.title": "Executar Seleção/Linha no Django Shell",
|
|
"python.command.python.goToPythonObject.title": "Ir para Objeto Python",
|
|
"python.command.python.setLinter.title": "Selecionar Linter",
|
|
"python.command.python.enableLinting.title": "Habilitar Linting",
|
|
"python.command.python.runLinting.title": "Executar Linting",
|
|
"python.snippet.launch.standard.label": "Python: Arquivo Atual",
|
|
"python.snippet.launch.module.label": "Python: Módulo",
|
|
"python.snippet.launch.django.label": "Python: Django",
|
|
"python.snippet.launch.flask.label": "Python: Flask",
|
|
"python.snippet.launch.pyramid.label": "Python: Aplicação Pyramid",
|
|
"python.snippet.launch.attach.label": "Python: Anexar"
|
|
}
|