Skip to content

Commit 4112c55

Browse files
committed
update vscode settings
1 parent ab2cec9 commit 4112c55

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.vscode/settings.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,12 @@
1515
"bioimageio.yaml",
1616
"*.bioimageio.yaml"
1717
],
18-
}
18+
},
19+
"python-envs.pythonProjects": [
20+
{
21+
"path": "",
22+
"envManager": "ms-python.python:conda",
23+
"packageManager": "ms-python.python:conda"
24+
}
25+
]
1926
}

0 commit comments

Comments
 (0)