vscode
vscode copied to clipboard
Visual Studio Code
**Does this issue occur when all extensions are disabled?**: Yes **VS Code Version**: 1.92.2 **OS Version**: macOS 14.6.1 **Description:** I have been encountering frequent issues with the Python extension in...
`return { column_name: wrap([row[column_name] for row in rows]) for column_name in column_names }` How to just breakpoint on dictionary comprehension?
Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.92.2 - OS Version: Win 11, 23H2. Steps to Reproduce: 1. Launch VSCode 2. Open any...
Does this issue occur when all extensions are disabled?: Yes/No - VS Code Version: Version: 1.90.2 (user setup) - OS Version: Windows 11 Steps to Reproduce: 1. Open VSCode add...
* start inline chat * have changes * scroll inline chat out of view * save * :bug: saving is blocked because inline chat needs to finish but the widget/zone...
Steps to Reproduce: 1. bring up inline chat with a lengthy response 2. make sure sticky scroll is enabled 3. notice how when inline chat widget grows up, the top...
Bisecting points to https://github.com/microsoft/vscode/compare/b23e791eb5afbd95f05aa24da7693ce89344a079...8703a11164db333db471576d38ddc143d6ad7ead which would indicate it could be the Electron 30 update. **Steps:** - right click left or right of the command center - notice how the context...
Type: Bug Debug an angular project and place a breakpoint within an async function. Once execution stops at the breakpoint hover over any local variable within that async function. The...
I was able to reproduce this issue, https://github.com/microsoft/vscode/issues/210344. Does this issue occur when all extensions are disabled?: Yes Version: 1.92.2 (user setup) Commit: fee1edb8d6d72a0ddff41e5f71a671c23ed924b9 Date: 2024-08-14T17:29:30.058Z Electron: 30.1.2 ElectronBuildId: 9870757...
Testing #226686 If your timing is unlucky it's very easy to lose the custom template you pasted in: 1. Open the "add dev container files" quick pick 2. Choose add...