Skip to content

Commit

Permalink
Merge branch 'v3.001-dev-new-stuff' into v3.003-dev-new
Browse files Browse the repository at this point in the history
* v3.001-dev-new-stuff:
  Adds EA31337.vscode-mql-tools extension
  Fixes new lines [end-of-file-fixer]
  Disables wine package
  devcontainer: Adds node
  Adds wine to devcontainer
  Adds DavidAnson.vscode-markdownlint extension to devcontainer
  Adds initial .vscode/settings.json
  • Loading branch information
kenorb committed Apr 25, 2024
2 parents 5e57d6c + 4842049 commit 20dfb4e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
"customizations": {
"vscode": {
"extensions": [
"L-I-V.mql-tools",
"ms-vscode.cpptools",
"vscodevim.vim"
"vscodevim.vim",
"DavidAnson.vscode-markdownlint",
"EA31337.vscode-mql-tools"
],
}
},
Expand All @@ -18,7 +19,9 @@
"ghcr.io/guiyomh/features/vim:0": {},
"ghcr.io/jungaretti/features/make:1": {},
"ghcr.io/prulloac/devcontainer-features/pre-commit:1": {},
"ghcr.io/hspaans/devcontainer-features/ansible-lint:1": {}
"ghcr.io/hspaans/devcontainer-features/ansible-lint:1": {},
// "ghcr.io/maks1ms/devcontainers-features/wine:0": {},
"ghcr.io/devcontainers-contrib/features/node-asdf:0": {}
},
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:jammy",
Expand Down
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"files.associations": {
"indicatorcandle.h": "c"
}
}

0 comments on commit 20dfb4e

Please sign in to comment.