Skip to content

Commit 8686dd3

Browse files
authored
Create tasks.json for running poetry shell
1 parent 2aed908 commit 8686dd3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.vscode/tasks.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
// See https://go.microsoft.com/fwlink/?LinkId=733558
3+
// for the documentation about the tasks.json format
4+
"version": "2.0.0",
5+
"tasks": [
6+
{
7+
"label": "poetry-activate-venv",
8+
"type": "shell",
9+
"command": "poetry shell"
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)