File tree Expand file tree Collapse file tree
{{ cookiecutter.pypi_package_name }}/.vscode Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 {% if cookiecutter.include_executable == "y" -% }
77 {
88 "label" : " {{ cookiecutter.project_title }}: Show usage help" ,
9- "type" : " shell " ,
9+ "type" : " process " ,
1010 "command" : " uv" ,
1111 "args" : [
1212 " run" ,
2222 },
2323 {
2424 "label" : " {{ cookiecutter.project_title }}: Run hello" ,
25- "type" : " shell " ,
25+ "type" : " process " ,
2626 "command" : " uv" ,
2727 "args" : [
2828 " run" ,
4141 },
4242 {
4343 "label" : " {{ cookiecutter.project_title }}: Run hello '{{ cookiecutter.author_full_name }}'" ,
44- "type" : " shell " ,
44+ "type" : " process " ,
4545 "command" : " uv" ,
4646 "args" : [
4747 " run" ,
5959 {% endif -% }
6060 {
6161 "label" : " {{ cookiecutter.project_title }}: Install/update local dependencies" ,
62- "type" : " shell " ,
62+ "type" : " process " ,
6363 "command" : " uv" ,
6464 "args" : [
6565 " update"
You can’t perform that action at this time.
0 commit comments