Skip to content

Commit

Permalink
Merge branch 'pegasystems:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufuyanik1 authored Oct 10, 2023
2 parents d852439 + 40c9801 commit 2bd977b
Show file tree
Hide file tree
Showing 2 changed files with 321 additions and 71 deletions.
25 changes: 25 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Python 3",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/python:0-3.11",
"customizations": {
"vscode": {
"extensions": [
"ms-python.black-formatter",
"charliermarsh.ruff",
"ms-python.python",
"ms-toolsai.jupyter"
]
}
},
"postCreateCommand": "pip3 install .['app'] && pdstools run",
"portsAttributes": {
"8501": {
"label": "Pdstools App",
"onAutoForward": "openBrowserOnce"
}
},
"features": {
"ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": {}
}
}
Loading

0 comments on commit 2bd977b

Please sign in to comment.