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 #217398 * Be in this state where you have a local commit already and a _staged_ change: * Run `Commit (Amend)`: * Accept the commit message * 🐛 the...

git
under-discussion

Testing #223068 I'm on a windows VM on my mac, and I see this error regardless of where my integrated terminal is rooted: ![Image](https://github.com/user-attachments/assets/188d6577-4b83-40ce-a4ff-3df93c259fc7) I DO NOT see this error...

bug
git

Steps to Reproduce: 1. Open a folder/workspace that contains a git repository 2. Open the Source Control viewlet and expand the Source Control Graph view 3. Hover over one commit...

Fixes https://github.com/microsoft/vscode/issues/196795

Related to #214040 Hi @amunger, I tried running the `JSON.stringify` call on a Worker thread. It works on my machine and seems to improve the situation, but it's hard to...

When developing extensions and using either JavaScript or TypeScript we are unable to consume ES modules, only somewhat legacy CommonJS modules, setting the `type` to `module` and rewriting the extension...

feature-request
extensions
extension-host

Type: Bug I'm trying to delete history becuase VSC is no longer showing code changes that I have made. When I run the code it's not showing the changes. It's...

info-needed

Hey team, I have a few suggestions that I think would make VS Code even better! #### **1. Fluent UI Redesign:** - Could we explore a redesign of VS Code...

Does this issue occur when all extensions are disabled?: Yes/No Version: 1.92.0 (user setup) Commit: b1c0a14de1414fcdaa400695b4db1c0799bc3124 Date: 2024-07-31T23:26:45.634Z Electron: 30.1.2 ElectronBuildId: 9870757 Chromium: 124.0.6367.243 Node.js: 20.14.0 V8: 12.4.254.20-electron.0 OS: Windows_NT...

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