Skip to content
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

unable to launch to integratedTerminal #73880

Closed
jdthoen opened this issue May 17, 2019 · 2 comments
Closed

unable to launch to integratedTerminal #73880

jdthoen opened this issue May 17, 2019 · 2 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues

Comments

@jdthoen
Copy link

jdthoen commented May 17, 2019

Issue Type: Bug

After the latest update when we run a debug session that launches to the integrated terminal we get an error saying "Cannot launch debug target in terminal (Cannot read property 'trim' of null).

The launch does work with internalConsole and externalTerminal.

Here is out launch setting:
{
"type": "node",
"request": "launch",
"name": "Mocha Current File",
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
"args": [
"--timeout",
"999999",
"--colors",
"${file}"
],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
}

VS Code version: Code - Insiders 1.35.0-insider (a69d0f8, 2019-05-17T05:18:13.839Z)
OS version: Windows_NT x64 10.0.14393

System Info
Item Value
CPUs Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz (8 x 2904)
GPU Status 2d_canvas: enabled
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: enabled
surface_synchronization: enabled_on
video_decode: enabled
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 31.88GB (18.27GB free)
Process Argv
Screen Reader no
VM 0%
Extensions (43)
Extension Author (truncated) Version
Bookmarks ale 10.4.3
copy-relative-path ale 0.0.2
vscode-tidyhtml anw 1.10.0
vscode-django bat 0.19.0
npm-intellisense chr 1.3.0
path-intellisense chr 1.4.2
bracket-pair-colorizer Coe 1.0.61
vue-peek dar 1.0.2
vscode-eslint dba 1.9.0
gitlens eam 9.7.4
vscode-npm-script eg2 0.3.7
prettier-vscode esb 1.9.0
auto-close-tag for 0.5.6
auto-rename-tag for 0.0.15
macros ged 1.2.1
vue-snippets hol 0.1.11
require-js lic 0.1.26
vscode-mocha-sidebar mat 0.20.24
vscode-attrs-sorter mrm 2.1.0
mssql ms- 1.6.0
python ms- 2019.4.12954
debugger-for-chrome msj 4.11.3
vuejs-extension-pack mub 1.1.3
node-modules-resolve nau 1.0.2
vetur oct 0.21.0
vscode-docker Pet 0.6.2
sass-indented rob 1.5.1
vue-vscode-extensionpack sdr 0.2.0
vue-vscode-snippets sdr 1.6.0
jenkinsfile-support sec 0.1.0
vuejspack she 1.3.2
sonarlint-vscode Son 1.6.0
language-stylus sys 1.11.0
vscode-status-bar-format-toggle tom 1.5.0
vscodeintellicode Vis 1.1.6
vscode-icons vsc 8.6.0
vscode-todo-highlight way 1.0.4
jinja who 0.0.8
vscode-import-cost wix 2.12.0
vscode-jumpy wma 0.3.1
JavaScriptSnippets xab 1.7.2
plsql-language xyz 1.8.2
batch-format zha 0.3.3

(2 theme extensions excluded)

@weinand
Copy link
Contributor

weinand commented May 21, 2019

/duplicate of #73867

fixed in latest Insiders

@vscodebot vscodebot bot added the *duplicate Issue identified as a duplicate of another issue(s) label May 21, 2019
@weinand weinand added debug Debug viewlet, configurations, breakpoints, adapter issues and removed *duplicate Issue identified as a duplicate of another issue(s) labels May 21, 2019
@vscodebot
Copy link

vscodebot bot commented May 21, 2019

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot closed this as completed May 21, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Jul 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues
Projects
None yet
Development

No branches or pull requests

3 participants