set destination folder name using name attribute of folder copy api.

This commit is contained in:
2023-07-26 19:59:07 +09:00
parent 8588c6ce70
commit 4641b9304e
4 changed files with 57 additions and 60 deletions

View File

@ -1,14 +1,14 @@
{
"recommendations": [
"ms-python.python",
"ms-python.black-formatter",
"ms-python.isort",
"ms-python.flake8",
"ms-python.vscode-pylance",
"esbenp.prettier-vscode",
"redhat.vscode-xml",
"njpwerner.autodocstring",
"mosapride.zenkaku",
"streetsidesoftware.code-spell-checker"
]
"recommendations": [
"ms-python.python",
"ms-python.black-formatter",
"ms-python.isort",
"ms-python.flake8",
"ms-python.vscode-pylance",
"esbenp.prettier-vscode",
"redhat.vscode-xml",
"njpwerner.autodocstring",
"mosapride.zenkaku",
"streetsidesoftware.code-spell-checker"
]
}