Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{
"name": "rtdip",
"image": "mcr.microsoft.com/azure-functions/python:4-python3.9-core-tools",
"image": "mcr.microsoft.com/azure-functions/python:4-python3.10-core-tools",
"forwardPorts": [ 7071, 9091 ],

"customizations": {
"vscode": {
"extensions": [
"ms-azuretools.vscode-azurefunctions",
"ms-azuretools.vscode-docker",
//"ms-azuretools.vscode-docker",
"ms-python.python",
"GitHub.vscode-pull-request-github",
"GitHub.copilot",
"GitHub.codespaces"
"GitHub.codespaces",
"ryanluker.vscode-coverage-gutters"
],
"settings": {
"azureFunctions.scmDoBuildDuringDeployment": true,
Expand Down Expand Up @@ -45,10 +46,11 @@

"remoteUser": "vscode",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:1": {},
"ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers/features/terraform:1": {},
"ghcr.io/rocker-org/devcontainer-features/miniforge:0": {}
// "ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/java:1": {"version": "11"},
"ghcr.io/rocker-org/devcontainer-features/miniforge:1": {}
}
}
}
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Given a version number MAJOR.MINOR.PATCH, increment the:

## Checklist

This checklict guides you through preparing, testing and documenting a release.
This checklist guides you through preparing, testing and documenting a release.

```
Please ensure to SQUASH MERGE to DEVELOP and MERGE to MAIN
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
here = pathlib.Path(__file__).parent.resolve()

long_description = (here / "PYPI-README.md").read_text()
packaging.version.Version = packaging.version.LegacyVersion

setup(
name='rtdip-sdk',
Expand Down