Skip to content

Commit

Permalink
[PEP 771] Update Fully Functional
Browse files Browse the repository at this point in the history
  • Loading branch information
DEKHTIARJonathan committed Jan 15, 2025
1 parent bc98875 commit ecd5b3e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
"GitHub.vscode-pull-request-github",
// GitLens
"eamodio.gitlens",
// Github Actions
"github.vscode-github-actions",
// Makefile
"ms-vscode.makefile-tools",
// TOML
Expand Down
19 changes: 17 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,25 @@
"module": "pip",
"args": [
"install",
"--index-url=https://wheel-next.github.io/mockhouse/pep-771/",
"--verbose",
"--force-reinstall",
"pep-771-demo-a"
],
},
{
"name": "Install Demo Plugin with Extra",
"type": "debugpy",
"request": "launch",
"cwd": "${workspaceFolder}/",
"console": "integratedTerminal",
"justMyCode": false,
"module": "pip",
"args": [
"install",
"--verbose",
"--force-reinstall",
"pep-771-demo-a[flask]"
],
},
]
}
}
2 changes: 1 addition & 1 deletion pip
Submodule pip updated from 2b97a2 to 32930e

0 comments on commit ecd5b3e

Please sign in to comment.