vscode
vscode copied to clipboard
Visual Studio Code
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...
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...
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...
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...
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...
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...
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`...
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 ...