We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba01769 commit 7d338f0Copy full SHA for 7d338f0
.devcontainer/devcontainer.json
@@ -0,0 +1,14 @@
1
+{
2
+ "name": "onnxscript",
3
+ "image": "mcr.microsoft.com/devcontainers/python:1-3.13",
4
+ "features": {},
5
+ "postCreateCommand": "pip install -r requirements-dev.txt;pip install -e .",
6
+ "customizations": {
7
+ "vscode": {
8
+ "extensions": [
9
+ "hbenl.vscode-test-explorer",
10
+ "ms-python.python"
11
+ ]
12
+ }
13
14
+}
0 commit comments