Skip to content

Commit 4e1376c

Browse files
committed
Refactor devcontainer.json and dagster_cloud.yaml
1 parent fcde2b6 commit 4e1376c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"github.copilot",
1010
"github.copilot-chat",
1111
"ms-azuretools.vscode-docker",
12+
"ms-vscode.makefile-tools",
1213
"ms-python.python"
1314
]
1415
}

dagster_cloud.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
locations:
22
- location_name: anomstack
33
code_source:
4-
python_file: ./anomstack/main.py
4+
python_file: anomstack/main.py
55
working_directory: .

0 commit comments

Comments
 (0)