Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
idelchi committed Nov 6, 2024
1 parent 6f2307a commit f34a846
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@
"mode": "debug",
"program": "main.go",
"args": ["-w", "file"]
},
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": false
}
]
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
/* ****** ****** ****** */
/* ****** OTHER ****** */
"prettier.configPath": ".devenv/settings/.prettierrc.yml",
"[github-actions-workflow]": {
"editor.autoIndent": "advanced"
},
/* ****** ****** ****** */
/* ****** PYTHON ****** */
"python.defaultInterpreterPath": "python3",
Expand Down
3 changes: 1 addition & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tasks:
cmds:
- docker rm -f devenv > /dev/null 2>&1 || true
- docker compose -f {{.DEVENV}}/docker-compose.yml build --build-arg CACHEBUST=$(date +%s) devenv
- docker compose -f {{.DEVENV}}/docker-compose.yml run --name devenv --rm --service-ports devenv {{.CLI_ARGS}}
- docker compose -f {{.DEVENV}}/docker-compose.yml run --rm --service-ports devenv {{.CLI_ARGS}}
interactive: true

push:
Expand All @@ -57,7 +57,6 @@ tasks:
- task: go:clean

info:
- echo "'DEVENV' read from '{{ .DEVENV }}'"
- task: git

format:
Expand Down

0 comments on commit f34a846

Please sign in to comment.