Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
External terminal not logging Electron logs #109216
Comments
|
It looks like the environment is probably getting inherited from VS Code which could cause this as it's also an Electron app. We could try sanitizing the env: vscode/src/vs/base/common/processes.ts Line 104 in cf4b5a7 Here: |
|
up for grabs I assume? |
|
@keremgocen yep |
|
I'm willing to open a PR for this, would just need some background as I am completely green to this project. Would anyone be available to walk me through some things? |
|
@patlehmann1 the basic changes needed are outlined here (note there are 2 places where spawn is called under Windows): Contributing docs are here: https://github.com/Microsoft/vscode/wiki/How-to-Contribute |
|
Is this issue being take care of? I'm looking to start contributing and thought I may help |


Version: 1.50.1 (system setup)
Commit: d2e414d
Date: 2020-10-13T15:06:15.712Z
Electron: 9.2.1
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
OS: Windows_NT x64 10.0.18363
Steps to Reproduce:
Create a sample Electron project.
In the main process log to console a sample text line
Open VSCode
Launch external terminal CtrlShiftC
Run the electron app
Expected:
It should log
Actual:
Nothing is logged
Does this issue occur when all extensions are disabled?: Yes