Skip to content

Commit c64adde

Browse files
committed
Change task description to workspace instead of "Task"
1 parent c911242 commit c64adde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@
2727
"python.testing.pytestArgs": [],
2828
"python.testing.pytestEnabled": true,
2929
"python.testing.pytestPath": "pytest",
30-
"python.testing.unittestEnabled": false
30+
"python.testing.unittestEnabled": false,
31+
"terminal.integrated.tabs.description": "${workspaceFolder}",
3132
}

0 commit comments

Comments
 (0)