https://github.com/trinitronx/vscode-env-debug
VSCode project to debug Code's launch environment
https://github.com/trinitronx/vscode-env-debug
Last synced: about 1 month ago
JSON representation
VSCode project to debug Code's launch environment
- Host: GitHub
- URL: https://github.com/trinitronx/vscode-env-debug
- Owner: trinitronx
- Created: 2023-09-06T16:44:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-06T17:22:42.000Z (almost 3 years ago)
- Last Synced: 2025-01-10T07:46:50.710Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/trinitronx/vscode-env-debug
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vscode-env-debug
A VSCode project for debugging Code's executable launch environment variables.
The included `launch.json` Debug task prints the VSCode process' environment
variables: `PATH`, and `SSH_AUTH_SOCK`. This should assist with plugins which
rely on environment variables being set, such as the Git plugin using SSH agent
authentication.
## Requirements
- Visual Studio Code
## Usage
- Open the `.vscode/vscode-env-debug.code-workspace` using VSCode / Code OSS.
- Open the "`Run and Debug`" pane (Ctrl+Shift+D)
- Select the "`Debug VSCode env`" launch task
- Click "`Start Debugging`" or press F5 to run the task
- Check the output in the "`Debug Console`"