vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Visual Studio Code

Results 1630 vscode issues
Sort by recently updated
recently updated
newest added

Type: Bug When I have a long terminal scrollback, this sometimes (often) happens: After getting some new terminal output, I'm looking at a terminal prompt at the bottom of the...

info-needed
terminal-rendering

版本: 1.100.2 (user setup) 提交: 848b80aeb52026648a8ff9f7c45a9b0a80641e2e 日期: 2025-05-14T21:47:40.416Z Electron: 34.5.1 ElectronBuildId: 11369351 Chromium: 132.0.6834.210 Node.js: 20.19.0 V8: 13.2.152.41-electron.0 OS: Windows_NT x64 10.0.22631 Steps to Reproduce: 1. Connect to the remote...

Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.99.0 4437686ffebaf200fa4a6e6e67f735f3edf24ada x64 - OS Version: Microsoft Windows 11 Enterprise, 10.0.26100 N/A Build 26100 [VsCode-CrashReport.zip](https://github.com/user-attachments/files/19649105/VsCode-CrashReport.zip) Steps...

It sometimes useful to be able to go a certain offset of a file (e.g. when a tool reports "error xxx at position 599"). This has been implemented for [vscode-hexeditor](https://github.com/microsoft/vscode-hexeditor/pull/203)...

feature-request
quick-open

### Applies To - [X] Notebooks (.ipynb files) - [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? Before 1.75 vscode or jupyter extension...

bug
notebook-cell-editor

Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.100.2 - OS Version: Ubuntu 22.04.5 Currently to disable Copilot you need to click CtrlShiftP ->...

Type: Bug Please include following log `F1 > Open View... > Shared` below. 2025-05-23 14:59:29.751 [error] [Shared] [uncaught exception in sharedProcess]: Signature verification failed with 'UnknownError' error.: SignatureVerificationInternal: Signature verification...

triage-needed

Type: Bug Not able to find any information when using Search (Quick search included) for not opened files. Below follows the output from Search Engine Trace logs: ```json { "_reason":...

bug
info-needed
search

I have written an extension that automatically opens a notebook file. The relevant code for that is below: ```typescript const p = path.join(__dirname, "simple-notebook.ipynb"); const u = vscode.Uri.file(p); const nb...

info-needed

Type: Bug After updating VSCode to the latest version (1.97.2), I get an "Attribute Error: 'NoneType' object has no attribute 'copy'" when I do the following: ``` gdf = gpd.read_parquet("../link_to_file.parquet")...

info-needed