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

Testing #226689 Remote - SSH v0.114.2024082315 Using one window to run a devcontainer: ```json { "dockerFile": "Dockerfile", "appPort": 1234, "overrideCommand": false } ``` ```Dockerfile FROM fedora:latest RUN dnf install -y...

Does this issue occur when all extensions are disabled?: No (An extension is needed to create a file watcher and monitor it) Version: 1.92.2 (user setup) Commit: fee1edb8d6d72a0ddff41e5f71a671c23ed924b9 Date: 2024-08-14T17:29:30.058Z...

upstream
file-watcher

Testing #226397 I'm not sure how new this is as it applies to Windows as well. I hadn't noticed until I was using a smaller monitor for Linux. A good...

debt
linux
titlebar
workbench-window

Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.90.2 - OS Version: RHEL 8 I use VS Code in a restricted network environment, without...

info-needed

AAD Admins have the power to enforce logins of a certain kind that make our current OAuth flow insufficient for users to log in (it blocks it) and instead they...

feature-request
on-testplan
microsoft-authentication

Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.92 - OS Version: Kubuntu 24.04 Steps to Reproduce: 1. Hide the title bar 2. Enable...

titlebar
workbench-zen

Does this issue occur when all extensions are disabled?: Yes/No - VS Code Version: 1.91.1 - OS Version: macOS Sonoma 14.5 (23F79) - Mouse: Apple Magic Mouse v1 Steps to...

bug
workbench-tabs

We are developing an extension using `CodeLensProvider`, and we want to refresh our lenses every 5 seconds. To achieve this, we use `onDidChangeCodeLenses` and fire it with `setInterval`. After `onDidChangeCodeLenses`...

code-lens

The hover is shown like this, and mousing over it to dismisses the hover before my mouse gets there if I want to interact with any of the actions ![image](https://github.com/user-attachments/assets/1e3dd698-fb78-4233-a8aa-32a8e9c2f745)...

workbench-hover