https://github.com/kb-perbyte/.vscode_dumps
all .vscode dumps to find debug launch.json easily
https://github.com/kb-perbyte/.vscode_dumps
Last synced: 2 months ago
JSON representation
all .vscode dumps to find debug launch.json easily
- Host: GitHub
- URL: https://github.com/kb-perbyte/.vscode_dumps
- Owner: KB-perByte
- License: mit
- Created: 2023-12-26T12:24:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T09:56:27.000Z (about 2 years ago)
- Last Synced: 2025-04-15T09:48:14.405Z (12 months ago)
- Size: 1.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .vscode_dumps
## Ansible VS Code Debugger Configuration
This repository contains the `launch.json` file with debugger configurations for Ansible projects in Visual Studio Code (VS Code). These configurations are designed to assist you in debugging Ansible projects effectively.
### Prerequisites
Make sure you have the following software installed on your system:
- [Visual Studio Code](https://code.visualstudio.com/)
### How?
```bash
Create a Virtual Environment.
Clone the project.
Find the project which you want to debug in this repo.
Copy the launch.json file to your Ansible project's .vscode directory.
'pip install -e .' the project.
And select the right interpreter, make sure it points to the correct Virtual Environment.
Resolve the dependencies if any.
Hit F5 to start debugging, adjust the args as per need.
```
Thank you!