{"[typescript]":{"editor.formatOnSave":true,"editor.defaultFormatter":"esbenp.prettier-vscode","editor.codeActionsOnSave":{"source.organizeImports":true},},"importSorter.generalConfiguration.sortOnBeforeSave":false,"[python]":{"editor.formatOnSave":true,"editor.codeActionsOnSave":{"source.organi...
black-formatterms-2023.6.0 isortms-2023.10.1 pythonms-2023.22.1 vscode-pylancems-2023.12.1 jupyterms-2023.11.1100101639 jupyter-keymapms-1.1.2 jupyter-renderersms-1.0.17 vscode-jupyter-cell-tagsms-0.1.8 vscode-jupyter-slideshowms-0.1.5
pythonのformatter / linterを追加したときのdevcontainer.jsonは以下のとおりです。 .devcontainer/devcontainer.json {"name":"Python Project","dockerFile":"Dockerfile","settings":{"terminal.integrated.shell.linux":"/bin/bash","python.pythonPath":"/usr/local/bin/python","python.linting.pylintEnabled...