mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
16 lines
1.0 KiB
JSON
16 lines
1.0 KiB
JSON
{
|
|
"python.command.python.sortImports.title": "import 文を並び替える",
|
|
"python.command.python.startREPL.title": "REPL を開始",
|
|
"python.command.python.execInTerminal.title": "ターミナルで Python ファイルを実行",
|
|
"python.command.python.setInterpreter.title": "インタープリターを選択",
|
|
"python.command.python.execSelectionInTerminal.title": "Python ターミナルで選択範囲/行を実行",
|
|
"python.command.python.execSelectionInDjangoShell.title": "Django シェルで選択範囲/行を実行",
|
|
"python.command.python.goToPythonObject.title": "Python オブジェクトに移動",
|
|
"python.snippet.launch.standard.label": "Python: Current File",
|
|
"python.snippet.launch.module.label": "Python: モジュール",
|
|
"python.snippet.launch.django.label": "Python: Django",
|
|
"python.snippet.launch.flask.label": "Python: Flask",
|
|
"python.snippet.launch.pyramid.label": "Python: Pyramid アプリケーション",
|
|
"python.snippet.launch.attach.label": "Python: アタッチ"
|
|
}
|