VSCode Version: 1.6 (1.6.1 as well) - Using the new 'outFiles' option (instead of the deprecated 'outDir') OS Version: windows Steps to Reproduce: Using a ES6/Babel project, transpile, and use source maps in debug configuration Add break...
script not working with node #236666 closed Dec 22, 2024 Request to Add Feature for Moving Execution Pointer During Debugging #236815 closed Dec 22, 2024 Missing body #236786 closed Dec 22, 2024 Not properly working checkbox label in "Run and Debug" "Breakpoints" #236821 closed Dec...
it seems to me we are hitting this line in VS Code:vscode/src/vs/workbench/parts/debug/electron-browser/debugService.ts:496and that call tofocusStackFrameis selecting to focus some other thread than the one currently being debugged, and that thread is, more often than not, stopped ongopar...
{//Editor//Controls whether the editor shows CodeLens."diffEditor.codeLens":false,//When enabled, the diff editor ignores changes in leading or trailing whitespace."diffEditor.ignoreTrimWhitespace":true,//Timeout in milliseconds after which diff computation is cancelled. Use 0 for no timeout."...
One interesting thing I found out is that while you do not needxwaylandforcodeto be running if it was invoked with--enable-features=UseOzonePlatform --ozone-platform=wayland, you still need it to be running when you startcode1. I hope this is something that would be fixed in the future...
I updated to the latest version and my "open editors" disappeared in tab format. I can see open eitors above the folder tree but not as "tabs" above the open file. In settings I have: "workbench.editor.showTabs": true How can I get back ...
Brief Issue Summary When trying 'any' cmake tools task, I get a notification "Configuring project: Saving open files" open that never closes (needless to say, I have no unsaved open files) Expected: Proceed with the task : CMake: Build A...