Category "vscode-debugger"

Xdebug in Laravel is not working with VSCode

I'm trying to debug a Laravel project in Ubuntu 20.04. There is a problem that debugger doesn't hit breakpoint just in Laravel project but in other projects Xd

How to get expandable objects view as output in VS Code node terminal?

I would like to have collapsible/ expandable objects in the terminal output in VS Code like on the browser console. Here is an example: In the debug terminal i

VS Code terminal appearing on the side and not the bottom

My VS Code Terminal/Problems/Output/Debug is appearing on the side like this - However, I want it to appear at the bottom like this - How do I make it appear

why doesn't TreeDataProvider exist in vscode?

I followed this link https://code.visualstudio.com/docs/extensions/yocode to create a vscode plugin project in javascript. I want to use TreeDataProvider to cre

Run VSCode JS debug launch configuration from integrated terminal

Currently when there's a need to debug a JS one could create a debug configuration, go to debug tab and hit play on the chose launch configuration. Is it possib