mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 13:45:52 +03:00
[PR #1527] Feature/add example to run vscode.ja #1576
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#1576
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fsouza/fake-gcs-server/pull/1527
Author: @j-antunes
Created: 3/8/2024
Status: 🔄 Open
Base:
main← Head:feature/add_example_to_run_vscode.ja📝 Commits (6)
5bb8b4bUpdated python example5d37c28Addressed PR comments5a45b09Useos.environ.setdefault61fbd9cexamples/python: remove reference to requirements.inb01d70cAdded example of running a debug session using vscode5318403Merge branch 'fsouza:main' into feature/add_example_to_run_vscode.ja📊 Changes
2 files changed (+97 additions, -0 deletions)
View changed files
➕
examples/vscode/README.md(+84 -0)➕
examples/vscode/launch.json(+13 -0)📄 Description
Hi!
I was trying to run your project with a debugger to test some changes, and I thought it would be useful to provide an example on how to setup a debug session within vscode.
I find this really helpful to be able to run with a debugger to better follow your code.
This change adds an example
launch.jsonfile that a dev can use to launch a debug session in vscode.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.