Skip to content

Commit

Permalink
chore: 🎨 update devcontainer setup to stop warning
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgasquez committed Mar 28, 2024
1 parent 7ea34c1 commit bfd160f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"files.associations": {
"*.sql": "jinja-sql"
},
// "[jinja-sql]": {
// "editor.defaultFormatter": "innoverio.vscode-dbt-power-user",
// "editor.formatOnSave": true
// },
"[jinja-sql]": {
"editor.defaultFormatter": "innoverio.vscode-dbt-power-user",
"editor.formatOnSave": false
},
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.formatOnSave": true,
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ You can check other real-world production implementations of the Datadex pattern

![DAG](https://github.com/datonic/datadex/assets/1682202/c53cced8-7b83-46a9-9ee9-e699301a49bd)


### 💡 Principles

- **Open**: Code, standards, infrastructure, and data, are public and open source.
Expand All @@ -45,7 +44,7 @@ Datadex consists of several components and requires some setup to get started.

The fastest way to start using Datadex is via [VSCode Remote Containers](https://code.visualstudio.com/docs/remote/containers). Once inside the develpment environment, you'll only need to run `make dev` to spin up the [Dagster UI locally](http://127.0.0.1:3000).

[![](https://github.com/codespaces/badge.svg)](https://codespaces.new/davidgasquez/datadex)
[![badge](https://github.com/codespaces/badge.svg)](https://codespaces.new/davidgasquez/datadex)

The development environment can also run in your browser thanks to GitHub Codespaces!

Expand Down

0 comments on commit bfd160f

Please sign in to comment.