-
Notifications
You must be signed in to change notification settings - Fork 30.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
${file} resolves to output window file #108619
Comments
I also find this a bit strange since the variable resolver calls the So it might be the defintiion of the editorService that we allow activeEditor to point to the output. |
@isidorn the output channel can never be |
Duplicate of #95423 @bpasero vscode/src/vs/workbench/api/common/extHostDebugService.ts Lines 994 to 1000 in 958a942
|
Ah ok sorry, I thought this is about |
Issue Type: Bug
${file}
is resolving toextension-output-#5
instead of actual selected file.This is due to our
resolveDebugConfiguration
function callingvscode.window.createOutputChannel(...).show()
then it calls the prelaunchtask which references${file}
.We have a workaround to write to the output channel and not show it.
VS Code version: Code 1.50.0 (93c2f0f, 2020-10-07T06:10:52.432Z)
OS version: Windows_NT x64 10.0.19041
Remote OS version: Linux x64 4.4.0-19041-Microsoft
System Info
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
opengl: enabled_on
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
Extensions (5)
The text was updated successfully, but these errors were encountered: