[PR #1527] Feature/add example to run vscode.ja #1576

Open
opened 2026-03-03 12:35:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1527
Author: @j-antunes
Created: 3/8/2024
Status: 🔄 Open

Base: mainHead: feature/add_example_to_run_vscode.ja


📝 Commits (6)

  • 5bb8b4b Updated python example
  • 5d37c28 Addressed PR comments
  • 5a45b09 Use os.environ.setdefault
  • 61fbd9c examples/python: remove reference to requirements.in
  • b01d70c Added example of running a debug session using vscode
  • 5318403 Merge 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.json file 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fsouza/fake-gcs-server/pull/1527 **Author:** [@j-antunes](https://github.com/j-antunes) **Created:** 3/8/2024 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feature/add_example_to_run_vscode.ja` --- ### 📝 Commits (6) - [`5bb8b4b`](https://github.com/fsouza/fake-gcs-server/commit/5bb8b4bd58a170eee7454dbfade04dfdaf561ae2) Updated python example - [`5d37c28`](https://github.com/fsouza/fake-gcs-server/commit/5d37c28262cdae5aa2a92090825f1524515e3d1b) Addressed PR comments - [`5a45b09`](https://github.com/fsouza/fake-gcs-server/commit/5a45b09a6e630361b7951f0dfdf69bcd165b2a43) Use `os.environ.setdefault` - [`61fbd9c`](https://github.com/fsouza/fake-gcs-server/commit/61fbd9cf9b812222935bcacfc4645a87cca69e2d) examples/python: remove reference to requirements.in - [`b01d70c`](https://github.com/fsouza/fake-gcs-server/commit/b01d70c97ce4de54558744164d65c6a2753ee8a9) Added example of running a debug session using vscode - [`5318403`](https://github.com/fsouza/fake-gcs-server/commit/531840377c433b39ae5f0eb13f4e14da82c01af6) Merge branch 'fsouza:main' into feature/add_example_to_run_vscode.ja ### 📊 Changes **2 files changed** (+97 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/vscode/README.md` (+84 -0) ➕ `examples/vscode/launch.json` (+13 -0) </details> ### 📄 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.json` file that a dev can use to launch a debug session in vscode. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#1576
No description provided.