vscode
vscode copied to clipboard
Visual Studio Code
The default severity for the built-in contribution point `jsonValidation` is warning. A configurable severity would be helpful: ```json "contributes": { "jsonValidation": [ { "fileMatch": ".myExtension", "url": "./schema.json", "severity": "error" //
Hi, I've been using monokai theme provided by vs code for years, and then all of a sudden after the last update the colors in HTML is all wrong, this...
TLDR: Refactor preview should render out the content for `createFile`/`deleteFile` not only for replace/insert/delete Refactor preview currently doesn't render `createFile` content, instead it only renders an empty widget. This makes...
When using the Source Control feature, I would like to replicate the behaviour that GitHub Desktop has. Which is up / down arrow key navigation to preview the file without...
Adopt EditContext API 4
Does this issue occur when all extensions are disabled?: Yes/No - VS Code Version: - OS Version: Steps to Reproduce: 1. 2.
macOS 1. Download VS Code 4. It is in the Downloads folder 5. Run it -> all good. No dialog 6. The issue is that users leave VS Code in...
When we first moved to Yarn, it was mostly a performance move. Nowadays npm has mostly caught up and Yarn went a completely different direction. We're sitting on Yarn v1,...
Fixes https://github.com/microsoft/vscode/issues/226095 | Before | After | | -- | -- | | | | The transparency checkerboard grid pattern was getting larger when the image preview was zoomed in....
Right now if I do an alt-click (or ctrl-d) in the notebook extension it behaves just like the regular editor *within a single cell*. However, my workflow often involves using...