-
Notifications
You must be signed in to change notification settings - Fork 33k
Insights: microsoft/vscode
Overview
Could not load contribution data
Please try again later
3 Releases published by 2 people
-
1.100.2 April 2025 Recovery 2
published
May 15, 2025 -
1.100.3 April 2025 Recovery 3
published
Jun 3, 2025 -
1.101.0 May 2025
published
Jun 12, 2025
719 Pull requests merged by 63 people
-
Fix "tool undefined completed" accessibility announcement in chat
#251442 merged
Jun 13, 2025 -
Use [markdown] default overrides for instructions, prompts and chat modes
#251378 merged
Jun 13, 2025 -
fix cyclic dependency
#251438 merged
Jun 13, 2025 -
Make sure auth provider id is alligned
#251432 merged
Jun 13, 2025 -
shell: fix unable to resolve your shell environment with LAST_COMMAND
#251431 merged
Jun 13, 2025 -
add icons for terminal symbolic link folder/files
#251423 merged
Jun 13, 2025 -
tests - skip flaky test (#251429)
#251430 merged
Jun 13, 2025 -
support showing symlimk details in terminal suggest
#251296 merged
Jun 13, 2025 -
Revert "Adopt mcp token flag "
#251408 merged
Jun 13, 2025 -
Fix infinite looping in notebook addFindMatchToSelection (Cmd+D)
#251157 merged
Jun 13, 2025 -
prompts: remove duplicated tests
#251404 merged
Jun 13, 2025 -
Fixes https://github.com/microsoft/vscode/issues/251080
#251397 merged
Jun 13, 2025 -
mcp: fix test error in McpStdioStateHandler
#251401 merged
Jun 13, 2025 -
fix: update reason for closing duplicate issues in commands.json
#251400 merged
Jun 13, 2025 -
Add terminal history commands to view overflow menu
#250771 merged
Jun 13, 2025 -
Implements persistent middle mouse scrolling.
#251393 merged
Jun 13, 2025 -
Aligns with copilot
#250868 merged
Jun 13, 2025 -
update widget aria label on title switch
#251017 merged
Jun 13, 2025 -
debt - inline
extpath.ts
intopfs.ts
#251388 merged
Jun 13, 2025 -
feat: add middle mouse button scrolling
#245882 merged
Jun 13, 2025 -
Revert "Fix extraction of tab title name"
#251379 merged
Jun 13, 2025 -
Git - fix race condition with computing teh branch base
#251374 merged
Jun 13, 2025 -
chat - update badge in dock to notify when window has no focus
#251358 merged
Jun 13, 2025 -
chat: fix not notifying window on confirmation
#251292 merged
Jun 13, 2025 -
Have Loopback Server flow redirect back to VS Code and make it the primary flow
#251333 merged
Jun 13, 2025 -
Add ...
#251350 merged
Jun 13, 2025 -
Implement MCP stdio shutdown spec compliance with graceful shutdown manager
#250207 merged
Jun 13, 2025 -
undo button to undo requests, adds request in input
#251306 merged
Jun 12, 2025 -
Fix down arrow navigation in last notebook cell to move cursor to end of line
#251156 merged
Jun 12, 2025 -
Don't revive URI before sending from ext to main
#251316 merged
Jun 12, 2025 -
Adopt mcp token flag
#251297 merged
Jun 12, 2025 -
drop redo entries when writing new snapshots into history
#251299 merged
Jun 12, 2025 -
move prompt file parser usages to IPromptsService
#251298 merged
Jun 12, 2025 -
fix: try always rendering scrollbar in chat editing file list
#232768 merged
Jun 12, 2025 -
also use
Y
andN
based keybindings for inline chat 2#251294 merged
Jun 12, 2025 -
use regular chatAttachmentWidgets for prompt files
#251235 merged
Jun 12, 2025 -
simplify dynamic variables, no more unused chat file reference fyi @aeschli
#251273 merged
Jun 12, 2025 -
chat: fix not notifying window on confirmation
#251293 merged
Jun 12, 2025 -
mcp: avoid spamming invalid streamable http GET handlers
#251288 merged
Jun 12, 2025 -
update
sync
andsync-ignored
icons#251272 merged
Jun 12, 2025 -
GitHub - cleanup octokit auth
#251266 merged
Jun 12, 2025 -
Fixes https://github.com/microsoft/vscode-copilot/issues/10610
#250852 merged
Jun 12, 2025 -
more API notes
#251215 merged
Jun 12, 2025 -
Refactor ChatEditingDocument and Cell Entries to reuse code
#251050 merged
Jun 12, 2025 -
chat - when setup without dialog is done, show welcome
#251230 merged
Jun 12, 2025 -
Improve async nature of register/unregister auth providers
#251244 merged
Jun 12, 2025 -
Misc MCP Auth fixes
#251246 merged
Jun 12, 2025 -
Fix markdown preview scroll crawls at EOF (fix #249278)
#251228 merged
Jun 11, 2025 -
remove header for non participant messages, better references border
#251242 merged
Jun 11, 2025 -
Consolidate ps1 shell integration vars into __VSCodeState
#251114 merged
Jun 11, 2025 -
fix: tweak count widget layout
#251232 merged
Jun 11, 2025 -
Ability to programmatically assign documents to open in a workspace before it's opened (fix #251202)
#251229 merged
Jun 11, 2025 -
Refactoring sticky scroll widget file
#251218 merged
Jun 11, 2025 -
chore: bump vscode/ripgrep
#251213 merged
Jun 11, 2025 -
don't add
\
if path already starts with that on pwsh for suggestions#251219 merged
Jun 11, 2025 -
support builtin commands for git bash
#251216 merged
Jun 11, 2025 -
Register disposables
#251214 merged
Jun 11, 2025 -
Fix inconsistent scrolling behavior in notebook outline entries
#251027 merged
Jun 11, 2025 -
Fix markdown cell status bar showing misleading grab cursor
#251154 merged
Jun 11, 2025 -
provide proper URIs for remotes so suggest works for those envs
#251129 merged
Jun 11, 2025 -
EditContext: migrate to non-experimental setting name
#251211 merged
Jun 11, 2025 -
Core part of https://github.com/microsoft/vscode-copilot/issues/18246
#251205 merged
Jun 11, 2025 -
Core part of https://github.com/microsoft/vscode-copilot/issues/18246
#251204 merged
Jun 11, 2025 -
Recompute sticky scroll model when folding providers change
#251106 merged
Jun 11, 2025 -
Support setting encoding from extension (fix #251188)
#251195 merged
Jun 11, 2025 -
debt - reduce some explicit
any
use#251182 merged
Jun 11, 2025 -
debt - make
vscode.executeDocumentSymbolProvider
very correct wrt what it returns#251190 merged
Jun 11, 2025 -
prompt file watching: handle external folders
#251191 merged
Jun 11, 2025 -
Adopt variable line height for NES
#251121 merged
Jun 11, 2025 -
Detect and fix cyclic runtime dependencies
#251003 merged
Jun 11, 2025 -
testing: fix not apply configured editor options to result editor
#251181 merged
Jun 11, 2025 -
vscodebot chat classifier
#251174 merged
Jun 11, 2025 -
feat: improve AI settings search tooltip label
#251163 merged
Jun 10, 2025 -
eng: adopt killBehavior polite
#251159 merged
Jun 10, 2025 -
skip flaky test
#251158 merged
Jun 10, 2025 -
chat: move extension tools out of preview
#251151 merged
Jun 10, 2025 -
chat: move mcp and extension tools out of preview
#251116 merged
Jun 10, 2025 -
Disable variable line heights in notebook cells
#251063 merged
Jun 10, 2025 -
improve consistency of function names
#251145 merged
Jun 10, 2025 -
de-dupe terminal suggest commands for which there are specs
#251142 merged
Jun 10, 2025 -
more certainty for resuming the paused emitter
#251130 merged
Jun 10, 2025 -
tools: respect chat.editor.wordWrap setting in tool confirms
#251133 merged
Jun 10, 2025 -
add multi-command support for terminal suggest
#250910 merged
Jun 10, 2025 -
support resource completions for
Git Bash
#251120 merged
Jun 10, 2025 -
skip mandatory signature verification for linux arm
#251125 merged
Jun 10, 2025 -
Allow unregistering registerSchemaContribution
#233733 merged
Jun 10, 2025 -
Allow menu bar to get more space when there is no window title
#251113 merged
Jun 10, 2025 -
Add color variable to define the color of sticky scroll within the gutter
#251108 merged
Jun 10, 2025 -
fix: revert to NSAccessibilityStaticTextRole for list elements
#251059 merged
Jun 10, 2025 -
Fix onDidChangeCustomChatModes not firing for user data mode changes
#251012 merged
Jun 10, 2025 -
Fix #250737, Match count result overflow in Notebook findWidget
#250738 merged
Jun 10, 2025 -
chore - add some editing tests
#251104 merged
Jun 10, 2025 -
My install keeps getting bricked due to log file permissions (#250861)
#251095 merged
Jun 10, 2025 -
Revert "file watcher - log extension host created watcher logic"
#251085 merged
Jun 10, 2025 -
fix: smoke tests for stable with editcontext enabled
#251056 merged
Jun 10, 2025 -
Refactoring sticky scroll CSS file
#251094 merged
Jun 10, 2025 -
Color Picker: fix incorrect ternary condition definition
#251090 merged
Jun 10, 2025 -
Adding slash in front of uri path if untitled file
#251087 merged
Jun 10, 2025 -
remove cyclic dep
#251086 merged
Jun 10, 2025 -
fix #249149
#250649 merged
Jun 10, 2025 -
add trace logging for word based completions
#251082 merged
Jun 10, 2025 -
(Reland) fix: smoke tests for stable with editcontext enabled
#251074 merged
Jun 10, 2025 -
ensure the editor model always has a valid selection value
#251032 merged
Jun 10, 2025 -
fix: revert to NSAccessibilityStaticTextRole for list elements
#251057 merged
Jun 10, 2025 -
Revert "fix: smoke tests for stable with editcontext enabled (#251055)"
#251075 merged
Jun 10, 2025 -
debt - reduce some explicit
any
#251073 merged
Jun 10, 2025 -
notifications - add and use
withSeverityPrefix
#251067 merged
Jun 10, 2025 -
fix: smoke tests for stable with editcontext enabled
#251055 merged
Jun 10, 2025 -
check tool specific enablement when reading tool set
#250984 merged
Jun 10, 2025 -
Polish AI search toggle UX
#251045 merged
Jun 9, 2025 -
fix disposable leaks while creating native REPL
#251044 merged
Jun 9, 2025 -
mcp: fix using vscode-remote schemes for MCP servers, use file uris instead
#251042 merged
Jun 9, 2025 -
Fix scrolling not working when hovering on notebook sticky scroll
#251028 merged
Jun 9, 2025 -
Accessibility: Add severity prefixes to notification aria-labels for WCAG 4.1.3 compliance
#250864 merged
Jun 9, 2025 -
clarify IPolicy.defaultValue
#251034 merged
Jun 9, 2025 -
chore: adopt EditorOption.lineHeight for various components
#251029 merged
Jun 9, 2025 -
New Welcome Experience: Last slide and button label
#250362 merged
Jun 9, 2025 -
frontMatter parsers: fix cyclic runtime dependencies
#251024 merged
Jun 9, 2025 -
more API todos
#251023 merged
Jun 9, 2025 -
api notes/todos
#251020 merged
Jun 9, 2025 -
make sure the API doesn't allow to set an empty selections array
#251010 merged
Jun 9, 2025 -
debt - ensure to remove listeners
#251007 merged
Jun 9, 2025 -
chore - "Remove File" and "Clear Working Set" action removal.
#250991 merged
Jun 9, 2025 -
chore: use node-gyp from build dir for the project
#250981 merged
Jun 9, 2025 -
check tool specific enablement when reading tool set
#250983 merged
Jun 9, 2025 -
debt - restore old layer name and more TS checks
#250928 merged
Jun 9, 2025 -
🆙
open@^10.1.2
#250980 merged
Jun 9, 2025 -
mcp: add request trace-level logging
#250898 merged
Jun 7, 2025 -
debt - improve type and layer checking
#250926 merged
Jun 7, 2025 -
use export function x(...) instead of export const x
#250927 merged
Jun 7, 2025 -
Add setting to skip word counting/render smoothing
#250912 merged
Jun 7, 2025 -
mcp: adopt finalized completions API, support resolved args for prompts too
#250909 merged
Jun 7, 2025 -
mcp: fix authority-less MCP resources cannot be read by VS Code
#250908 merged
Jun 7, 2025 -
cover the constructor as well
#250675 merged
Jun 6, 2025 -
testing: preserve path on failed cases
#250757 merged
Jun 6, 2025 -
mcp: support system message is sampling
#250900 merged
Jun 6, 2025 -
move platform/prompts to vs/workbench/contrib/chat/common/promptSyntax
#250889 merged
Jun 6, 2025 -
mcp: fix resource picker sometimes is empty
#250893 merged
Jun 6, 2025 -
fixing iconlabel css
#250882 merged
Jun 6, 2025 -
Kkbrooks/iconlabel fix
#250886 merged
Jun 6, 2025 -
mcp: fix resource picker sometimes is empty
#250891 merged
Jun 6, 2025 -
mcp: fix resource picker sometimes is empty
#250892 merged
Jun 6, 2025 -
Move sendSignal and sendSequence into own terminalContribs
#250883 merged
Jun 6, 2025 -
Implements Terminal: Run Recent Command when there are no terminals
#250799 merged
Jun 6, 2025 -
fix patternIndices typo
#250085 merged
Jun 6, 2025 -
Make write data and send seqeunce commands use same supprots label
#250878 merged
Jun 6, 2025 -
Fix syntax error in quickPickPin.ts causing pin recent command to throw
#250875 merged
Jun 6, 2025 -
Revert bad change and add picker to sendSequence command
#250873 merged
Jun 6, 2025 -
don't animate visibility, opacity is enough
#250866 merged
Jun 6, 2025 -
xterm@5.6.0-beta.110
#250865 merged
Jun 6, 2025 -
some tiny prep work for https://github.com/microsoft/vscode/issues/249519
#250863 merged
Jun 6, 2025 -
Improve debug adapter capabilities checking
#250779 merged
Jun 6, 2025 -
Terminal suggest: Boost
main
andmaster
in branch results#250694 merged
Jun 6, 2025 -
Fix hasErrors property for compound task problem matcher events
#250784 merged
Jun 6, 2025 -
Import type from xterm/headless
#250306 merged
Jun 6, 2025 -
chore - remove unused
toolSelectionIsExclusive
fyi @roblourens#250860 merged
Jun 6, 2025 -
Add workbench.action.terminal.sendSignal command
#250672 merged
Jun 6, 2025 -
Fix race condition in terminal quick fix provider registration
#250730 merged
Jun 6, 2025 -
SingleLineEdit -> LineReplacement
#250859 merged
Jun 6, 2025 -
Consolidate write data to terminal and send sequence commands
#250670 merged
Jun 6, 2025 -
Fixes https://github.com/microsoft/vscode/issues/230056.
#250856 merged
Jun 6, 2025 -
Fixes https://github.com/microsoft/vscode-copilot/issues/13637
#250853 merged
Jun 6, 2025 -
chat - core provided chat submenus in components
#250851 merged
Jun 6, 2025 -
assertIsDefined
vsassertDefined
(fix #248362)#250844 merged
Jun 6, 2025 -
move prompt codecs and utils to workbench/contrib/chat/common/promptSyntax
#250847 merged
Jun 6, 2025 -
fixes https://github.com/microsoft/vscode-copilot/issues/12412
#250843 merged
Jun 6, 2025 -
move prompt file actions under vs/workbench/contrib/chat/browser/promptSyntax
#250836 merged
Jun 6, 2025 -
Add setting autoIndentOnPasteWithinString
#250465 merged
Jun 6, 2025 -
Polish fileLocator.createFilesUpdatedEvent method
#250728 merged
Jun 6, 2025 -
Fixes #242059
#250833 merged
Jun 6, 2025 -
no more
asyncTransaction
usage in chat land#250831 merged
Jun 6, 2025 -
chore - cleanup decoratior util
#250827 merged
Jun 6, 2025 -
avoid const-export-function-expression
#250826 merged
Jun 6, 2025 -
debt - use
esbuild
for CSS minification#250820 merged
Jun 6, 2025 -
reveal next file when keep/undoing last hunk
#250821 merged
Jun 6, 2025 -
Add setting autoindent on paste
#250463 merged
Jun 6, 2025 -
Consider line comments when determining indentation
#250591 merged
Jun 6, 2025 -
Verify the range is valid before getting the lin max column
#250450 merged
Jun 6, 2025 -
Fix line comment action for makefiles (Fixes #234464)
#243283 merged
Jun 6, 2025 -
Refactoring editor sticky scroll
#248131 merged
Jun 6, 2025 -
fix https://github.com/microsoft/vscode/issues/247820
#250816 merged
Jun 6, 2025 -
deprecate self-dispose object/pattern
#250815 merged
Jun 6, 2025 -
chore - Use simple suite- and test-names and leave styling up to the reporter
#250811 merged
Jun 6, 2025 -
Fix launch.json reference
#250187 merged
Jun 6, 2025 -
debt - some assorted changes
#250807 merged
Jun 6, 2025 -
fix https://github.com/microsoft/vscode/issues/248686
#250810 merged
Jun 6, 2025 -
Fix extraction of tab title name
#250621 merged
Jun 6, 2025 -
SCM - disable variable line height in the input field
#250802 merged
Jun 6, 2025 -
debt - more powerful layer checker with TS support
#250752 merged
Jun 6, 2025 -
fix https://github.com/microsoft/vscode/issues/247849
#250803 merged
Jun 6, 2025 -
Apply
font-variation-settings
to the suggestion widget (fix #199954)#200000 merged
Jun 6, 2025 -
debt - adopt
findEditors
in more places#250712 merged
Jun 6, 2025 -
hello 1.102.0
#250791 merged
Jun 6, 2025 -
Chat code block pill token updates
#250531 merged
Jun 5, 2025 -
Fix cell reveal when followCellExecution enabled and notebook tab not active
#250646 merged
Jun 5, 2025 -
force no border on request monaco list row
#250777 merged
Jun 5, 2025 -
Bulk query marketplace check for missingFromMarketplace
#250775 merged
Jun 5, 2025 -
Directly query for extension version before declaring it missing
#250763 merged
Jun 5, 2025 -
make sure
InlineAnchorWidget
get disposed#250759 merged
Jun 5, 2025 -
Instruction files - comma separated list of glob patterns not working in applyTo property
#250754 merged
Jun 5, 2025 -
chore: bump electron@35.5.1
#250608 merged
Jun 5, 2025 -
animate tree indent guides via opacity
#250744 merged
Jun 5, 2025 -
chore: update @vscode/spdlog@0.15.2
#250749 merged
Jun 5, 2025 -
updated names in endgame notebook
#250748 merged
Jun 5, 2025 -
instructions.md files duplicated in prompts
#250742 merged
Jun 5, 2025 -
Fixes telemetry error
#250740 merged
Jun 5, 2025 -
fix #247189
#250739 merged
Jun 5, 2025 -
ployfill
navigator
on NodeJS - but toundefined
#250619 merged
Jun 5, 2025 -
fixes https://github.com/microsoft/vscode/issues/250734
#250735 merged
Jun 5, 2025 -
fix mcp server icon in extensions view
#250727 merged
Jun 5, 2025 -
only show "Configure Tool Sets" when chat and tools are enabled
#250725 merged
Jun 5, 2025 -
update known variables
#250723 merged
Jun 5, 2025 -
chat - tweak indicator for setup to more cohorts
#250724 merged
Jun 5, 2025 -
Fix casing in setting descriptions
#250720 merged
Jun 5, 2025 -
chat - do not activate core agent which is not an extension
#250717 merged
Jun 5, 2025 -
fix image hover langauge and some omission issues
#250692 merged
Jun 4, 2025 -
show missingFromGallery warning only when
isEnabled && isRunning
#250689 merged
Jun 4, 2025 -
undo requests
hover padding for consistency#250688 merged
Jun 4, 2025 -
Fix SSE auth in MCP
#250686 merged
Jun 4, 2025 -
commands: fix for startup command in vscode.dev/edu route
#250680 merged
Jun 4, 2025 -
Fix race condition in unregistering authentication providers
#250667 merged
Jun 4, 2025 -
revert addition of
killGracefully
setting#250668 merged
Jun 4, 2025 -
make setting experimental
#250665 merged
Jun 4, 2025 -
Fix for pending promise of aisearch
#250664 merged
Jun 4, 2025 -
acct for udf setting
#250663 merged
Jun 4, 2025 -
Fix for splitting search editor behavior
#250658 merged
Jun 4, 2025 -
force
instanceLimit
to be at least 1#250657 merged
Jun 4, 2025 -
allow announcement to play when there's no sound for user action required from chat
#250655 merged
Jun 4, 2025 -
handle markdown string correctly, fix bugs
#250653 merged
Jun 4, 2025 -
fix(devcontainer): bump rust feature to fix container build
#250430 merged
Jun 4, 2025 -
update stable experiment groups allocation
#250588 merged
Jun 4, 2025 -
only apply graceful kill setting to linux/macOS
#250639 merged
Jun 4, 2025 -
don't hardcode Copilot name
#250645 merged
Jun 4, 2025 -
Auto-generated baselines by 1ES Pipeline Templates
#250340 merged
Jun 4, 2025 -
Use Copilot instead of Chat for action title
#250641 merged
Jun 4, 2025 -
Fix enum order for menu style
#250387 merged
Jun 4, 2025 -
Use
y
andn
keybindings for keep- and undo-changes.#250635 merged
Jun 4, 2025 -
windows - for now show OS context menu in title (workaround #250626)
#250631 merged
Jun 4, 2025 -
Browser popup block is obtrusive when refreshing the page with the process explorer open (fix #250469)
#250618 merged
Jun 4, 2025 -
Dropdown / Select Box should follow
window.menuStyle
#250627 merged
Jun 4, 2025 -
Review usages of
EditorOption.lineHeight
(#248794)#250625 merged
Jun 4, 2025 -
PLG: Guide users to continue or finish setup (microsoft/vscode-copilot#16775)
#250614 merged
Jun 4, 2025 -
chat - continue installation independent of sign-in result
#250606 merged
Jun 4, 2025 -
Align "Configure Tool Sets" command
#250605 merged
Jun 4, 2025 -
chat - no need to duplicate SVGs
#250602 merged
Jun 4, 2025 -
Chat does not register agent again when extension re-installed (fix #250382)
#250551 merged
Jun 4, 2025 -
fix #249863 - Timeout manifest request
#250601 merged
Jun 4, 2025 -
Tools picker updates
#250600 merged
Jun 4, 2025 -
Improve gutter menu rendering when no line numbers
#250597 merged
Jun 4, 2025 -
Don't show title in custom title bar if shown in native title bar
#250596 merged
Jun 4, 2025 -
fix https://github.com/microsoft/vscode/issues/250482
#250593 merged
Jun 4, 2025 -
polish toolset schemas
#250592 merged
Jun 4, 2025 -
chat - add logos to continue buttons
#250391 merged
Jun 4, 2025 -
fix focus on attachments and render attachments
#250578 merged
Jun 4, 2025 -
chat - increase timeout for setup waiting when connected to a remote
#250587 merged
Jun 4, 2025 -
watcher - polish log output
#250586 merged
Jun 4, 2025 -
redo borders for chat bubbles + hover fixes
#250569 merged
Jun 4, 2025 -
Use Loopback as default _with_ redirect
#250570 merged
Jun 4, 2025 -
commands: fix potential issue on vscode.dev/edu route
#250573 merged
Jun 4, 2025 -
ensure state is modified on any edit applied from the agent
#250567 merged
Jun 3, 2025 -
Tiny changes to input hover bar ('x' button) to match code block toolbar
#250566 merged
Jun 3, 2025 -
rm all tags except for a11y
#250559 merged
Jun 3, 2025 -
Improve scope handling in MCP auth providers
#250546 merged
Jun 3, 2025 -
fix #250452
#250558 merged
Jun 3, 2025 -
client_name isn't actually required
#250561 merged
Jun 3, 2025 -
GitHub - fix auth regression
#250556 merged
Jun 3, 2025 -
mcp: avoid attaching invalid resources
#250553 merged
Jun 3, 2025 -
mcp: improve navigation in directories for nested mcp uri template completions
#250534 merged
Jun 3, 2025 -
add 'configure mode' to chat view menu
#250536 merged
Jun 3, 2025 -
mcp: fix codelens action is not showing all prompts
#250533 merged
Jun 3, 2025 -
Revert walkthrough changes
#250484 merged
Jun 3, 2025 -
mcp: fix typo in confirmation dialog
#250529 merged
Jun 3, 2025 -
mcp: fix missing model acess picker
#250524 merged
Jun 3, 2025 -
mcp: fix resource "Attach to chat" doesn't reveal chat widget
#250519 merged
Jun 3, 2025 -
mcp: don't use qp title
#250515 merged
Jun 3, 2025 -
mcp: fix quick access has wrong title
#250516 merged
Jun 3, 2025 -
mcp: fix resource picker flickering
#250512 merged
Jun 3, 2025 -
mcp: Tool picker names should not show mcp_{server}_ prefix
#250503 merged
Jun 3, 2025 -
ensure default value is set to off for chat user action sound
#250494 merged
Jun 3, 2025 -
Bump tar-fs from 2.1.2 to 2.1.3 in /build
#250379 merged
Jun 3, 2025 -
remove unused colors
#250426 merged
Jun 3, 2025 -
update known variables file
#250406 merged
Jun 3, 2025 -
Engineering - test-documentation.sh|bat uses main instead of vnext
#250401 merged
Jun 3, 2025 -
Unresolved setting id in html setting
#248220 merged
Jun 3, 2025 -
chore: bump electron@35.5.0
#250374 merged
Jun 3, 2025 -
fix label of image name on hover
#250360 merged
Jun 3, 2025 -
Hide separators when focused
#250364 merged
Jun 3, 2025 -
show x on focus from keyboard
#250363 merged
Jun 3, 2025 -
Show outline when list is focused
#250361 merged
Jun 3, 2025 -
Adopt mode change event for custom modes
#250355 merged
Jun 3, 2025 -
issuer
->authorizationServer
refactor#250359 merged
Jun 3, 2025 -
tools: implement tool confirmation polish
#250351 merged
Jun 3, 2025 -
mcp: add more data in codelens, clean up options pick
#250341 merged
Jun 2, 2025 -
mcp: fix missed disposable store for resource completions
#250342 merged
Jun 2, 2025 -
Allowing multiple instances of the search editor
#250338 merged
Jun 2, 2025 -
Attach search file context fix
#250337 merged
Jun 2, 2025 -
mcp: use tool embedded resource data for 'permalinks'
#250329 merged
Jun 2, 2025 -
show confirmation message + better tabbing
#250308 merged
Jun 2, 2025 -
dont reveal if a change is already visible
#250336 merged
Jun 2, 2025 -
Fix vscode.env.onDidChangeShell not firing in the webworker extension host
#249824 merged
Jun 2, 2025 -
make chatUserActionRequired sound opt-in for now
#250334 merged
Jun 2, 2025 -
set an empty selection so that get selection does not return undefined
#250323 merged
Jun 2, 2025 -
Polish configure prompt files dialog
#250325 merged
Jun 2, 2025 -
rm unneeded aria label part for code block toolbar
#250332 merged
Jun 2, 2025 -
code --wait --merge never exits (fix #249601)
#250328 merged
Jun 2, 2025 -
fix cell execution count on rerun
#250327 merged
Jun 2, 2025 -
Linux: Support OS title menu in custom title bar (fix #241467)
#250324 merged
Jun 2, 2025 -
[css/json/html] update services
#250307 merged
Jun 2, 2025 -
mcp: remove optimistic initial resource completions
#250321 merged
Jun 2, 2025 -
Add JWT redaction
#250320 merged
Jun 2, 2025 -
Warn about installed extensions that are no longer available in Marketplace
#248852 merged
Jun 2, 2025 -
Parse Notebook cell uris
#250261 merged
Jun 2, 2025 -
Show a "Copilot" menu OOTB (fix #17904)
#250305 merged
Jun 2, 2025 -
let the value of
IChatRequestToolSetEntry
be tool entries#250303 merged
Jun 2, 2025 -
Manage prompt files: copy
#250301 merged
Jun 2, 2025 -
unregister install extensions tool until ux flow is finalised
#250299 merged
Jun 2, 2025 -
Improve line replacement logic for single line insertions
#250297 merged
Jun 2, 2025 -
Add Copilot setup steps for remote web walkthroughs
#249576 merged
Jun 2, 2025 -
Only have
ToolSet#referenceName
but no more displayName and toolReferenceName#250294 merged
Jun 2, 2025 -
Fixes #249911
#250292 merged
Jun 2, 2025 -
Copilot
1.100
recovery fixes#249521 merged
Jun 2, 2025 -
Engineering - bump version
#250289 merged
Jun 2, 2025 -
fix #239206
#250283 merged
Jun 2, 2025 -
fix #244974
#250282 merged
Jun 2, 2025 -
show private extension indicator in extensions view
#250277 merged
Jun 2, 2025 -
fix #240231
#250276 merged
Jun 2, 2025 -
Bring back MCP tool set but keep its tools
#250273 merged
Jun 2, 2025 -
event handling for custom chat modes
#250012 merged
Jun 2, 2025 -
fix #248471
#250271 merged
Jun 2, 2025 -
fix mode and instruction pickers & polish
#250268 merged
Jun 2, 2025 -
use default extensions codicon icon
#250267 merged
Jun 2, 2025 -
chat - use proper icon to move chat back into view
#250263 merged
Jun 2, 2025 -
Localize custom mode labels, change Standard -> Built-In
#250252 merged
Jun 2, 2025 -
Plumb custom mode body
#250250 merged
Jun 2, 2025 -
add manage prompt file/instructions commands
#250242 merged
Jun 1, 2025 -
Pick correct tools for more cases
#250210 merged
Jun 1, 2025 -
[prompts]: fix tools inside modes metadata
#250212 merged
Jun 1, 2025 -
disasembly view: handle negative line height returned by debug adapter
#250081 merged
May 31, 2025 -
Tweak extension install tool description
#250195 merged
May 31, 2025 -
Ensure no repeat categories in ADMX/ADML
#250143 merged
May 31, 2025 -
Fix #249752
#250183 merged
May 31, 2025 -
Allow registering toolSets that reference disabled tools
#250167 merged
May 31, 2025 -
don't add extra space when accepting implicit context
#250164 merged
May 31, 2025 -
Tweak max requests setting description
#250160 merged
May 31, 2025 -
Fix layout in tool invocation codeblocks
#250162 merged
May 31, 2025 -
No more double auth prompts
#250156 merged
May 31, 2025 -
fix: conditionally append scope parameter in authorization URL for DynamicAuthProvider
#250084 merged
May 31, 2025 -
New Welcome Experience Left and Right Arrows
#250149 merged
May 31, 2025 -
mcp: record and allow viewing log of sampling requests
#250154 merged
May 30, 2025 -
[prompts]: address PR feedback
#250153 merged
May 30, 2025 -
[prompts]: expose content body of mode files
#250144 merged
May 30, 2025 -
mcp: add browse resource action
#250148 merged
May 30, 2025 -
fix: show local results mid-search if available
#250138 merged
May 30, 2025 -
Fix notebook sticky execution spinner getting stuck after execution finishes
#250131 merged
May 30, 2025 -
Copilot search edge case fixes
#250136 merged
May 30, 2025 -
Find as you type setting
#250132 merged
May 30, 2025 -
mcp: allow dnd on tool-generated resources
#250128 merged
May 30, 2025 -
Git - add extension API to get the repository root
#250044 merged
May 30, 2025 -
Bump maxRequests
#250091 merged
May 30, 2025 -
Properly handle action widget checked state
#250127 merged
May 30, 2025 -
disable continue button until user installs the extensions
#250124 merged
May 30, 2025 -
Improve fetch webpage tool security messaging to clarify risks instead of labeling URLs as "untrusted"
#250048 merged
May 30, 2025 -
Engineering - move to Windows2022 build agents
#250123 merged
May 30, 2025 -
Git - add logging for askpass
#250109 merged
May 30, 2025 -
Add new layout codicons for panel and sidebar docking
#250111 merged
May 30, 2025 -
mcp: display and allow saving resources generated by tool calls
#250094 merged
May 30, 2025 -
Fix GitHub workflows to check file changes before user permissions
#250083 merged
May 30, 2025 -
fix styling of x button + chat attachments improvements + width fixes
#250089 merged
May 30, 2025 -
Fix big cells revealing at top third and not bottom third
#250090 merged
May 30, 2025 -
[prompts]: disable mode and tools metadata support in instruction file headers
#250062 merged
May 29, 2025 -
fix: providerName should be per result
#250079 merged
May 29, 2025 -
mcp: inline multiple message roles in chat, for now
#250071 merged
May 29, 2025 -
Limit replace display value to 10 lines
#250063 merged
May 29, 2025 -
Fix several AI settings search bugs
#250068 merged
May 29, 2025 -
chat: improve async prompt handling
#250067 merged
May 29, 2025 -
[prompts]: allow for non-quoted string values inside front matter arrays
#250065 merged
May 29, 2025 -
[prompts]: disable front matter header decorations provider
#250061 merged
May 29, 2025 -
fix: allow Continue On if edit session identity provider mutates edit session payload
#250057 merged
May 29, 2025 -
mcp: fix prompts not being fixed on update notifications
#250059 merged
May 29, 2025 -
Bump undici from 7.3.0 to 7.9.0 in /remote
#249292 merged
May 29, 2025 -
mcp: adopt proposed completions fix
#250050 merged
May 29, 2025 -
Fix custom titlebar visibility when native title bar is enabled on macos
#250052 merged
May 29, 2025 -
Don't show empty activity bar in zen mode when positioned at the top
#250038 merged
May 29, 2025 -
fix: update distro version in package.json
#250039 merged
May 29, 2025 -
fix some chat ui again
#250032 merged
May 29, 2025 -
Ensure user selected tools is setup correctly
#250027 merged
May 29, 2025 -
many chat ui improvements
#250022 merged
May 29, 2025 -
better keyboard handling for enter/delete/click
#250010 merged
May 29, 2025 -
feat: add AI settings search toggle
#249648 merged
May 28, 2025 -
Add loopback & device code flows
#250015 merged
May 28, 2025 -
Support for async keyword suggestions
#250016 merged
May 28, 2025 -
mcp: initial sampling implementation
#249946 merged
May 28, 2025 -
promptFileLocator: use fileSystem if the location does not contain a wildcard
#249994 merged
May 28, 2025 -
Allow rendering multi line ghost text at the start of the next line
#250008 merged
May 28, 2025 -
some api notes
#249993 merged
May 28, 2025 -
Disassembly View: don't display invalid memory instructions
#249779 merged
May 28, 2025 -
Update distro
#250005 merged
May 28, 2025 -
mcp: respect annotations on tool results
#250003 merged
May 28, 2025 -
mcp: tweak title of prompt argument pick
#250001 merged
May 28, 2025 -
mcp: respect cwd in configs, allow proper variable resolution
#249999 merged
May 28, 2025 -
mcp: be more explicit about where servers run in the add flow
#249996 merged
May 28, 2025 -
fix compilation
#249981 merged
May 28, 2025 -
prepare to use extensions codicon for default icon
#249977 merged
May 28, 2025 -
fix: correct codicon name from
extensionLarge
toextensionsLarge
#249979 merged
May 28, 2025 -
more tools picker tweaks
#249957 merged
May 28, 2025 -
tool set tweaks
#249952 merged
May 28, 2025 -
Use line replacement view instead of word replacement view when inserting before cursor
#249955 merged
May 28, 2025 -
Add
editor.inlineSuggest.experimental.suppressInlineSuggestions
#249968 merged
May 28, 2025 -
SCM Graph - compressed elements should not have any actions
#249959 merged
May 28, 2025 -
fix custom rendering of list servers command
#249964 merged
May 28, 2025 -
add tools picker code lens to prompt files
#249949 merged
May 28, 2025 -
Add presentation property for private chat terminal API
#249936 merged
May 28, 2025 -
Fix up interactiveSessionProviderInvoked ttft telemetry
#249695 merged
May 28, 2025 -
better keyboard handling of attachments
#249917 merged
May 28, 2025 -
Make the Dynamic Auth Providers Resource Specific
#249931 merged
May 27, 2025 -
Refactor
authenticationService.getSessions
to match Ext Host API shape#249913 merged
May 27, 2025 -
mcp: improve tool prefixing behavior
#249929 merged
May 27, 2025 -
Joycegu/add genai packages 05222025
#249589 merged
May 27, 2025 -
better handling of editor width in request bubbles
#249923 merged
May 27, 2025 -
Git -
provideOriginalResource()
should handle symbolic links#249920 merged
May 27, 2025 -
mcp: add a second-step fallback for legacy SSE
#249914 merged
May 27, 2025 -
remove headers from user request
#249918 merged
May 27, 2025 -
chat bubbles for requests
#249681 merged
May 27, 2025 -
Enable toolsets with tools that aren't canBeReferencedInPrompt
#249834 merged
May 27, 2025 -
promptFileLocator: Use ISearchService
#249901 merged
May 27, 2025 -
Unable to Open VSCode From Command Line in Windows & WSL (fix #249882)
#249898 merged
May 27, 2025 -
SCM Graph - tweak rendering for expanded history items
#249897 merged
May 27, 2025 -
have special rendering for tools and tool sets so that we can always render them as the short name
#249894 merged
May 27, 2025 -
Git - handle the scenarion in which Recycle Bin/Trash are not supported
#249890 merged
May 27, 2025 -
tweak labels and grouping of tools and tool sets
#249895 merged
May 27, 2025 -
fix missing message for inline chat when hidden
#249888 merged
May 27, 2025 -
chat - tweak animated setup dialog to animate angle
#249887 merged
May 27, 2025 -
Enhance GithHub publishing logic to handle renamed repositories
#245024 merged
May 27, 2025 -
Update
extensions
codicon and add 'extension-large' codicon to the codicons library#249876 merged
May 27, 2025 -
Enhance session management for selected tools in chat
#249878 merged
May 27, 2025 -
chat - add a experimental setting to try web support
#249877 merged
May 27, 2025 -
Git - include short commit hash in the ref picker details
#249874 merged
May 27, 2025 -
restore actions for MCP buckets
#249870 merged
May 27, 2025 -
Git - ref pickers should use
commitShortHashLength
setting#249869 merged
May 27, 2025 -
tool set should actually use transaction
#249868 merged
May 27, 2025 -
🆙 CSS build tools
#249855 merged
May 27, 2025 -
Engineering - update notebooks
#249865 merged
May 27, 2025 -
Fix bad handling of trusted domains with no scheme
#249858 merged
May 27, 2025 -
Add missing auth header
#249767 merged
May 27, 2025 -
No longer dispose extension auth providers and track dynamic ones
#249845 merged
May 27, 2025 -
Fix not remembering mode when window is reloaded
#249836 merged
May 26, 2025 -
No more tool set per mcp server, just tools
#249828 merged
May 26, 2025 -
SCM - add the ability to search for a history item
#249819 merged
May 26, 2025 -
Handle errors when accessing non-existing prompt folders
#249809 merged
May 26, 2025 -
SCM - add cancellation token to history provider
#249808 merged
May 26, 2025 -
On windows, use
alt
instead ofctrl
for keep/undo changes/hunks#249806 merged
May 26, 2025 -
GitHub - only prompt once to authenticate in the avatar provider
#249785 merged
May 26, 2025 -
Add a command for removing a registration
#249765 merged
May 26, 2025 -
Start supporting custom modes
#249720 merged
May 25, 2025 -
Git - sequantialize calls to
git config
#249709 merged
May 24, 2025 -
chat - rename limited => free
#249703 merged
May 24, 2025 -
chat - support an input mode for auth dialog
#249571 merged
May 24, 2025 -
Even more logging
#249689 merged
May 24, 2025 -
Remove "Open model picker" from command palette
#249693 merged
May 24, 2025 -
Don't render "Canceled" error
#249692 merged
May 24, 2025 -
Add logging and also re-get the sessions after updating.
#249683 merged
May 24, 2025 -
fix more setting widget layout overflows
#249682 merged
May 24, 2025 -
debt: finish adopting ensureNoDisposablesAreLeakedInTestSuite
#249678 merged
May 24, 2025 -
remove fade in/out for toolbar
#249680 merged
May 24, 2025 -
fix: register actions in SettingsTargetsWidget
#249676 merged
May 23, 2025 -
fix: add missing background colour pair
#249675 merged
May 23, 2025 -
feat: add Setting ID filter for reference
#249674 merged
May 23, 2025 -
mcp: add support completions, files, and commands for prompt arguments
#249673 merged
May 23, 2025 -
Improve model picker aria label
#249679 merged
May 23, 2025 -
Implement sticky cell execution status
#249572 merged
May 23, 2025 -
Add OAuth tests
#249672 merged
May 23, 2025 -
Implement "try again" button on errors
#249662 merged
May 23, 2025 -
only say fix with chat in notification title if that action is present
#249658 merged
May 23, 2025 -
Fix handling of
/oauth-authorization-server
#249659 merged
May 23, 2025 -
debt: polish settings search provider code
#249651 merged
May 23, 2025 -
don't delete implicit file suggestion when attachment deleted
#249656 merged
May 23, 2025 -
feat: add onDidEnable event
#249653 merged
May 23, 2025 -
feat: add onDidEnable event
#249650 merged
May 23, 2025 -
chat: fix code block pills/undo's not working correctly
#249645 merged
May 23, 2025 -
Don't check default mode experiment for free users
#249509 merged
May 23, 2025 -
use appropriate status for task warning
#249644 merged
May 23, 2025 -
Fix timeline git requests are not cancelled when switching editors too fast
#244335 merged
May 23, 2025 -
TerminalTaskSystem: Add support for nushell
#238440 merged
May 23, 2025 -
SCM Graph - fix "Open File" action
#249627 merged
May 23, 2025 -
Treesitter-refactoring
#249608 merged
May 23, 2025 -
Fix capitalization for next edit suggestion labels
#249606 merged
May 23, 2025 -
Use MCP for now...
#249590 merged
May 23, 2025 -
Notebook layout troubleshooting
#249588 merged
May 22, 2025 -
chat: polish chat.focusWindowOnConfirmation setting
#249586 merged
May 22, 2025 -
Revert a6546317acec2bcc1e097b7820a06ded4413519a
#249581 merged
May 22, 2025 -
Pickup latest TS for building VSCode
#249578 merged
May 22, 2025 -
feat: add settings search provider names
#249570 merged
May 22, 2025 -
mcp: support resource templates
#249498 merged
May 22, 2025 -
Fix account menu not being updated when changes come from other windows
#249568 merged
May 22, 2025 -
add background to implicit context attachment
#249502 merged
May 22, 2025 -
Fix sanitizer call
#249520 merged
May 22, 2025 -
add manage custom chat modes command
#249569 merged
May 22, 2025 -
mcp: allow attaching resources as chat contextgit
#249398 merged
May 22, 2025 -
Polish cell autoreveal
#249574 merged
May 22, 2025 -
debt: tidy up settings search code
#249567 merged
May 22, 2025 -
Initial support of dynamic auth providers for MCP
#249501 merged
May 22, 2025 -
tweak enum description for tool json
#249560 merged
May 22, 2025 -
EditContext: using correct word wrap value
#249555 merged
May 22, 2025 -
extract tools config picker into a reusable function
#249556 merged
May 22, 2025 -
Cursor moves to the end of the edit after inline completion
#249554 merged
May 22, 2025 -
shell: enable environment discovery on Windows
#249301 merged
May 22, 2025 -
feat: add parameter to only return embeddings results
#249496 merged
May 22, 2025 -
dom.ts#getFocusedWindow()
has a weird redundant check (fix #249416)#249511 merged
May 22, 2025 -
better language message IPC
#249552 merged
May 22, 2025 -
dialogs - only handle modal background clicks for that element
#249549 merged
May 22, 2025 -
Fix tree not updated when event files
#249544 merged
May 22, 2025 -
SCM Graph - separate action to toggle view mode
#249545 merged
May 22, 2025 -
fixes https://github.com/microsoft/vscode-copilot/issues/17621
#249543 merged
May 22, 2025 -
Adds isNeutralOn and removeCommonSuffixPrefix
#249542 merged
May 22, 2025 -
Refactor prompt service to use main prompt file and remove combined tools metadata
#249535 merged
May 22, 2025 -
fix updating tree indent setting
#249541 merged
May 22, 2025 -
chat - more setup dialog tweaks
#249534 merged
May 22, 2025 -
observable map/set accept
ITransaction
for clear, set, delete-calls#249539 merged
May 22, 2025 -
add configure/edit tool set gesture
#249538 merged
May 22, 2025 -
Fix cut-off edit suggestions in the editor and rendering after minimap
#249537 merged
May 22, 2025 -
SCM - extract view mode (list/tree) into ISCMViewService
#249536 merged
May 22, 2025 -
Adds a copy-paste logic to preserve chat attachments and dynamic variables
#249533 merged
May 22, 2025 -
chat - setup dialog tweaks
#249449 merged
May 22, 2025 -
Update Go grammar
#249525 merged
May 22, 2025 -
Make sure to escape cspSource
#249518 merged
May 22, 2025 -
SCM Graph - do not show actions for folders
#249516 merged
May 22, 2025 -
VS Code Speech shows modal dialog after cancelling (fix #249492)
#249512 merged
May 22, 2025 -
Refactor autoReveal
#249500 merged
May 22, 2025 -
first pass at new implicit attachments
#249473 merged
May 22, 2025 -
fix: use markdown string for MCP tool confirmation
#249497 merged
May 21, 2025 -
Make
service-worker.ts
into a fake module#249493 merged
May 21, 2025 -
SCM Graph - add tree rendering for commit
#249483 merged
May 21, 2025 -
Allow rendering faster responses eg Cerebras
#249491 merged
May 21, 2025 -
add install extension tool
#249450 merged
May 21, 2025 -
add tags to increase discoverability of new user action required sound
#249488 merged
May 21, 2025 -
Adds observable test & fixes issues when triggering a recomputation from within record changes.
#249476 merged
May 21, 2025 -
add unique sounds for code action triggered/ applied
#249481 merged
May 21, 2025 -
Support LSP based completion provider
#243528 merged
May 21, 2025 -
add
IChatRequestVariableEntry#toUri
and use it instead of addressable value#249469 merged
May 21, 2025 -
check if auto confirmed before playing accessibility signal
#249478 merged
May 21, 2025 -
Pick up latest vscode-markdown-languageserver
#249413 merged
May 21, 2025 -
rm setting ref in chat user action required signal setting
#249468 merged
May 21, 2025 -
Removes duplicated header
#249466 merged
May 21, 2025 -
Removes duplicated header
#249465 merged
May 21, 2025 -
Get things running
#249452 merged
May 21, 2025 -
Use normal webview index.html for firefox
#249392 merged
May 21, 2025 -
Add error message to "Failed to render content" fallback
#249458 merged
May 21, 2025 -
Fix for semantic search triggering on option changes
#249455 merged
May 21, 2025 -
Add support for tool sets
#249448 merged
May 21, 2025 -
propagate list/tree indent level to renderers
#249443 merged
May 21, 2025 -
chat - setup dialog updates
#249432 merged
May 21, 2025 -
Support
@builtin @disabled
#235885 merged
May 21, 2025 -
Rename "Next Edit Suggestions" to "Next edit suggestions" and "Code Completion" to "Code completion"
#249428 merged
May 21, 2025 -
Take care of some of the boring refactor changes
#249429 merged
May 21, 2025 -
debt - disable use of node.js
path
lib#249425 merged
May 21, 2025 -
Update log tmLanguage from vscode-logfile-highlighter 3.4.1
#249046 merged
May 21, 2025 -
Splits up observable files
#249382 merged
May 21, 2025 -
Removes ITextModel dependency from objectStream.ts
#249369 merged
May 21, 2025 -
debt - reduce use of node.js
path
#249423 merged
May 21, 2025 -
chat - tweak setup error response
#249417 merged
May 21, 2025 -
Revert "Only use the main prompt file to decide about the mode and tools"
#249407 merged
May 21, 2025 -
Clean up old 'toolSelection'
#249411 merged
May 21, 2025 -
mcp: adopt command to get the debugpy path
#249406 merged
May 20, 2025 -
[prompts]: add support for "unquoted string" values in prompt file headers
#249374 merged
May 20, 2025 -
don't play signal if auto approve is enabled
#249394 merged
May 20, 2025 -
by default, play tool user action required when window is not focused
#249379 merged
May 20, 2025 -
mcp: initial wiring for resources
#249361 merged
May 20, 2025 -
SCM Graph - simplify margin rendering
#249386 merged
May 20, 2025 -
Replace -v with -n and parameter expansion zsh shell integration
#248663 merged
May 20, 2025 -
remove unused code
#249380 merged
May 20, 2025 -
feat: add AI search delayer and handle early promises
#249135 merged
May 20, 2025 -
debt - avoid
any
for timeout/interval#249348 merged
May 20, 2025 -
Moves getPositionOffsetTransformerFromTextModel into its own file
#249368 merged
May 20, 2025 -
Semantic search tracing changes
#249366 merged
May 20, 2025 -
Fixes #248784
#249363 merged
May 20, 2025 -
Only use the main prompt file to decide about the mode and tools
#249364 merged
May 20, 2025 -
Add
window.menuStyle
#249339 merged
May 20, 2025 -
SCM - adjust source control context picker labels
#249360 merged
May 20, 2025 -
GitHub - fix regression in
getOctokitGraphql()
#249355 merged
May 20, 2025 -
GitHub - fix graphql query regression following the ESM migration
#249340 merged
May 20, 2025 -
SCM - extract history item hover content creation
#249331 merged
May 20, 2025 -
Capture commands in queue and pending responses in telemetry
#249310 merged
May 20, 2025 -
chore: bump electron@35.4.0
#249241 merged
May 20, 2025 -
Fix participant slash commands in non-ask mode
#249325 merged
May 20, 2025 -
fix: delayed webview resource loading due to sw controller changes
#249114 merged
May 20, 2025 -
disallow keyboard navigation into the
x
button#249324 merged
May 20, 2025 -
Include preview roots in list of allowed markdown preview csp roots
#249323 merged
May 20, 2025 -
polish chat tool accessibility
#249283 merged
May 19, 2025 -
[prompts]: improve front matter record diagnostic messages
#249319 merged
May 19, 2025 -
add sound for
chatUserActionRequired
, addannouncement
setting#248952 merged
May 19, 2025 -
add custom aria labels for chat tool confirmation codeblocks
#249288 merged
May 19, 2025 -
Semantic search improvements
#249317 merged
May 19, 2025 -
Adds inline completion requestUuid to edit metadata
#249316 merged
May 19, 2025 -
[prompts][debt]: remove the last '.bind()' calls in the base decoder class
#249311 merged
May 19, 2025 -
Introduces TextModelEditReason and sets reloadFromDisk edit reason when text document is reloaded.
#249309 merged
May 19, 2025 -
SCM Graph - improve history item context hover
#249308 merged
May 19, 2025 -
Fixes timeTravelScheduler bug
#249307 merged
May 19, 2025 -
Fixes previousValue for first run of runOnChange
#249306 merged
May 19, 2025 -
debt: sort imports
#248434 merged
May 19, 2025 -
Revert "use idiomatic programming in
setupChatModeAndTools
, also localize human readable strings"#249299 merged
May 19, 2025 -
[prompts]: add 'prompt' language ID to the list of excluded inline chat hint languages
#249298 merged
May 19, 2025 -
Adding traces for semantic searches
#249296 merged
May 19, 2025 -
Removes unused debounceDelayMs
#249290 merged
May 19, 2025 -
Bump undici from 7.2.3 to 7.9.0
#249029 merged
May 19, 2025 -
Insiders Editing PR Comment Not Working
#249253 merged
May 19, 2025 -
fix #249251
#249275 merged
May 19, 2025 -
debt - avoid use of
d.ts
to export types#249248 merged
May 19, 2025 -
Menu bar cleanup before implementing window.menuStyle
#249268 merged
May 19, 2025 -
SCM Graph - add action to summarize history item
#249265 merged
May 19, 2025 -
add a slight animation for "atomic" edits
#249262 merged
May 19, 2025 -
SCM Graph - add context menu action to add history item to chat
#249255 merged
May 19, 2025 -
Fix undefined property access in gutterIndicatorView
#249250 merged
May 19, 2025 -
fix browser elements bugs
#249245 merged
May 19, 2025 -
Avoid errorDetails being rendered multiple times while scrolling
#249219 merged
May 18, 2025 -
SCM - expose complete diff information to extensions
#249199 merged
May 18, 2025 -
eng - fix layer checker
#249196 merged
May 18, 2025 -
Fix missing tool calls after cancelling tool call
#249191 merged
May 18, 2025 -
chat - improve error warning when forwarding to real agent fails
#249181 merged
May 17, 2025 -
mcp: add a devmode for MCP servers
#249034 merged
May 17, 2025 -
dialog - restore message handling partially
#249173 merged
May 17, 2025 -
Popped out Chat also opens editor (fix microsoft/vscode-copilot#17492)
#249170 merged
May 17, 2025 -
make sure ui element selection always opens chat
#249164 merged
May 17, 2025 -
remove console logs
#249160 merged
May 17, 2025 -
Make ChatListRenderer resilient to failing to render parts
#249155 merged
May 16, 2025 -
Fix summarization progress message breaking list rendering
#249151 merged
May 16, 2025 -
chat: apply tool autoconfirm outside of chat stream processing
#249147 merged
May 16, 2025 -
mcp: v1 support for mcp prompts
#249139 merged
May 16, 2025 -
Fix for undefined tree
#249125 merged
May 16, 2025 -
Ensure tab doesn't get stuck in tool confirmation code block
#249138 merged
May 16, 2025 -
Always reveal pre-execution & default fallback logic
#249136 merged
May 16, 2025 -
Ensure widget is hidden prior to action runs
#249129 merged
May 16, 2025 -
support remote only mcp servers
#249124 merged
May 16, 2025 -
simple browser fix for livepreview and navigation
#249051 merged
May 16, 2025 -
Bring back container focus for autoreveal cell execution w/ AI
#249121 merged
May 16, 2025 -
fix: set content reference description on historical chat attachments
#249112 merged
May 16, 2025 -
Initial support of OAuth in MCP
#249056 merged
May 16, 2025 -
fix the query result
#249107 merged
May 16, 2025 -
Adjust chat editing UX
#249105 merged
May 16, 2025 -
SCM - switch quick diff to use the
advanced
diff algo to fix some edge cases#249106 merged
May 16, 2025 -
use mcp server codicon
#249103 merged
May 16, 2025 -
aux window - scoped services alignments
#249095 merged
May 16, 2025 -
Update action titles for compact and always on top window modes
#249100 merged
May 16, 2025 -
chat - defer revealing of chat view to after sign-in dialog
#249102 merged
May 16, 2025 -
Update codicon font file to reflect recent changes - mcp fix
#249101 merged
May 16, 2025 -
Add 'mcp' icon to codicons library
#249093 merged
May 16, 2025 -
SCM - polish history item context picker
#249088 merged
May 16, 2025 -
Git - do not add ellipsis to history item subject/timeline item label
#249086 merged
May 16, 2025 -
fix #248836
#249085 merged
May 16, 2025 -
SCM Graph - do not show inline action in the context menu
#249075 merged
May 16, 2025 -
aux window - improve compact actions functionality
#249070 merged
May 16, 2025 -
SCM - add the capability to attach a history item as chat context
#249073 merged
May 16, 2025 -
fixes https://github.com/microsoft/vscode-copilot/issues/17264
#249072 merged
May 16, 2025 -
Don't throw out of tools extension point
#249057 merged
May 15, 2025 -
Enhance autoReveal arg behavior for AI cell execution tracking
#248863 merged
May 15, 2025 -
Have empty category up top not down at the bottom
#249055 merged
May 15, 2025 -
fix: register widgets in chat attachments content part
#249054 merged
May 15, 2025 -
Don't allow element to be undefined when setting aria label
#249052 merged
May 15, 2025 -
handle some task disposables
#249047 merged
May 15, 2025 -
Fix for auto search on empty
#249043 merged
May 15, 2025 -
add opt-in setting to gracefully kill terminal processes
#248947 merged
May 15, 2025 -
Re #249001. Set semanticSearchBehavior to manual
#249035 merged
May 15, 2025 -
[typescript-language-features] Add configuration for maximum hover length
#248181 merged
May 15, 2025 -
when auto update is set to only enabled extensions then disable auto update only for user disabled extensions
#249025 merged
May 15, 2025 -
chat - focus input when clicking into welcome text
#249028 merged
May 15, 2025 -
💄 more types
#249026 merged
May 15, 2025 -
SCM - add history item resolver for the multi-file diff editor
#249021 merged
May 15, 2025 -
fix querying installed mcp servers
#249010 merged
May 15, 2025 -
fix hiding icon when small
#249011 merged
May 15, 2025 -
show mcp server icon as default icon
#249009 merged
May 15, 2025 -
chat - increase login dialog width
#249008 merged
May 15, 2025 -
notifications - remove unused events
#249007 merged
May 15, 2025 -
Update upstream repo for R syntax
#248880 merged
May 15, 2025 -
Fix gutter indicator direction on first line
#249006 merged
May 15, 2025 -
use gallery enablement instead of checking setting
#248998 merged
May 15, 2025 -
chat - go through setup dialog when signed out from status bar
#248997 merged
May 15, 2025 -
chat - enable alternate login provider only when provided
#248994 merged
May 15, 2025 -
fix setting env values with variables
#248995 merged
May 15, 2025 -
dialogs - tweak settings description
#248993 merged
May 15, 2025 -
Taking into account view data when getting line height
#248712 merged
May 15, 2025 -
ignore prompt-lang for inline chat hint
#248991 merged
May 15, 2025 -
fix: revert remote libcxx requirement to 3.4.25
#248976 merged
May 15, 2025 -
Show line range in github uri references
#248967 merged
May 15, 2025 -
render file widgets within tool confirmation messages
#248964 merged
May 14, 2025 -
Fix for search event overload
#248966 merged
May 14, 2025 -
Add title and clear button to chat history quick pick
#248951 merged
May 14, 2025 -
Keyword suggestions core setting
#248958 merged
May 14, 2025 -
Add log for "invalid value reference"
#248959 merged
May 14, 2025 -
enhance browsing mcp gallery
#248956 merged
May 14, 2025 -
Allow passing in extension to marked when rendering markdown
#248953 merged
May 14, 2025 -
Introduce Issuer handling in the Authentication stack
#248948 merged
May 14, 2025 -
Fix #selection in chat editor and new window
#248886 merged
May 14, 2025 -
Cannot send a chat request
#248764 merged
May 14, 2025 -
Rename id to traceId and add pending responses value.
#248941 merged
May 14, 2025 -
Adding options for automatic semantic search
#248864 merged
May 14, 2025 -
Add casts to silence breaks due to updated DOM types
#248346 merged
May 14, 2025 -
Use proper DTO type for tools
#248944 merged
May 14, 2025 -
@xterm/xterm@5.6.0-beta.107
#248924 merged
May 14, 2025 -
troubleshoot -> fix
#248932 merged
May 14, 2025 -
implement mcp server gallery view
#248926 merged
May 14, 2025 -
chat - revamp the setup dialog
#248789 merged
May 14, 2025 -
Tab accepts when in accept flow and and suggestion is visible even when curosr not at suggestion
#248918 merged
May 14, 2025 -
Clicking Go To / Accept should accept
#248915 merged
May 14, 2025 -
Chat request removes words that start with /
#248761 merged
May 14, 2025 -
Engineering - bump version number
#248905 merged
May 14, 2025 -
Aux window: Support a one click "pop-in" action (fix #248652)
#248906 merged
May 14, 2025 -
Support more chat related actions in aux windows and editors (fix microsoft/vscode-copilot#17324)
#248898 merged
May 14, 2025 -
Fix gutter indicator style
#248897 merged
May 14, 2025 -
Window freezes when inserting newlines at the beginning of an INI-recognized file in Insiders
#248849 merged
May 14, 2025 -
Add collection ID trace log
#248872 merged
May 14, 2025 -
SCM - fix quick diff vertical scrolling issue
#248854 merged
May 14, 2025 -
chat - reduce noise from missing agent errors
#248890 merged
May 14, 2025 -
move voice button to the end so it doesn't bounce around
#248874 merged
May 14, 2025 -
Register a NullAuthProvider for github-enterprise when there is no setting set
#248870 merged
May 13, 2025 -
show toolbar only on last response
#248867 merged
May 13, 2025
93 Pull requests opened by 54 people
-
chat style update
#249042 opened
May 15, 2025 -
Run tests in parallel
#249062 opened
May 16, 2025 -
Add some tree sitter API tests
#249078 opened
May 16, 2025 -
fix #249087: Handle dirty work tree error when branch name is specified in git.checkout command
#249171 opened
May 17, 2025 -
feat(quickinput): improve dnd drag areas UX
#249261 opened
May 19, 2025 -
Fix: Ensure folder contents are restored on undo (Fixes #249263)
#249273 opened
May 19, 2025 -
feat: offer to move into Applications folder on macOS
#249345 opened
May 20, 2025 -
refactor: remove unnecessarily renamed
#249354 opened
May 20, 2025 -
Render complex HTML in screen reader content
#249356 opened
May 20, 2025 -
fix: missing translations of remote built-in extensions
#249430 opened
May 21, 2025 -
Task terminal icon has color glitch
#249580 opened
May 22, 2025 -
Wip: math support in chat
#249591 opened
May 23, 2025 -
Adding Description on Visual Studio Code Readme.md
#249594 opened
May 23, 2025 -
Support extentions providing code snippets via registered text document content providers (fix #248407)
#249597 opened
May 23, 2025 -
Add local Monaco playground
#249616 opened
May 23, 2025 -
Documento para las tecnologías de vscode
#249705 opened
May 24, 2025 -
Add secondary overview ruler colors for staged changes
#249711 opened
May 24, 2025 -
error correction instructions
#249715 opened
May 24, 2025 -
Update Gitter badge, fix typo, and simplify image markup
#249721 opened
May 24, 2025 -
Explorer Font Family and Font Size Support
#249739 opened
May 25, 2025 -
feat: conditionallyExecuteCommand API proposal
#249742 opened
May 25, 2025 -
github image uploader service
#249902 opened
May 27, 2025 -
feat: use session token when syncing new profiles
#249903 opened
May 27, 2025 -
Make Monaco Editor compatible with Vite
#249962 opened
May 28, 2025 -
chat: add multiple 'initiator' types to `provideLanguageModelResponse`
#250018 opened
May 28, 2025 -
Fix workspace findFiles API to properly handle glob patterns
#250076 opened
May 29, 2025 -
Debugger disassembly: reload disassembly around current instruction
#250173 opened
May 31, 2025 -
Context key `availableEditorIds` for diff editors
#250198 opened
May 31, 2025 -
style.css
#250235 opened
Jun 1, 2025 -
Fixes #192055 avoids view refresh race condition
#250239 opened
Jun 1, 2025 -
fix(editor): handle minimap offset in content width
#250315 opened
Jun 2, 2025 -
Highlight debug console important message correctly
#250318 opened
Jun 2, 2025 -
Feature: Unfold all block comments command (Fixes #85783)
#250410 opened
Jun 3, 2025 -
Fix commit characters in typescript property key strings, and improve completion tests
#250451 opened
Jun 3, 2025 -
Chore: Updated basic.yml
#250500 opened
Jun 3, 2025 -
Eli/new welcome command palette step
#250526 opened
Jun 3, 2025 -
Update SECURITY.md
#250673 opened
Jun 4, 2025 -
Fix terminal quote mangling by properly escaping single quotes instead of removing them
#250731 opened
Jun 5, 2025 -
Bump tar-fs from 2.1.2 to 2.1.3 in /remote
#250753 opened
Jun 5, 2025 -
Add restructuredtext support in markdown code block
#250762 opened
Jun 5, 2025 -
Update copyFiles.ts
#250773 opened
Jun 5, 2025 -
feat: adds (requestTime) logLevel to match tsserver options
#250778 opened
Jun 5, 2025 -
Fix QuickPick aria-activedescendant not cleared on Shift+Tab for screen readers
#250790 opened
Jun 5, 2025 -
Create deno.yml
#250798 opened
Jun 6, 2025 -
feat: add force-native option to window.menuStyle
#250801 opened
Jun 6, 2025 -
Feature
#250819 opened
Jun 6, 2025 -
read clipboard in the last keyboard event for safari
#250849 opened
Jun 6, 2025 -
Using the onEnter rules to calculate the indentation
#250854 opened
Jun 6, 2025 -
Bump tar-fs
#250867 opened
Jun 6, 2025 -
Show Restart Extensions button when disabling extensions from Running Extensions view
#250944 opened
Jun 8, 2025 -
Fix MCP Authentication - Auto-evict invalid clients and trigger re-registration
#250978 opened
Jun 9, 2025 -
feat: add font ligatures to webview theme
#250998 opened
Jun 9, 2025 -
chat: don't recreate empty file if previously deleted on workspace restoration
#251018 opened
Jun 9, 2025 -
Remove redundant "Notebook" text from notebook sticky scroll context menu
#251026 opened
Jun 9, 2025 -
first pass checkpoints, revert old checkpoints work
#251030 opened
Jun 9, 2025 -
Add shell integration injection for Command Prompt (cmd.exe)
#251061 opened
Jun 10, 2025 -
Recommend Nushell language extension when Nushell is detected as terminal shell
#251064 opened
Jun 10, 2025 -
Make Windows terminal shell type detection immediate like macOS
#251065 opened
Jun 10, 2025 -
Allow to hide Copilot via user setting and policy (fix #249615)
#251110 opened
Jun 10, 2025 -
Fix empty command tasks not terminating by improving _isTaskEmpty logic
#251115 opened
Jun 10, 2025 -
Detect when sh is actually bash to enable shell integration
#251117 opened
Jun 10, 2025 -
Fix notebook output copy to support multiple mime types simultaneously
#251124 opened
Jun 10, 2025 -
move clear attachments button to the left
#251144 opened
Jun 10, 2025 -
Fix notebook outline symbol highlighting by using range instead of position
#251149 opened
Jun 10, 2025 -
Add HTML header support to notebook folding functionality
#251150 opened
Jun 10, 2025 -
Fix: Remove unused attachment data from ipynb files when attachment links are deleted
#251152 opened
Jun 10, 2025 -
Fix notebook sticky scroll flashing by using single reusable delayer
#251153 opened
Jun 10, 2025 -
Fix markdown cell drag and drop in edit mode
#251155 opened
Jun 10, 2025 -
banner when policy is invalid
#251165 opened
Jun 10, 2025 -
TerminalTaskSystem: Fix addtion arguments for string command
#251201 opened
Jun 11, 2025 -
resolve symlinks in file service so we have right display kind in terminal suggest
#251222 opened
Jun 11, 2025 -
wip: add focused, not selected border for terminal suggest widget
#251225 opened
Jun 11, 2025 -
Enhance GitHub authentication localhost flow with auto-redirect to VS Code
#251226 opened
Jun 11, 2025 -
Bump brace-expansion from 2.0.1 to 2.0.2 in /extensions/css-language-features
#251237 opened
Jun 11, 2025 -
Fix translations for built-in extensions missing in remote mode
#251252 opened
Jun 12, 2025 -
Initializing design token system for sizes
#251271 opened
Jun 12, 2025 -
Add "Close All Other Windows" command to VS Code
#251291 opened
Jun 12, 2025 -
Add "Open Merge Editor for Current File" command to Git extension
#251295 opened
Jun 12, 2025 -
Move shell integration ps1 into module
#251303 opened
Jun 12, 2025 -
Support constant identifiers in policy name parsing
#251305 opened
Jun 12, 2025 -
Converts diagrams to pngs
#251307 opened
Jun 12, 2025 -
support resolving realpath of symlink in `FileService` to show in terminal completion details
#251318 opened
Jun 12, 2025 -
Adopt mcp token flag (candidate)
#251324 opened
Jun 12, 2025 -
Optimized concat with reduce
#251382 opened
Jun 13, 2025 -
Improve sign-in landing page to make it clear users should return to VS Code
#251386 opened
Jun 13, 2025 -
prompt attachments: fix type margin
#251405 opened
Jun 13, 2025 -
Fix notebook sticky scroll headers appearing too late when scrolling
#251416 opened
Jun 13, 2025 -
Revert "fix: update reason for closing duplicate issues in commands.json"
#251426 opened
Jun 13, 2025 -
Fix Alt+key copy shortcuts not working for HTML notebook outputs
#251434 opened
Jun 13, 2025 -
Add "Accept All Edits" command accessible from editor context with Ctrl+Alt+Y
#251443 opened
Jun 13, 2025 -
cleanup dynamic prompt variables
#251444 opened
Jun 13, 2025 -
shell: log current stdout/stderr when shell env resolution times out
#251447 opened
Jun 13, 2025 -
Pick up latest TS for building VS code
#251449 opened
Jun 13, 2025
1,342 Issues closed by 191 people
-
Support HTML code folding inside markdown
#249613 closed
Jun 13, 2025 -
test
#251399 closed
Jun 13, 2025 -
Dies ist ein Testticket
#237930 closed
Jun 13, 2025 -
Tool undefined completed
#251439 closed
Jun 13, 2025 -
Update to 1.101 broke unit testing (react-dom related)
#251414 closed
Jun 13, 2025 -
Use `[markdown]` default overrides for instructions, prompts and chat modes
#251275 closed
Jun 13, 2025 -
`chat.mcp.enabled` unexpectedly "managed by organization" after VS Code Insiders update
#251365 closed
Jun 13, 2025 -
MCP Auth using new spec not persisting auth state
#251418 closed
Jun 13, 2025 -
Unable to resolve your shell environment: Unterminated string in JSON at position 1932 (line 1 column 1933)
#251328 closed
Jun 13, 2025 -
Use specific icons for terminal symlink file/folder completions
#251422 closed
Jun 13, 2025 -
Tasks with input variables that run VSCode commands fail
#251417 closed
Jun 13, 2025 -
Terminal icon picker is really behaving strange
#251428 closed
Jun 13, 2025 -
Terminal suggest: Classify symlinks as files or directories properly
#239409 closed
Jun 13, 2025 -
support resolving / displaying what symlinks point to in suggest terminal details view
#238082 closed
Jun 13, 2025 -
`notebook.addFindMatchToSelection` keeps looping
#235117 closed
Jun 13, 2025 -
User defined MCP servers are lost after June 2025 update
#251368 closed
Jun 13, 2025 -
Don't prompt for file name for new file until save
#249909 closed
Jun 13, 2025 -
chat.mcp.enabled disabled due a non existing policy
#251373 closed
Jun 13, 2025 -
MCP enabled setting and MCP icon briefly appear upon reload
#250075 closed
Jun 13, 2025 -
Error: Soft Assertion Failed
#251080 closed
Jun 13, 2025 -
McpStdioStateHandler
#251383 closed
Jun 13, 2025 -
Add more overflow items to terminal view menu
#250770 closed
Jun 13, 2025 -
Open vscode.dev with extension throws fatal error
#251362 closed
Jun 13, 2025 -
Feature Request: Clear All Terminal consoles at Once
#230628 closed
Jun 13, 2025 -
The window closed unexpectedly (reason: 'crashed', code : '-1073741819')
#243722 closed
Jun 13, 2025 -
Notebook Variables aria label doesn't update
#242545 closed
Jun 13, 2025 -
Taskbar icon appears to be incorrect
#251390 closed
Jun 13, 2025 -
Middle mouse button scrolling
#6302 closed
Jun 13, 2025 -
Bug report
#251389 closed
Jun 13, 2025 -
Windows PowerShell terminal using PowerShell 7 modules
#251311 closed
Jun 13, 2025 -
terminal box is empty
#251341 closed
Jun 13, 2025 -
Reactivating Terminal
#251346 closed
Jun 13, 2025 -
Naming of Terminals
#251363 closed
Jun 13, 2025 -
Searching the Terminal
#251385 closed
Jun 13, 2025 -
Python extension not working for version 1.101
#251371 closed
Jun 13, 2025 -
Insiders Icon changed to Electron.js icon (v.1.102.0-insider)
#251357 closed
Jun 13, 2025 -
API to track opened / closed panels
#251274 closed
Jun 13, 2025 -
db
#251354 closed
Jun 13, 2025 -
taskbar icon
#251376 closed
Jun 13, 2025 -
VS Code Insiders taskbar Icon shows the electron logo instead of VS Code Insider's logo
#251361 closed
Jun 13, 2025 -
Treat style tags like stylesheets:
#251270 closed
Jun 13, 2025 -
AI Assistant Limitation: Cannot see real-time terminal state but keeps trying to debug
#251168 closed
Jun 13, 2025 -
VS Code in browser with GitHub makes 1000ths of copies (vscode.dev).
#212049 closed
Jun 13, 2025 -
GitHub Copilot while in Edit Mode Didn't Change the Code when Asced to
#249750 closed
Jun 13, 2025 -
FAILED TO QUIT
#250788 closed
Jun 13, 2025 -
vcfdf
#250795 closed
Jun 13, 2025 -
Ability to fix garbled output
#250797 closed
Jun 13, 2025 -
Cursor goto the end of the page
#251375 closed
Jun 13, 2025 -
Erase
#251100 closed
Jun 13, 2025 -
Missing Accounts UI Button Icon
#251366 closed
Jun 13, 2025 -
Commit button is active with empty commit message, causing Git failure without user feedback
#250951 closed
Jun 13, 2025 -
`Electron` logo instead of `VS insiders` in taskbar
#251356 closed
Jun 13, 2025 -
Not able to Login into any Github Based Extensions, EG Copilot
#249791 closed
Jun 13, 2025 -
Weird characters displayed when in composition mode
#201866 closed
Jun 13, 2025 -
Devcontainers using macOS Containerization Framework
#251330 closed
Jun 13, 2025 -
Explore different login paths
#250086 closed
Jun 13, 2025 -
Window no longer bounces when agent needs input
#251290 closed
Jun 13, 2025 -
VS Code Copilot Agent Corrupts Line Formatting During File Edits - SYNTAX BREAKING
#250887 closed
Jun 13, 2025 -
Double Character Input When Using Microsoft Pinyin in VSCode Editor After v1.101.0 Update
#251339 closed
Jun 13, 2025 -
Debug console as text buffer
#246394 closed
Jun 13, 2025 -
Debuggers 'Disconnect' button in MacOS Touch Bar
#246396 closed
Jun 13, 2025 -
I can't see my explorer icon
#251338 closed
Jun 13, 2025 -
Version 1.101.0 Source Control Missing AI Summary Feature
#251335 closed
Jun 13, 2025 -
MCP stdio shutdown does not follow spec
#250206 closed
Jun 13, 2025 -
Down arrow in middle of last line in last notebook cell does not move cursor to end of line
#216172 closed
Jun 12, 2025 -
k
#251323 closed
Jun 12, 2025 -
k
#251322 closed
Jun 12, 2025 -
May 2025 Endgame
#250125 closed
Jun 12, 2025 -
[terminal completions]: broken in `bash`/`zsh` on Unix /WSL
#235331 closed
Jun 12, 2025 -
Can't undo chat after a previous undo
#250774 closed
Jun 12, 2025 -
Improve Copilot terminals icon and label
#251269 closed
Jun 12, 2025 -
Have an always allow for commands
#251278 closed
Jun 12, 2025 -
C/C++ function tooltips display in/out parameters twice
#251280 closed
Jun 12, 2025 -
Ssd
#251287 closed
Jun 12, 2025 -
S
#251286 closed
Jun 12, 2025 -
Sync icon rotation is uneven (it is wobbling)
#216511 closed
Jun 12, 2025 -
tonypastore1t@gmail.com
#251258 closed
Jun 12, 2025 -
VS Code Speech not detecting any voice
#235922 closed
Jun 12, 2025 -
missing snowflake streams
#251209 closed
Jun 12, 2025 -
Open Editors Fragment of Original File Name for Jupyter file
#246371 closed
Jun 12, 2025 -
Start error under window
#248466 closed
Jun 12, 2025 -
VS Code Issue: GitHub Copilot Agent Mode Does Not Remember Tool Selections
#249440 closed
Jun 12, 2025 -
Tooltip stops working
#250504 closed
Jun 12, 2025 -
VSCode gets stuck when saving a file
#250589 closed
Jun 12, 2025 -
Global library type declarations not recognized in inline <script> tags
#250216 closed
Jun 12, 2025 -
Opening folder or file on network share from terminal
#251265 closed
Jun 12, 2025 -
Instructions file header not visible due to styling
#250158 closed
Jun 12, 2025 -
CSS: get variable actual color
#250958 closed
Jun 12, 2025 -
korean not supported
#251194 closed
Jun 12, 2025 -
Source control missing "Source Control" section.
#251203 closed
Jun 12, 2025 -
VS Code GitHub Copilot Agent
#251261 closed
Jun 12, 2025 -
VS Code GitHub Copilot Agent
#251260 closed
Jun 12, 2025 -
Alkmndoz
#251256 closed
Jun 12, 2025 -
Copilot doesnt index
#251257 closed
Jun 12, 2025 -
Merge ChatEditingNotebookCellEntry code from document entry into a common area
#249156 closed
Jun 12, 2025 -
Agent is buggy
#251249 closed
Jun 12, 2025 -
Extension host crashes when opening VS Code in Alpine x64
#251143 closed
Jun 12, 2025 -
Request for Additional Font Size and Line Spacing Options on Mac
#245195 closed
Jun 12, 2025 -
Show hidden window tabs in Explorer (with distinct color) for better multitasking
#246241 closed
Jun 12, 2025 -
Be able to upload files / folder to a remote (Codespace) other than by drag and drop
#246243 closed
Jun 12, 2025 -
Allow disabling italics for ghost text (e.g. Copilot suggestions)
#246248 closed
Jun 12, 2025 -
lowest priority node not found
#251167 closed
Jun 11, 2025 -
VSCode Quick Fix stopped recommending module imports
#250640 closed
Jun 11, 2025 -
Markdown preview scroll "crawls" at EOF
#249278 closed
Jun 11, 2025 -
Remove GitHub Copilot title are from chat response
#250266 closed
Jun 11, 2025 -
`shellIntegration.ps1` Leaks Variables To Global Scope
#250000 closed
Jun 11, 2025 -
Ability to programmatically assign documents to open in a workspace before it's opened
#251202 closed
Jun 11, 2025 -
Clone Repository explorer welcome view entry not localized in empty Remote window
#151000 closed
Jun 11, 2025 -
on windows pwsh, there's an extra `\` in front of paths for terminal suggest
#251217 closed
Jun 11, 2025 -
Odd path completion behavior on powershell
#241982 closed
Jun 11, 2025 -
Cannot read properties of undefined (reading 'toString')
#248834 closed
Jun 11, 2025 -
support builtins for git bash
#248558 closed
Jun 11, 2025 -
On git bash, typing after a command has been entered does not trigger suggestions unless explicitly invoked
#251128 closed
Jun 11, 2025 -
Disposable leak
#251193 closed
Jun 11, 2025 -
Outline headers scroll to wrong place
#157713 closed
Jun 11, 2025 -
markdown cell status bar appears to be draggable but is not
#208672 closed
Jun 11, 2025 -
Remove preview from chat.extensionTools.enabled
#250876 closed
Jun 11, 2025 -
Migrate from `editor.experimentalEditContextEnabled` to `editor.editContextEnabled`
#251112 closed
Jun 11, 2025 -
VS Code is defaulting to the first MCP server configured.
#251164 closed
Jun 11, 2025 -
Sorry, no response was returned.
#251212 closed
Jun 11, 2025 -
Copliot Sign in error
#250985 closed
Jun 11, 2025 -
sign in with a GitHub.com account
#250517 closed
Jun 11, 2025 -
copilot sign in
#251079 closed
Jun 11, 2025 -
Cannot read properties of undefined (reading 'isVisible')
#248833 closed
Jun 11, 2025 -
Allow downloading extension VSIX if extension is installed
#251206 closed
Jun 11, 2025 -
Incorrect sticky scroll line, only occurs when file is first opened
#222134 closed
Jun 11, 2025 -
When the hover is focused, keyboard shortcut to autofix (ctrl + .) does not work
#236147 closed
Jun 11, 2025 -
Illegal value for lineNumber
#237779 closed
Jun 11, 2025 -
No npm task is detected when there is no `scripts` field in package.json
#152618 closed
Jun 11, 2025 -
CSS file is unable to fetch
#204288 closed
Jun 11, 2025 -
Unable to Sign-in to GitHub Copilot on VS Code 1.98+
#246086 closed
Jun 11, 2025 -
App is crashing on mac
#249925 closed
Jun 11, 2025 -
problem solving
#250171 closed
Jun 11, 2025 -
Docker and Container Tools extension recommendation loop
#250370 closed
Jun 11, 2025 -
wont grade my assignment
#250583 closed
Jun 11, 2025 -
Uncaught Error: Illegal value for lineNumber
#172784 closed
Jun 11, 2025 -
Indentation isn't preserved in copied code
#193917 closed
Jun 11, 2025 -
Win11 How to solve the problem of misplaced vscode pasting comments
#234738 closed
Jun 11, 2025 -
Autoindent on paste fails when first line of clipboard is a comment
#201420 closed
Jun 11, 2025 -
Support setting encoding from extension
#251188 closed
Jun 11, 2025 -
load different user setting options in different os
#250914 closed
Jun 11, 2025 -
Marketplace Extensions title and description is cut off and not wrapped like on the marketplace website
#250862 closed
Jun 11, 2025 -
Extension Signature Verification Failed: Docker
#250226 closed
Jun 11, 2025 -
Install (Workspace) option for extensions
#250987 closed
Jun 11, 2025 -
[Bug] Can't delete paths listed under `Profiles` → `Folders and Workspaces`.
#250828 closed
Jun 11, 2025 -
The softer is not updating at all.
#250414 closed
Jun 11, 2025 -
C#
#251111 closed
Jun 11, 2025 -
Add custom profile icon in Visual Studio Code
#250911 closed
Jun 11, 2025 -
Bloqueos temporales de VSCode
#251186 closed
Jun 11, 2025 -
Problems section showing problems from deleted folders and files.
#251147 closed
Jun 11, 2025 -
Extension signature verification fails on Linux Armhf platform
#248285 closed
Jun 11, 2025 -
No lowest priority node found (path: jT -> er -> QT -> JSe)
#251183 closed
Jun 11, 2025 -
Test Results panel doesn't support horizontal scrolling with two-finger swipe gesture
#250549 closed
Jun 11, 2025 -
Test results panel has no word wrap for individual test cases
#250333 closed
Jun 11, 2025 -
Avoid use of TypeScript explicit or implicit `any`
#251071 closed
Jun 11, 2025 -
it wont work
#251180 closed
Jun 11, 2025 -
Ability to configure the window title for all open windows
#251178 closed
Jun 11, 2025 -
Docker Test Environment: Container setup times out during package installation
#251166 closed
Jun 10, 2025 -
Github Copilot is randomly deleting newline characters
#251016 closed
Jun 10, 2025 -
Debugging VS Code does not gracefully terminate
#244111 closed
Jun 10, 2025 -
Bring your own lang model is broken for Azure models
#251046 closed
Jun 10, 2025 -
Cannot start VS Code - cannot find module
#246574 closed
Jun 10, 2025 -
MCP: Browse Resources prepopulated with `mcpr `
#251160 closed
Jun 10, 2025 -
code-tunnel.exe should get the same fig completions as code-tunnel on Windows
#244918 closed
Jun 10, 2025 -
Changed the code without permission
#251136 closed
Jun 10, 2025 -
vs code hangs if you press Commit without a comment.
#251140 closed
Jun 10, 2025 -
Clear All Outputs in notebooks fails with error about document mismatch
#244288 closed
Jun 10, 2025 -
Multi-command support for terminal suggest
#241993 closed
Jun 10, 2025 -
Resource completions use wrong path separator for git bash
#248559 closed
Jun 10, 2025 -
Ctrl+Shift+X opens Command Prompt instead of Extensions View in VSCode v1.100.2
#250248 closed
Jun 10, 2025 -
preview editor openeing by default
#251091 closed
Jun 10, 2025 -
Search result count too short for zh-hans locale
#247427 closed
Jun 10, 2025 -
Notebook Find width cutting off "of x results" portion of widget -- Chinese Simplified
#226592 closed
Jun 10, 2025 -
My install keeps getting bricked due to log file permissions
#250861 closed
Jun 10, 2025 -
Add terminal selection to chat seems to not do anything
#251070 closed
Jun 10, 2025 -
Spaces at start of line are eaten, even in literals
#194085 closed
Jun 10, 2025 -
Adopt the onEnter rules inside of the `reindent lines` command
#209938 closed
Jun 10, 2025 -
Menu does not span full width
#250832 closed
Jun 10, 2025 -
editorGutter.background doesn't apply to sticky scroll but I feel like it should
#210035 closed
Jun 10, 2025 -
IntelliSense not working when VoiceOver is enabled
#250747 closed
Jun 10, 2025 -
QP broken with VoiceOver/screen reader mode on
#250642 closed
Jun 10, 2025 -
EditContext breaks smoke tests on stable build for release/1.101
#251022 closed
Jun 10, 2025 -
Let me disable the new Merge Editor
#250930 closed
Jun 10, 2025 -
Label is not displayed completely in the findWidget of the notebook
#250737 closed
Jun 10, 2025 -
Incorrect Wrapping of Selected Expression When Typing "{" in Multi-line Conditional Expression
#224584 closed
Jun 10, 2025 -
Discrepancy in Trial Period: Request for Clarification
#250973 closed
Jun 10, 2025 -
Rubxtg
#251097 closed
Jun 10, 2025 -
Active terminal information isn't appearing in terminal header view
#251096 closed
Jun 10, 2025 -
Color picker removes opacity when switching to hex
#243746 closed
Jun 10, 2025 -
Illegal argument
#185521 closed
Jun 10, 2025 -
The int data type is not working
#235686 closed
Jun 10, 2025 -
access code
#249699 closed
Jun 10, 2025 -
A pasta do projeto não abre
#250070 closed
Jun 10, 2025 -
`Range.contains()` returns `true` for positions not in range with `editor.visibleRanges`
#250133 closed
Jun 10, 2025 -
lagggggggggg
#250224 closed
Jun 10, 2025 -
AVX's YMM registers isn't depicting SSE's XMM value.
#250285 closed
Jun 10, 2025 -
COpilot is not working
#250317 closed
Jun 10, 2025 -
Realiza commits y los pierde
#250350 closed
Jun 10, 2025 -
Custom Editor Split Ratios and Sidebar-Aware Layout for Dual Monitor Setups
#249756 closed
Jun 10, 2025 -
Memory leak
#234914 closed
Jun 10, 2025 -
Preview codeAction on untitled file broken
#249685 closed
Jun 10, 2025 -
[07c] potential listener LEAK detected, having 182 listeners already. MOST frequent listener (9):
#249149 closed
Jun 10, 2025 -
not working a button middl of w..and..r
#250922 closed
Jun 10, 2025 -
[Feature] Customize hotkey for autocomplete activation
#250931 closed
Jun 10, 2025 -
Copilot Extensions: Confirmation Accept Fails in VS Code, Works on GitHub.com
#250344 closed
Jun 10, 2025 -
Feature Request: Native VS Code for iPad
#251060 closed
Jun 10, 2025 -
Customized problem matcher will match same problem several times
#164123 closed
Jun 10, 2025 -
Linux: Incorrect Codicon rendering with FreeType "no-stem-darkening" settings
#246110 closed
Jun 10, 2025 -
Limit the max number of Editor Groups to avoid indefinite side split
#246225 closed
Jun 10, 2025 -
postDebugTasks for Compound Launch Configs
#246237 closed
Jun 10, 2025 -
Data tree node not found for TEXT_SEARCH_HEADING_aiTextSearch
#250681 closed
Jun 9, 2025 -
Invalid scheme returned by VSCode for MCP "roots/list" call from WSL
#250920 closed
Jun 9, 2025 -
Scrolling not working anymore when hovering on notebook sticky scroll
#202269 closed
Jun 9, 2025 -
Expand all in global search doesn't work
#250237 closed
Jun 9, 2025 -
Ability to open multiple file explorers
#250947 closed
Jun 9, 2025 -
[Javascript Debugger] Breaks on exceptions thrown from builtin extensions when debugging VS Code extension
#250197 closed
Jun 9, 2025 -
Accessibility: Screen Reader Fails to Announce Notification Status "4.1.3 Status Messages" Violation
#249426 closed
Jun 9, 2025 -
Feature Request: Audio Notifications for GitHub Copilot Agent Mode
#250915 closed
Jun 9, 2025 -
updated code not working
#251035 closed
Jun 9, 2025 -
policy.defaultValue confusion
#248581 closed
Jun 9, 2025 -
Chat broken after adding custom MCP server
#250599 closed
Jun 9, 2025 -
in tasks launched on .code-search file ; the variable ${relativeFile} return <..\..\..\..\Windows\system32>
#250935 closed
Jun 9, 2025 -
VS Code fails silently when no default browser is set — GitHub authentication hangs without fallback
#250895 closed
Jun 9, 2025 -
Slow and blank terminal
#250919 closed
Jun 9, 2025 -
Accessibility: File Path Tooltip in Explorer Panel Violates "1.4.13 Content on Hover or Focus" Requirement
#250977 closed
Jun 9, 2025 -
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
#250934 closed
Jun 9, 2025 -
+Issue Title
#251011 closed
Jun 9, 2025 -
Switch "undo chat edits" to use Alt+Backspace on Linux
#249990 closed
Jun 9, 2025 -
VSCode window ended up in an completely unusable state.
#243022 closed
Jun 9, 2025 -
When you guys gonna get your shit together with VSCode/Copilot?
#250975 closed
Jun 9, 2025 -
ReferenceError: Cannot access 'NOTEBOOK_ACTIONS_CATEGORY' before initialization
#250990 closed
Jun 9, 2025 -
[Bug] On launch, VSC always hangs at "Looking for remote tunnel" for > 45s.
#250181 closed
Jun 9, 2025 -
Feature Request: Setting To Disable New Lines Breaking Indentation Across File
#250906 closed
Jun 9, 2025 -
Codespace will not load
#251002 closed
Jun 9, 2025 -
Markdown preview reloads even if there are no changes
#250959 closed
Jun 9, 2025 -
Incomplete type "xxx" is not allowed (C++)
#250971 closed
Jun 9, 2025 -
TypeScript project not loading
#243749 closed
Jun 9, 2025 -
Find leaks from disposables and events
#250961 closed
Jun 9, 2025 -
Format Selection Broken
#103461 closed
Jun 9, 2025 -
Do not enable editor.stickyScroll.enabled on every update by default
#238342 closed
Jun 9, 2025 -
Copy paste unusable, intellisense missing, Copilot suggestions delayed
#240772 closed
Jun 9, 2025 -
Popups everywhere. They're made to apper too fast and not go away
#241015 closed
Jun 9, 2025 -
text only showing up 1 line at a time, not sure what setting is doing this
#242468 closed
Jun 9, 2025 -
Problem with Selection, Copyinng, and Duplicating
#246147 closed
Jun 9, 2025 -
VS code switching to other projects unexpectedly
#249706 closed
Jun 9, 2025 -
Apply Copilot code
#250194 closed
Jun 9, 2025 -
时间判定不对
#250231 closed
Jun 9, 2025 -
COPILOT CHAT AGENT CRASH
#250243 closed
Jun 9, 2025 -
.
#250257 closed
Jun 9, 2025 -
Coopilot limit rate
#250993 closed
Jun 9, 2025 -
Updated and lost support to Copilot
#243008 closed
Jun 9, 2025 -
`git.branchProtection` setting ignores bypass list
#245933 closed
Jun 9, 2025 -
Exclude pinned tabs from editor limit
#246032 closed
Jun 9, 2025 -
Highlight all the open files in Explorer
#246069 closed
Jun 9, 2025 -
Compilation on Linux fails with building with clang / clang++
#250970 closed
Jun 9, 2025 -
q
#250972 closed
Jun 9, 2025 -
n/a
#250954 closed
Jun 8, 2025 -
Highlight #MARK: //MARK: in code view a similar way TODO: is highlighted.
#250713 closed
Jun 8, 2025 -
Allow putting in arbitrary value for tab indentation size
#239624 closed
Jun 8, 2025 -
Want to pop up a window in the middle area of VSCode(Modal,dailog)
#245103 closed
Jun 8, 2025 -
Add platform as one of the predefined variables
#245608 closed
Jun 8, 2025 -
Add menu entry in explorer to stage a file that is currently ignored ("git add -f <file>")
#245783 closed
Jun 8, 2025 -
`telemetry.telemetryLevel` setting cannot be changed via an extension's `contributes.configurationDefaults`
#245787 closed
Jun 8, 2025 -
Display documentation popup beside suggestions on small windows
#245809 closed
Jun 8, 2025 -
Feature Request: Batch Overwrite Option for Multiple Files
#245956 closed
Jun 8, 2025 -
VS Code Download for macOS 10.15.7 Fails to Launch After Installation
#250188 closed
Jun 7, 2025 -
Prevent save conflict if git tracked + worktree for file is clean
#246762 closed
Jun 7, 2025 -
Im unable to fix a merge conflict gone wrong
#248007 closed
Jun 7, 2025 -
Source control doesnt work with NPM env/ config variables
#248395 closed
Jun 7, 2025 -
Virtualbox
#249640 closed
Jun 7, 2025 -
Extension Signature Verification Failed: HLASM Language Support
#249700 closed
Jun 7, 2025 -
vscode agent not calling manifest.json endpoint after initialization
#249997 closed
Jun 7, 2025 -
Freezing
#250093 closed
Jun 7, 2025 -
Great, a model that doesn't listen to users and has overrides behind it.
#250101 closed
Jun 7, 2025 -
Bug
#250102 closed
Jun 7, 2025 -
The window operation buttons are obscured and cannot be clicked
#250104 closed
Jun 7, 2025 -
需要增加置顶功能
#250172 closed
Jun 7, 2025 -
Opening any file named `Key.svg` doesn't work
#250284 closed
Jun 7, 2025 -
Please delete this if possible
#250918 closed
Jun 7, 2025 -
Authority-less MCP resources cannot be read by VS Code
#250905 closed
Jun 7, 2025 -
MCP: Support Sampling
#244162 closed
Jun 6, 2025 -
'Dynamic registration failed' with 'Simplescraper' MCP server
#250537 closed
Jun 6, 2025 -
Copilot is overriding intellisense and the method that used to get around it isn't working
#250896 closed
Jun 6, 2025 -
Gray text within quick pick looks weird
#250829 closed
Jun 6, 2025 -
Tooltips cloud layer is under mouse cursor, by this is not visible very good.
#238614 closed
Jun 6, 2025 -
💡 Feature Request: Option to Hide Remote Branches and Tags in Git Checkout UI
#250872 closed
Jun 6, 2025 -
MCP resource picker sometimes doesn't work
#250890 closed
Jun 6, 2025 -
powershell-7.5.1-1.cm.aarch64.
#250822 closed
Jun 6, 2025 -
Sticky Cell Status Bar -- UX for cell execution status for large code cells
#246358 closed
Jun 6, 2025 -
Move sendSignal and sendSequence into terminalContrib
#250881 closed
Jun 6, 2025 -
Terminal: Run Recent Command shows up when there are no terminals
#233604 closed
Jun 6, 2025 -
Pin recent command throwing
#250874 closed
Jun 6, 2025 -
テスト:制限されたリポジトリ
#250879 closed
Jun 6, 2025 -
別リポジトリテスト
#250877 closed
Jun 6, 2025 -
TF-IDF in Settings editor search - "automatically fetch my changes"
#196379 closed
Jun 6, 2025 -
Synonyms dialog/prompt need some love
#194238 closed
Jun 6, 2025 -
Close button on copilot chat is missing
#250850 closed
Jun 6, 2025 -
lam1
#250840 closed
Jun 6, 2025 -
aaa
#250839 closed
Jun 6, 2025 -
Fix
#250838 closed
Jun 6, 2025 -
codelensWidget.css animates visibility in fadein animation
#250746 closed
Jun 6, 2025 -
vscode terminal sends ctrl+<arrow key> instead of alt+<arrow key>
#190629 closed
Jun 6, 2025 -
Terminal suggest: Boost `main` and `master` in branch results
#248415 closed
Jun 6, 2025 -
Compound tasks on start do not have right value for `hasErrors`
#250695 closed
Jun 6, 2025 -
Why do we have `IEvent` and not use `Event`
#248589 closed
Jun 6, 2025 -
Sometimes go to file spins forever
#250620 closed
Jun 6, 2025 -
C/C++:More precise/better include
#250845 closed
Jun 6, 2025 -
Add a workbench.action.terminal.sendSignal command
#250671 closed
Jun 6, 2025 -
Devtools error: No registered selector for ID: ms-vscode.npm-command
#229157 closed
Jun 6, 2025 -
Add picker to send sequence command
#250669 closed
Jun 6, 2025 -
Clearing the terminal shows sticky row which covers my next input
#250789 closed
Jun 6, 2025 -
Color of placeholder text of git commit message does not respect setting
#230056 closed
Jun 6, 2025 -
`assertIsDefined` vs `assertDefined`
#248362 closed
Jun 6, 2025 -
Model is disposed!
#244554 closed
Jun 6, 2025 -
VSCode is running very slow with cucumber plugins
#250842 closed
Jun 6, 2025 -
No indentation when pasting into a string
#250468 closed
Jun 6, 2025 -
Resolve in Merge Editor doesn't work
#243166 closed
Jun 6, 2025 -
Duplicate Color Previews in CSS Files when Using Default Color Decorator
#242213 closed
Jun 6, 2025 -
useGitApi() missing repository resource after updating to latest version
#242531 closed
Jun 6, 2025 -
Format on save is not working for all projects
#242783 closed
Jun 6, 2025 -
The search system is slow and can even cause Visual Studio Code to crash.
#249254 closed
Jun 6, 2025 -
Remote-SSH: Sign in Extension Fails with "s is not iterable" and No Login Page Displayed
#249274 closed
Jun 6, 2025 -
Search not working
#249603 closed
Jun 6, 2025 -
vscode crashed code -1
#249713 closed
Jun 6, 2025 -
GitHub not working
#249871 closed
Jun 6, 2025 -
VSCode edition for education without Copilot
#249961 closed
Jun 6, 2025 -
Copilot Chat uses .cursor and .codeium MCP servers instead of its own
#249986 closed
Jun 6, 2025 -
Interactive rebase: Shows "Paused at <wrong_commit>" when amending previous commits
#249998 closed
Jun 6, 2025 -
NOT ABLE TO OPEN ANY FILE or create any file
#250028 closed
Jun 6, 2025 -
-
#250034 closed
Jun 6, 2025 -
`ITextModel.onDidChangeContent` cannot be used with `observableFromEvent`
#242059 closed
Jun 6, 2025 -
Last character of Korean moves to where cursor is
#228425 closed
Jun 6, 2025 -
"Open File" from multi diff viewer should open local file
#242179 closed
Jun 6, 2025 -
BugIndicatingErrorRecovery: Transaction already finished!
#248827 closed
Jun 6, 2025 -
BugIndicatingErrorRecovery: Transaction already finished!
#250818 closed
Jun 6, 2025 -
ويندوز
#250823 closed
Jun 6, 2025 -
Copy-paste screws up indentation for no reason AND alters contents of pasted string
#235348 closed
Jun 6, 2025 -
Wrong indentationRules for single line block in C/C++
#243638 closed
Jun 6, 2025 -
Indenting Bug
#249277 closed
Jun 6, 2025 -
Autoindent on paste stopped working
#249076 closed
Jun 6, 2025 -
BUG: When copy and pasting a comment into code, align it with the current indentation
#212335 closed
Jun 6, 2025 -
Uncaught Error: Illegal value for lineNumber
#250449 closed
Jun 6, 2025 -
Wrong starting column when toggling comments for makefile commands
#234464 closed
Jun 6, 2025 -
Refactor the file `stickyScrollProvider.ts`
#244845 closed
Jun 6, 2025 -
Remove `WithUriValue`
#247820 closed
Jun 6, 2025 -
Move away and remove duplicated utilities functions
#248686 closed
Jun 6, 2025 -
composer.json schema for "version" key never matches
#250792 closed
Jun 6, 2025 -
My code isn't executed
#250092 closed
Jun 6, 2025 -
Remove `pick` function
#247849 closed
Jun 6, 2025 -
Font variation settings are not applied to code suggestion lists
#199954 closed
Jun 6, 2025 -
rerr
#250594 closed
Jun 6, 2025 -
Fix Bug Login!
#250796 closed
Jun 6, 2025 -
Display variable type in hover UI when debug.showVariableTypes is enabled
#244477 closed
Jun 6, 2025 -
Please Update the Options of files.candidateGuessEncodings
#245648 closed
Jun 6, 2025 -
Request
#250073 closed
Jun 6, 2025 -
Spam click the chat mode drop down, it shows nothing
#247655 closed
Jun 6, 2025 -
MCP: Support servers running within WSL
#250719 closed
Jun 5, 2025 -
Cell was not reveled when followCellExecution enabled
#250612 closed
Jun 5, 2025 -
Test: Terminal REPL Completion via LSP
#250311 closed
Jun 5, 2025 -
Right click on request bubble still shows ugly border
#250471 closed
Jun 5, 2025 -
Chat not responding
#250772 closed
Jun 5, 2025 -
Javascript Debug Terminal not debugging
#250624 closed
Jun 5, 2025 -
Other editors start scrolled all the way to the bottom
#250661 closed
Jun 5, 2025 -
'Toggle Context Lines' and its numeric value aren't synced between editors
#250660 closed
Jun 5, 2025 -
Editor B query string isn't cleared when deleting full query in editor A
#250659 closed
Jun 5, 2025 -
Copilot chat extension shows a warning that this is no longer available in the Marketplace
#250433 closed
Jun 5, 2025 -
Source Control for Git: Changes pane menu, Branch > Merge missing remote tracking branch
#250066 closed
Jun 5, 2025 -
[13c] potential listener LEAK detected, having 768 listeners already. MOST frequent listener (569):
#250758 closed
Jun 5, 2025 -
Instruction files - comma separated list of glob patterns not working in applyTo property
#249256 closed
Jun 5, 2025 -
Performance degradation: CSS animation of file explorer elements borders NOT on composer thread
#247222 closed
Jun 5, 2025 -
OSS consistently crashes at breakpoint (js-debug or devtools)
#249927 closed
Jun 5, 2025 -
Update Electron to v35.5.1
#250607 closed
Jun 5, 2025 -
applyTo: "**/*.ts,**/*.tsx" example not working
#250501 closed
Jun 5, 2025 -
Entry Breakpoints
#250733 closed
Jun 5, 2025 -
VS Code crashes on windows when I configure an MCP server with a name ending with a *
#250616 closed
Jun 5, 2025 -
Title bar is doubled when using native title + custom menu + command center disabled (Insiders)
#249746 closed
Jun 5, 2025 -
Git changes showing in Source Control, but not in editor, in a certain file
#243021 closed
Jun 5, 2025 -
Terminal should be movable
#250703 closed
Jun 5, 2025 -
instructions.md files duplicated in prompts
#248983 closed
Jun 5, 2025 -
No Chat With AI or Copilot!
#249592 closed
Jun 5, 2025 -
"Create prompt" entrypoint
#246684 closed
Jun 5, 2025 -
not have delete user prompt only create on the chat
#245765 closed
Jun 5, 2025 -
Prompt files: Separate between prompt and instruction files
#242684 closed
Jun 5, 2025 -
Prompt snippets- use decoration to show placeholder, not text
#245706 closed
Jun 5, 2025 -
اذه واجهة اي مشكله ارسل رساله لان لنا
#249127 closed
Jun 5, 2025 -
Show warning when debugging extension isn't loaded due to vscode engine version
#247189 closed
Jun 5, 2025 -
Support for Feather format; feather natively supports pandas - created by Pandas creator
#244128 closed
Jun 5, 2025 -
Seti file icon theme causes solution explorer incorrect indentation
#244548 closed
Jun 5, 2025 -
Migration path for extensions relying on navigator for web environment detection
#250648 closed
Jun 5, 2025 -
[tools picker] mcp buckets stay selected
#250734 closed
Jun 5, 2025 -
Allow keyboard shortcut for "Find in Folder..." from Explorer sidebar
#249415 closed
Jun 5, 2025 -
Rename folder name with VScode its take too much time
#249599 closed
Jun 5, 2025 -
Cannot ReName Files in VS Code Explorer
#249754 closed
Jun 5, 2025 -
Problems still on the tab after fix
#249811 closed
Jun 5, 2025 -
Unable to open folder to open new project
#249849 closed
Jun 5, 2025 -
Paid for Copilot Premium but cannot use it
#249873 closed
Jun 5, 2025 -
Unable to Connect to GitHub in GitHub Copilot on Windows
#249947 closed
Jun 5, 2025 -
Python is stuck trying to reactivate old terminals
#250025 closed
Jun 5, 2025 -
ERR No registered selector for ID
#250718 closed
Jun 5, 2025 -
Extension Signature Verification Failed: Tailwind CSS IntelliSense
#250636 closed
Jun 5, 2025 -
Vietnamese typing error in code writing
#170688 closed
Jun 5, 2025 -
The extension 'Github' repeatedly asks to sing in using Github
#249629 closed
Jun 5, 2025 -
Reveal first line of diff when traversing so I can interact with toolbar
#247374 closed
Jun 5, 2025 -
Lombok @Builder isn't recognised by Java record
#250699 closed
Jun 5, 2025 -
Move notifications away from being on top of the chat input box
#250035 closed
Jun 5, 2025 -
Error on Source control section
#250708 closed
Jun 5, 2025 -
[Please do not delete. Its being complete]
#250702 closed
Jun 5, 2025 -
X button toolbar seems inconsistent
#250219 closed
Jun 4, 2025 -
overlapping suggestions in terminal complete
#247074 closed
Jun 4, 2025 -
Feature: Notebook SQL (from Azure Data Studio)
#248982 closed
Jun 4, 2025 -
Docs section of terminal completions is too tall
#244900 closed
Jun 4, 2025 -
VSCode integrated terminal randomly duplicates output when using Bash with Inshellisense enabled
#248639 closed
Jun 4, 2025 -
soluciona
#250611 closed
Jun 4, 2025 -
rm `killGracefully` setting or replace with `killSignal`
#250666 closed
Jun 4, 2025 -
Test: Search editor no longer a singleton
#250652 closed
Jun 4, 2025 -
break points are wrong
#250651 closed
Jun 4, 2025 -
Search query and results aren't initially synced
#250656 closed
Jun 4, 2025 -
Cannot read properties of undefined (reading 'task')
#250431 closed
Jun 4, 2025 -
No announcement heard when sound is set to off
#250643 closed
Jun 4, 2025 -
provide richer info about tool calls in accessible view
#248160 closed
Jun 4, 2025 -
Chat announcement reads "object-object"
#250405 closed
Jun 4, 2025 -
When dragging tabs, mouse cursor has "forbidden sign" icon for no reason
#250637 closed
Jun 4, 2025 -
Toggle for Open Editor Window Groups
#250644 closed
Jun 4, 2025 -
copilot agent
#250650 closed
Jun 4, 2025 -
terminal.integrated.killGracefully Setting has opposite effect on windows
#250523 closed
Jun 4, 2025 -
Unable to resolve your shell environment
#250286 closed
Jun 4, 2025 -
The vscode terminal will have a display error after being resized
#250577 closed
Jun 4, 2025 -
Two task error notification show up
#250557 closed
Jun 4, 2025 -
Agent mode: undo a change that created a new file does not remove that file
#250464 closed
Jun 4, 2025 -
Mousewheel scolling lags in explorer
#241624 closed
Jun 4, 2025 -
Fix with Chat vs Fix with Copilot
#250427 closed
Jun 4, 2025 -
Chat editing UX should adjust to the editing strategy
#249083 closed
Jun 4, 2025 -
window.menuStyle option descriptions are swapped (Insiders)
#249745 closed
Jun 4, 2025 -
Inline suggestions hide when focus is not in the active editor
#245311 closed
Jun 4, 2025 -
Soft Assertion Failed
#229302 closed
Jun 4, 2025 -
Soft Assertion Failed
#232394 closed
Jun 4, 2025 -
Soft Assertion Failed
#248828 closed
Jun 4, 2025 -
Remove/change default keybindings for "Undo Chat Edits" and "Undo this Change"
#248041 closed
Jun 4, 2025 -
add `tags` to `accessibility.signals.chatUserActionRequired` to increase discoverability
#249390 closed
Jun 4, 2025 -
JSDoc comments paste with incorrect indentation
#181065 closed
Jun 4, 2025 -
[C#] Outline view should group classes/namespaces like #regions for navigation
#250550 closed
Jun 4, 2025 -
Browser popup block is obtrusive when refreshing the page with the process explorer open
#250469 closed
Jun 4, 2025 -
Windows: custom titlebar context menu issues
#250626 closed
Jun 4, 2025 -
Show custom dropdown when in custom menu style
#250609 closed
Jun 4, 2025 -
jupyter notebook saving file issue : cann' t save the jupyter notebook because it's newer
#250629 closed
Jun 4, 2025 -
Terminal: Run Recent Command shows commands not recorded in bash history
#250564 closed
Jun 4, 2025 -
27,412,697 users need window.createTerminal({ local:true
#249972 closed
Jun 4, 2025 -
listo
#250610 closed
Jun 4, 2025 -
SCM Graph - display list of files in the commit in the graph
#238339 closed
Jun 4, 2025 -
Feature Request: Option to Choose Between Copying Watch Expression or Its Value
#250486 closed
Jun 4, 2025 -
Test: Follow Cell Execution from Chat
#250343 closed
Jun 4, 2025 -
Test: Allow use of custom menu with native titlebar
#250330 closed
Jun 4, 2025 -
Unable to install platform specific vscode extension.
#250585 closed
Jun 4, 2025 -
Extension Signature Verification Failed: HashiCorp Terraform
#250565 closed
Jun 4, 2025 -
`onDidStartTask()` does not fire when task is run via `executeTask()`...
#128359 closed
Jun 4, 2025 -
VS Code is crashed using Copilot.
#248600 closed
Jun 4, 2025 -
Where is the fetch url
#249385 closed
Jun 4, 2025 -
Giving me an indentation error when there isnt one
#249474 closed
Jun 4, 2025 -
Git shows file modifications, but in fact it is not
#249816 closed
Jun 4, 2025 -
gabisa nih mas kodenya, bisa tololing ga?
#249872 closed
Jun 4, 2025 -
cc
#249891 closed
Jun 4, 2025 -
Cannot Login
#249899 closed
Jun 4, 2025 -
Chat does not register agent again when extension re-installed
#250382 closed
Jun 4, 2025 -
Extensions install and enable vscode-smoketest-check extension
#249863 closed
Jun 4, 2025 -
Tools picker feedback
#250476 closed
Jun 4, 2025 -
Extensions: install and enable vscode-smoketest-check extension
#246570 closed
Jun 4, 2025 -
Getting asked for GitHub sign in and I'm not told why
#249459 closed
Jun 4, 2025 -
devcontainer build error (rust feature)
#250420 closed
Jun 4, 2025 -
Error in one tool set hides all other tool sets
#250482 closed
Jun 4, 2025 -
tools sets: show warming if a set has no tools
#250483 closed
Jun 4, 2025 -
`languageModelToolSets.tools` description misleading
#250417 closed
Jun 4, 2025 -
Chat context: focus lost after opening an editor
#250371 closed
Jun 4, 2025 -
Configuring and using kernel unecessarily?
#250502 closed
Jun 4, 2025 -
Suppress progress notification when restarting kernel
#250498 closed
Jun 4, 2025 -
Consider adding more context to notebook related tools
#250496 closed
Jun 4, 2025 -
Tunnel connection always offline out of LAN.
#250380 closed
Jun 4, 2025 -
Improve hover pf suggested context
#250440 closed
Jun 4, 2025 -
Unable to navigate using up/down keys
#250545 closed
Jun 4, 2025 -
Messed up
#250575 closed
Jun 4, 2025 -
Cursor and Text Jump to Line End During Chinese Candidate Selection in VSCode
#250177 closed
Jun 4, 2025 -
Test: UI element selection for live preview
#250356 closed
Jun 4, 2025 -
.
#250538 closed
Jun 3, 2025 -
Test: `runOptions.instancePolicy` for tasks
#249113 closed
Jun 3, 2025 -
Replace 'x' action with "Edit" in chat
#249229 closed
Jun 3, 2025 -
Multiple cursors paste each line separately if equal number of lines
#250563 closed
Jun 3, 2025 -
Unable to Use CoPilot (current paid subscription)
#241122 closed
Jun 3, 2025 -
MCP: If the auth server returns scopes when they weren't requested, it fails
#250548 closed
Jun 3, 2025 -
An extension in another profile is preventing uninstalling an application-scoped extension
#250452 closed
Jun 3, 2025 -
Test Dynamic Auth for MCP
#250319 closed
Jun 3, 2025 -
Test: `Fix with Chat` action for task configuration errors
#249660 closed
Jun 3, 2025 -
Test reliability of Tree-Sitter based syntax highlighting
#249988 closed
Jun 3, 2025 -
Test Configure Prompt/Instructions/Modes dialog
#250326 closed
Jun 3, 2025 -
Being asked to sign-in right from a fresh insiders start opening `vscode` folder
#250419 closed
Jun 3, 2025 -
April 2025 Recovery 3
#250288 closed
Jun 3, 2025 -
Sticky scroll "Max line count" setting affects window position
#227750 closed
Jun 3, 2025 -
unclear icon for missing resource
#250509 closed
Jun 3, 2025 -
fix with chat: should syntax errors also be fixable?
#250543 closed
Jun 3, 2025 -
fix with chat: clicking show output will no longer let me fix with chat
#250541 closed
Jun 3, 2025 -
Test: gracefully killing terminal processes
#249671 closed
Jun 3, 2025 -
missing png resource will just load forever, and agent doesn't see it
#250511 closed
Jun 3, 2025 -
ERR Illegal value for lineNumber: Error: Illegal value for lineNumber
#227070 closed
Jun 3, 2025 -
Cant log in on Github copilot
#250521 closed
Jun 3, 2025 -
First empty line only is cleared when pasting into a JSON file
#239783 closed
Jun 3, 2025 -
Test: SCM - commit message generation OOTB
#250275 closed
Jun 3, 2025 -
Test: Implicit Context UI/UX
#250358 closed
Jun 3, 2025 -
Multi line commands are supposed to show warning because of unexpected execution, but some don't.
#249780 closed
Jun 3, 2025 -
MCP uri template completions should allow navigating to directories
#250535 closed
Jun 3, 2025 -
Test: Chat UI/UX Refresh
#250357 closed
Jun 3, 2025 -
Test user tool sets
#250309 closed
Jun 3, 2025 -
Process explorer above all other windows
#250532 closed
Jun 3, 2025 -
Test: MCP prompts
#250352 closed
Jun 3, 2025 -
Clikcing Prompts codelens action is not showing all prompts
#250475 closed
Jun 3, 2025 -
Test: MCP Sampling
#250354 closed
Jun 3, 2025 -
Test: process explorer as floating window
#249766 closed
Jun 3, 2025 -
"Now Now" in confirmation dialog
#250528 closed
Jun 3, 2025 -
Where is the Configure Model Access picker?
#250522 closed
Jun 3, 2025 -
Test: terminal chat agent `cwd` awareness
#249664 closed
Jun 3, 2025 -
having an image attachment from github mcp prevents using other MCP tools
#250514 closed
Jun 3, 2025 -
MCP Resource "Attach to chat" doesn't reveal chat widget
#250418 closed
Jun 3, 2025 -
Inline Chat (Ctrl+I) Edits Entire File Instead of Selected Lines, Causing Slow Processing for Large Files
#250041 closed
Jun 3, 2025 -
Don't use QP title
#250429 closed
Jun 3, 2025 -
mcpr quick access as wrong title
#250415 closed
Jun 3, 2025 -
MCP Resource picker flickers
#250411 closed
Jun 3, 2025 -
terminal
#249744 closed
Jun 3, 2025 -
No chat announcement with VoiceOver
#250404 closed
Jun 3, 2025 -
error
#250348 closed
Jun 3, 2025 -
Test: `chatUserActionRequired` accessibilty signal
#249657 closed
Jun 3, 2025 -
Tooo slow
#250373 closed
Jun 3, 2025 -
Test: MCP resources
#250353 closed
Jun 3, 2025 -
terminal
#250478 closed
Jun 3, 2025 -
ask mode vs agent mode different responses given terminal `cwd` awareness
#250508 closed
Jun 3, 2025 -
MCP: Tool picker names should not show mcp_{server}_ prefix
#250021 closed
Jun 3, 2025 -
Alert sound doesnt play on tool confirmation
#250489 closed
Jun 3, 2025 -
Test: SCM - history item chat context
#250298 closed
Jun 3, 2025 -
Test: SCM Graph - expand history item to view resources
#250304 closed
Jun 3, 2025 -
Semantic selector added exclude match
#250232 closed
Jun 3, 2025 -
Process explorer on web "copy" menu does not work consistently
#250467 closed
Jun 3, 2025 -
`instancePolicy` does not work
#250434 closed
Jun 3, 2025 -
Silent option still asks which instance to terminate
#250432 closed
Jun 3, 2025 -
Native/custom menu descriptions are swapped
#250477 closed
Jun 3, 2025 -
Agent Mode doesn't wait for terminal commands to end
#249732 closed
Jun 3, 2025 -
Did not get a notification in this case
#250422 closed
Jun 3, 2025 -
Test mcp tool sets
#250310 closed
Jun 3, 2025 -
Distinguish editor and reference?
#250110 closed
Jun 3, 2025 -
Chat turns into a weird disabled state and prevents further input
#250381 closed
Jun 3, 2025 -
Why not use inline chat to fix the issue?
#250425 closed
Jun 3, 2025 -
Reveal terminal where agent is running a task
#250458 closed
Jun 3, 2025 -
Terminal Issues
#250141 closed
Jun 3, 2025 -
show image bug of terminal emulator
#250096 closed
Jun 3, 2025 -
Process Explorer - context menu not rendered
#250428 closed
Jun 3, 2025 -
AI-Augmented Debugging Assistant for NullReferenceException
#250004 closed
Jun 3, 2025 -
Terminal problem on open VSCode
#249880 closed
Jun 3, 2025 -
TextModel got disposed before DiffEditorWidget model got reset
#248831 closed
Jun 3, 2025 -
while using gemini 2.5 pro in vscode , Github copilot: Sorry, no response was returned
#250400 closed
Jun 3, 2025 -
Commit wasn't generated with ootb experience for Chat
#250447 closed
Jun 3, 2025 -
Disable inline completions when composing via an IME (Input Method Editor)
#235707 closed
Jun 3, 2025 -
Copilot Chat wasn't installed with git commit generation ootb exp
#250439 closed
Jun 3, 2025 -
Editor does not render when hidden with `display:none`
#249966 closed
Jun 3, 2025 -
Commit Diff Viewer does not include binary files
#249971 closed
Jun 3, 2025 -
Copilot overrides language server's `preselect` item in completion list
#249814 closed
Jun 3, 2025 -
ask copilot is not working
#249950 closed
Jun 3, 2025 -
what's happening with cursor
#249696 closed
Jun 3, 2025 -
AI did not answer in my questions.
#249775 closed
Jun 3, 2025 -
Vscode Update Problem
#250454 closed
Jun 3, 2025 -
Updated VSCode, SSH remote cannot be accessed on CentOS 7
#250366 closed
Jun 3, 2025 -
Copilot dialog - Sign in button screen cheese
#250455 closed
Jun 3, 2025 -
Visual Studio with Co-Pilot crashes multiple times per day.
#248933 closed
Jun 3, 2025 -
Account issues
#248954 closed
Jun 3, 2025 -
Repeadly Askign which Github Account
#249157 closed
Jun 3, 2025 -
Image not inserting in html error is coming
#249638 closed
Jun 3, 2025 -
Github Login doesn't work
#249786 closed
Jun 3, 2025 -
unable to sign in to github.com and copilot chat
#249787 closed
Jun 3, 2025 -
Problem with Github Sign in
#249789 closed
Jun 3, 2025 -
frequentyl showing reopen requwest
#249790 closed
Jun 3, 2025 -
cannot change sign in to a github.com account
#249793 closed
Jun 3, 2025 -
Copilot
#249796 closed
Jun 3, 2025 -
Can't sign in github
#249803 closed
Jun 3, 2025 -
Errore di connessione di copilot chat
#249807 closed
Jun 3, 2025 -
copilot malfunctioning
#249838 closed
Jun 3, 2025 -
I am not able to sign in with github - cannot access github copilot chat
#249846 closed
Jun 3, 2025 -
Cannot read properties of undefined (reading 'getModelColumnOfViewPosition')
#240206 closed
Jun 3, 2025 -
Illegal value for lineNumber
#240466 closed
Jun 3, 2025 -
Cannot read properties of undefined (reading 'toString')
#244363 closed
Jun 3, 2025 -
wsl2 centos7 meet error about libstdc++ version
#247508 closed
Jun 3, 2025 -
Illegal value for lineNumber
#240198 closed
Jun 3, 2025 -
"Problems" tab - shows invalid (typoed) path
#250270 closed
Jun 3, 2025 -
Extension Signature Verification Failed: Angular Language Service (+ 3 others)
#249810 closed
Jun 3, 2025 -
Extension Signature Verification Failed: Python
#250302 closed
Jun 3, 2025 -
Test extension tool sets
#250314 closed
Jun 3, 2025 -
Test: Find on type setting
#250347 closed
Jun 3, 2025 -
Unresolved setting id in html setting
#247954 closed
Jun 3, 2025 -
Cannot Open Folder Suffixed ".Template" on macOS
#247974 closed
Jun 3, 2025 -
Update the latest issues
#250365 closed
Jun 3, 2025 -
`command/ctrl+click` "go to references" not working for string
#250280 closed
Jun 3, 2025 -
Support multiple RDP sessions for same user better
#244332 closed
Jun 3, 2025 -
Add Vietnamese Language Support to VS Code Speech Extension
#244762 closed
Jun 3, 2025 -
chat agent mode can not edit on vscode.FileSystemProvider - while edit mode can
#248419 closed
Jun 3, 2025 -
MCP Card / Dropdown polish
#248567 closed
Jun 3, 2025 -
Chat attachments mouse/keyboard navigation issues
#248279 closed
Jun 2, 2025 -
improve ease of keyboard use for attachment management
#249304 closed
Jun 2, 2025 -
Show more primitive counts for servers
#250126 closed
Jun 2, 2025 -
vscode editor does not update contents on NFS share
#250345 closed
Jun 2, 2025 -
Open Search Editor into split on Ctrl+Enter and possible 'Split Right' bug.
#246511 closed
Jun 2, 2025 -
Weird context used in this case
#250293 closed
Jun 2, 2025 -
Missing confirmation request row
#250211 closed
Jun 2, 2025 -
Focus border on user message in chat is off
#250264 closed
Jun 2, 2025 -
vscode.env.onDidChangeShell not firing in the webworker extension host
#249823 closed
Jun 2, 2025 -
`${userHome}` in a task command creates bad paths
#209218 closed
Jun 2, 2025 -
Tasks: 'focus' overrides 'reveal' property in presentation
#249718 closed
Jun 2, 2025 -
Play sound when chat agent requires user attention
#248200 closed
Jun 2, 2025 -
task system error in wrapping in quotes some args without spaces
#206734 closed
Jun 2, 2025 -
MCP: De-dupe servers using reported name/version
#244644 closed
Jun 2, 2025 -
ctrl+backspace does ^W instead of deleting word in terminal (powershell)
#250020 closed
Jun 2, 2025 -
code --wait --merge never exits
#249601 closed
Jun 2, 2025 -
Keep track of shell/zsh vi modes to bindkey?
#250140 closed
Jun 2, 2025 -
Terminal not Working
#250205 closed
Jun 2, 2025 -
Executing a cell in a notebook provides no audible announcement of it completing
#250247 closed
Jun 2, 2025 -
Linux: Support OS title menu in custom title bar
#241467 closed
Jun 2, 2025 -
VS Code continuously crashes on Windows 11 for more than month
#232817 closed
Jun 2, 2025 -
VS Code frequently breaks
#238714 closed
Jun 2, 2025 -
vscode API - workspace
#248713 closed
Jun 2, 2025 -
Parent .gitignore is ignored when outside of "files to include"
#249626 closed
Jun 2, 2025 -
rate limit
#250259 closed
Jun 2, 2025 -
GitHub Extension: Unable to resolve nonexistent file error when using GitHub in vscode.dev
#226173 closed
Jun 2, 2025 -
Reactivating terminals...
#250217 closed
Jun 2, 2025 -
Copilot Chat gets stuck after executing command successfully
#249975 closed
Jun 2, 2025 -
Add a `code-terminal` shell command to start a command in VSCode's terminal
#248999 closed
Jun 2, 2025 -
can't run web debug(use default config)
#250312 closed
Jun 2, 2025 -
LimitedFunctionality: ProjectBuildSnapshotService
#249140 closed
Jun 2, 2025 -
Feature Request: Add Memory Functionality to GitHub Copilot
#250184 closed
Jun 2, 2025 -
Desconexão constatnte
#250233 closed
Jun 2, 2025 -
Code failure
#249735 closed
Jun 2, 2025 -
F4 breaks in search view after deleting result
#248173 closed
Jun 2, 2025 -
Warn about installed extensions that are no longer available in Marketplace
#181248 closed
Jun 2, 2025 -
Cannot read properties of undefined (reading 'length')
#244372 closed
Jun 2, 2025 -
After resolving all conflicts during a rebase, continue the rebase
#249596 closed
Jun 2, 2025 -
Test: Inconsistent keyboard navigation in add context quick pick
#247657 closed
Jun 2, 2025 -
Toolsets not parsed in chat query
#250254 closed
Jun 2, 2025 -
Developer: Inspect Editor Tokens and Scopes no longer working
#249911 closed
Jun 2, 2025 -
Inpect editors scopes and tokens fails with `Cannot read properties of undefined`
#250278 closed
Jun 2, 2025 -
Soft Assertion Failed
#249636 closed
Jun 2, 2025 -
Cannot read properties of undefined (reading 'setAttribute')
#248832 closed
Jun 2, 2025 -
VS Code not showing correct file content for virtual files that are changed on `writeFile()`
#249906 closed
Jun 2, 2025 -
[css] provide property suggestion in @media query
#245938 closed
Jun 2, 2025 -
[css] Autocomplete for media queries
#61125 closed
Jun 2, 2025 -
[zsh] when using zsh with default terminal shell, ~/.zprofile not hit
#243435 closed
Jun 2, 2025 -
Severe event listener bug
#249985 closed
Jun 2, 2025 -
Prompt user when uninstalling an extension across profiles
#239206 closed
Jun 2, 2025 -
New temporary profile should open in a new window
#244974 closed
Jun 2, 2025 -
js language recognition error
#242444 closed
Jun 2, 2025 -
Package window installation package keeps timeout
#248481 closed
Jun 2, 2025 -
copilot
#249595 closed
Jun 2, 2025 -
VS Code Not Opening or Loading Folder on My Laptop
#249731 closed
Jun 2, 2025 -
Does not connect to Github.com
#249748 closed
Jun 2, 2025 -
Can't download an already installed extension (and no download link on marketplace)
#240231 closed
Jun 2, 2025 -
Dart code breaks editor
#244266 closed
Jun 2, 2025 -
VS code starts up but i am not able to tab into the vscode window.
#240215 closed
Jun 2, 2025 -
Debt: add callback to verify state is changed inside of dispatchKeybinding call in smoketests
#237673 closed
Jun 2, 2025 -
Paragraph is not aligning
#250168 closed
Jun 2, 2025 -
[Feature Request] Allow to hide explorer arrows for vs-minimal icon theme
#250155 closed
Jun 2, 2025 -
rendererAutoProfiler is creating a much bigger performance issue than it is supposedly solving
#249343 closed
Jun 2, 2025 -
terminal mac os web smoke tests failing
#234606 closed
Jun 2, 2025 -
Request to expose vscode.InlineChat API to extension developers
#249912 closed
Jun 2, 2025 -
Git - add extension API to discover a repository without opening it
#248698 closed
Jun 2, 2025 -
sticky scrolling overrides cursor surrounding lines
#245723 closed
Jun 2, 2025 -
Noisy log: "Added views"
#248471 closed
Jun 2, 2025 -
Extension Signature Verification Failed: Container Tools
#250105 closed
Jun 2, 2025 -
VS Code so slow that I'm recommending abandoning it entirely
#249935 closed
Jun 2, 2025 -
Feature Request: CLI option to suppress extension recommendations prompt
#249609 closed
Jun 2, 2025 -
GitHub Copilot Copilot failed to get ready. Please review the guidance in the Chat view.
#249881 closed
Jun 2, 2025 -
The VSCode code editing module completely disappeared in the Apple M4 system
#250265 closed
Jun 2, 2025 -
Extension Signature Verification Failed: Bearded Theme
#250186 closed
Jun 2, 2025 -
Extension Signature Verification Failed: Monokai Pro
#250185 closed
Jun 2, 2025 -
Extension Signature Verification Failed: Material Icon Theme
#250199 closed
Jun 2, 2025 -
about profile
#250249 closed
Jun 2, 2025 -
Can't debug my code
#249431 closed
Jun 2, 2025 -
Github Copilot Chat Agent less model
#250166 closed
Jun 2, 2025 -
Icon request: move chat back into sidebar
#248904 closed
Jun 2, 2025 -
Cannot show the commit graph in the side panel
#250230 closed
Jun 2, 2025 -
github chat
#250204 closed
Jun 2, 2025 -
Removed copilot search while it was running
#249030 closed
Jun 2, 2025 -
Allow an extension to prevent window from closing
#248516 closed
Jun 2, 2025 -
Request to mute some of the breakpoints
#244831 closed
Jun 2, 2025 -
MCP: Improve/revise tool call before accepting
#245308 closed
Jun 2, 2025 -
Allow Customization of Filename Length / Avoid Truncation on File Save on macOS
#245341 closed
Jun 2, 2025 -
it stop working somethimes and not generating response
#250080 closed
Jun 1, 2025 -
Current view changes on open/reload in WSL when the Activity Bar is set to top or bottom
#245936 closed
Jun 1, 2025 -
AGENT MODE USEAGE LIMTIM
#250228 closed
Jun 1, 2025 -
Stop Copilot agent from stealing focus
#249921 closed
Jun 1, 2025 -
Allow to prevent the plugin from being restarted
#249623 closed
Jun 1, 2025 -
AGENT MODE USEAGE LIMTIM
#250227 closed
Jun 1, 2025 -
VScode is freezes for long time on opening large project
#247937 closed
Jun 1, 2025 -
Source Control
#248623 closed
Jun 1, 2025 -
Adding layout control options into settings.json (quick panel position)
#249259 closed
Jun 1, 2025 -
Not mine
#249404 closed
Jun 1, 2025 -
my python exten will not connect nor can i go into c# eventhough it's insatlled
#249566 closed
Jun 1, 2025 -
Suggests a change that never took place
#249698 closed
Jun 1, 2025 -
Copilot is not signing into github
#249708 closed
Jun 1, 2025 -
sadfafsa
#250221 closed
Jun 1, 2025 -
Reactivating terminals...
#250218 closed
Jun 1, 2025 -
Nminer
#250202 closed
Jun 1, 2025 -
8
#250208 closed
Jun 1, 2025 -
Ability to associate esoteric extensions with existing file types
#238840 closed
Jun 1, 2025 -
[Feature Request] Add Progress Indicator and Control Options for Remote Workspace Indexing
#241289 closed
Jun 1, 2025 -
Feature Request: Ability to Save Conversation with CoPilot
#243810 closed
Jun 1, 2025 -
Allow opening files whose paths start with `./`, e.g., `./package.json`
#244329 closed
Jun 1, 2025 -
Extensions sidebar: Adding "Sort By > Install Date"
#244380 closed
Jun 1, 2025 -
Add a feature to set the terminal cwd to `files.dialog.defaultPath` when opening a new instance of VS Code
#245033 closed
Jun 1, 2025 -
Disassembler viewer overlapping instruction lines
#250174 closed
May 31, 2025 -
[SOLVED] Unable to sign-in to github via VS code.
#250146 closed
May 31, 2025 -
vs code is not openning fast in arch linux
#249833 closed
May 31, 2025 -
Copilot
#250193 closed
May 31, 2025 -
There are duplicate lines in ADMX and ADML files.
#248917 closed
May 31, 2025 -
https://github.com/microsoft/vscode/issues/248627
#250192 closed
May 31, 2025 -
Show installed extensions while searching even if offline
#249752 closed
May 31, 2025 -
Error when opening notebook files in tests
#234926 closed
May 31, 2025 -
AttributeError when opening a parquet file with geopandas
#241063 closed
May 31, 2025 -
"Path" env variable gets stomped - windows
#242373 closed
May 31, 2025 -
up
#250165 closed
May 31, 2025 -
problem solving
#250169 closed
May 31, 2025 -
problem solving
#250170 closed
May 31, 2025 -
Cursor and Text Jump to Line End During Chinese Candidate Selection in VSCode
#250175 closed
May 31, 2025 -
Panels to windows
#250163 closed
May 31, 2025 -
Every VS Code easter egg. o_0
#250152 closed
May 31, 2025 -
Notebook Sticky execution Spinner "stuck" after execution finishes
#250130 closed
May 30, 2025 -
create new feature
#250139 closed
May 30, 2025 -
Improve the Find/Replace dialog, much larger
#248521 closed
May 30, 2025 -
Cloning Git Repository does not work for large repositories.
#246254 closed
May 30, 2025 -
Bug report
#249704 closed
May 30, 2025 -
Multi line chat message is wrongly indented
#250036 closed
May 30, 2025 -
Problems with `ChatVariablesService#attachContext`
#229712 closed
May 30, 2025 -
After installing Visual Studio Code cannot get access to Internet
#249522 closed
May 30, 2025 -
VSCode is adding auto adding imports that break my build
#250114 closed
May 30, 2025 -
Model Picker not providing checked state and pressing enter does not switch
#248440 closed
May 30, 2025 -
visual editor for JSON files from associated JSON Schema
#249978 closed
May 30, 2025 -
Fetch webpage tool should have a description that warns about prompt injection
#249984 closed
May 30, 2025 -
Slow loading of "Open Folder"
#250119 closed
May 30, 2025 -
Can't sign in to Github Copilot
#248818 closed
May 30, 2025 -
اريد تفعيل وتشغيل كل الميزة في التطبيق واريد تصحيح كل الاخطاء
#250122 closed
May 30, 2025 -
Please make shift+enter consistent
#250097 closed
May 30, 2025 -
debugger stuck behind window close buttons
#249905 closed
May 30, 2025 -
Cannot activate the 'Git' extension because it depends on the 'Git Base' extension which is disabled.
#248919 closed
May 30, 2025 -
vscode prevents deleting/renaming folders (git repos)
#246887 closed
May 30, 2025 -
Signature verification on Linux not working
#249976 closed
May 30, 2025 -
My VSCode was BROKEN!
#249018 closed
May 30, 2025 -
Extension Signature Verification Failed: Docker
#250045 closed
May 30, 2025 -
Auto scrolling in the Output tab turns off by itself continuously
#250053 closed
May 30, 2025 -
Extension Signature Verification Failed
#249992 closed
May 30, 2025 -
Window edge protrusion
#248585 closed
May 30, 2025 -
Terminal: Create New Terminal in a Editor Area
#249213 closed
May 30, 2025 -
i have a problem writing code on vscode in JavaScript laggin
#249548 closed
May 30, 2025 -
Extension Signature Verification Failed: SQL Server (mssql)
#250058 closed
May 30, 2025 -
Extension Signature Verification Failed: Ruff
#249611 closed
May 30, 2025 -
.NET Core 9 Debugging Crashed (coredump generated)
#249930 closed
May 30, 2025 -
VSCode keeps asking for git credentials (username + password)
#248194 closed
May 30, 2025 -
`"zenMode.hideActivityBar": false` conflicts when `workbench.activityBar.location` is not default
#246560 closed
May 30, 2025 -
Server error:500 when using copilot
#249804 closed
May 30, 2025 -
操
#249734 closed
May 30, 2025 -
VS Code - C programming analyzers
#250103 closed
May 30, 2025 -
MCP Server working directory configuration
#250078 closed
May 30, 2025 -
Line numbers sometimes disappear
#250064 closed
May 30, 2025 -
Remove duplicate rendering code of Context Attachments
#229813 closed
May 30, 2025 -
search panel not responding
#249928 closed
May 30, 2025 -
Tree-Sitter based syntax highlighting depends on the model service
#250077 closed
May 29, 2025 -
Global search in .ipynb does not work properly
#250056 closed
May 29, 2025 -
Search and Replace Confirmation Popup: Height Issue Prevents Scrolling and Clicking OK/Cancel
#248731 closed
May 29, 2025 -
Python module docstring renders improperly
#247525 closed
May 29, 2025 -
#S
#249797 closed
May 29, 2025 -
Open in VS Code dialog doesn't open after using Continue On feature
#247145 closed
May 29, 2025 -
Add resource to /authorize request in draft MCP auth spec
#249727 closed
May 29, 2025 -
When developing VSCode source code, can other language interfaces be displayed during preview, such as Chinese
#250031 closed
May 29, 2025 -
Copilot search breaks my text search
#249001 closed
May 29, 2025 -
Add command for "open file at path of selected text"
#248044 closed
May 29, 2025 -
Transforming texts is not working as expected
#246881 closed
May 29, 2025 -
Search: Updating search input while Copilot is searching leaves tree in intermediate state
#248014 closed
May 29, 2025 -
Custom titlebar broken when hiding controls
#249564 closed
May 29, 2025 -
Leak in `HistoryNavigator`
#241875 closed
May 29, 2025 -
Bug: Unable to Sign In to Copilot – Sign In Buttons Not Working
#250033 closed
May 29, 2025 -
Addressing accessibility issues | minimum control sizing
#247840 closed
May 29, 2025 -
monira nawandish
#250047 closed
May 29, 2025 -
Not able to commit/stage/resolve merge conflicts
#249551 closed
May 29, 2025 -
SSH key password not being remembered.
#249769 closed
May 29, 2025 -
The scm.defaultViewMode function is incorrect.
#249795 closed
May 29, 2025 -
Extension Signature Verification Failed: rust-analyzer
#249161 closed
May 29, 2025 -
Blank screen after awaken
#249195 closed
May 29, 2025 -
why Unresponsive
#249209 closed
May 29, 2025 -
Go to definition; Go to references and other realted features stops working sometime.
#249419 closed
May 29, 2025 -
Extension Signature Verification Failed: GitHub Copilot Chat
#249434 closed
May 29, 2025 -
File not found make a whole chat fail
#249439 closed
May 29, 2025 -
why is it that i cant run my programs on vs code anymore
#249453 closed
May 29, 2025 -
Not Able to login
#249456 closed
May 29, 2025 -
copilot window doesn't close
#249461 closed
May 29, 2025 -
search file CMD+P opens search in the middle of the screen
#250040 closed
May 29, 2025 -
safe
#250026 closed
May 29, 2025 -
NOT ABLE TO OPEN ANY FILE or create any file
#250029 closed
May 29, 2025 -
Make MacOS VSCode Explorer window vertical scrollbar visible by default
#244123 closed
May 29, 2025 -
Block and stop deleting files
#244883 closed
May 29, 2025 -
[Feature Request] Stacked tabs option for editor/tabs
#244901 closed
May 29, 2025 -
Only show tracked files/folder in Explorer view
#244951 closed
May 29, 2025 -
Cannot Install Download of 64-bit Version 1.100.2
#250019 closed
May 28, 2025 -
Problem matcher not clearing problems
#211468 closed
May 28, 2025 -
Rust Notebook gets stuck in an infinite loop an error
#249970 closed
May 28, 2025 -
Disassembly viewer displays instructions with invalid memory
#249782 closed
May 28, 2025 -
MCP: read annotations on tool results
#248437 closed
May 28, 2025 -
QuartsToGallons.jva code space deleted
#249643 closed
May 28, 2025 -
Confluence MCP tool is broken
#249712 closed
May 28, 2025 -
Telcel
#249844 closed
May 28, 2025 -
Test Issue Created via API
#249948 closed
May 28, 2025 -
when folder is open but folder not showing in the vs code
#249764 closed
May 28, 2025 -
copilot doesn't work
#249783 closed
May 28, 2025 -
Recommend Azure Tools ext pack to Az PowerShell customers
#249919 closed
May 28, 2025 -
Debugger running an old, uncalled method after code update
#249365 closed
May 28, 2025 -
Help and clear entries are duplicated
#243116 closed
May 28, 2025 -
AI ignores protection files
#248549 closed
May 28, 2025 -
Add Indexing Feature for Faster Navigation Between References
#248871 closed
May 28, 2025 -
Devcontainers are unusable
#249017 closed
May 28, 2025 -
Error in CoPilot
#249064 closed
May 28, 2025 -
VSCode is very slow to operate
#249327 closed
May 28, 2025 -
Node.js debugger attach issues with custom debugger port
#249350 closed
May 28, 2025 -
server error 500
#249362 closed
May 28, 2025 -
It's not working.
#249383 closed
May 28, 2025 -
JSON language service doesn't respect order defined in `toolEnumDescriptions` and `toolEnumValues`
#249954 closed
May 28, 2025 -
"New tools available" should be at the bottom next to the "Select tools icon"
#247291 closed
May 28, 2025 -
Many extensions do not work if added manually
#249612 closed
May 28, 2025 -
Chat should support "tool sets"
#247860 closed
May 28, 2025 -
Running Testing Can't Get All Environment Variables
#249965 closed
May 28, 2025 -
Git - gutter shows changes on symlink file even if git/scm says no changes
#189628 closed
May 28, 2025 -
Git: The status of the git file is incorrect.
#249607 closed
May 28, 2025 -
Format on forced save delayed
#249565 closed
May 28, 2025 -
Feature request: Group Tabs
#249944 closed
May 28, 2025 -
Unable to click on sign in with GitHub.com account
#249953 closed
May 28, 2025 -
Powershell Snippets have no way to escape in a filepath
#249768 closed
May 28, 2025 -
Copilot Rate Limit
#249381 closed
May 28, 2025 -
MCP: Incorrect tool count after first Start
#249120 closed
May 28, 2025 -
Reworking MCP tool prefixing behavior
#249281 closed
May 27, 2025 -
Github Copilot gets confused when MCP Servers have same tool names / identifiers
#249835 closed
May 27, 2025 -
Repositories panel does not show full data
#249916 closed
May 27, 2025 -
Editor blocked when interacting while copilot generates
#249851 closed
May 27, 2025 -
Insert Line Below command shortcut overruled by some Copilot Chat shortcut
#242697 closed
May 27, 2025 -
Bug: command in .vscode/mcp.json should executed inside the workspace
#248193 closed
May 27, 2025 -
wrong output
#205138 closed
May 27, 2025 -
Can't view MCP tools
#249710 closed
May 27, 2025 -
Error: Actual command not found, wanted to execute pr.openDescription /205
#248793 closed
May 27, 2025 -
Unresponsive error due to tree sitter
#248296 closed
May 27, 2025 -
Unable to Open VSCode From Command Line in Windows & WSL
#249882 closed
May 27, 2025 -
Chat context: same file can appear twice
#243223 closed
May 27, 2025 -
Render chat context with short names
#247864 closed
May 27, 2025 -
Git - an error occurs when discarding untracked files if the system does not have the recycle bin enabled
#244549 closed
May 27, 2025 -
VSCode not recognizing other shell env vars
#249831 closed
May 27, 2025 -
Extension Signature Verification Failed: Chinese (Simplified) (简体中文) Language Pack for Visual Studio Code
#249529 closed
May 27, 2025 -
Extension Signature Verification Failed (multiple extensions)
#249577 closed
May 27, 2025 -
GitHub - publish doesn't work if name was in use before, fails with "GitHub repository already exists"
#245022 closed
May 27, 2025 -
open vscode in command line with parameter
#249867 closed
May 27, 2025 -
Cant Login To Copilot With Github
#249794 closed
May 27, 2025 -
GitHub copilot login issue
#249837 closed
May 27, 2025 -
Copilot-Github sign In issue
#249860 closed
May 27, 2025 -
problems with the user interface - context menu
#241048 closed
May 27, 2025 -
Folder in sidebar is not appearing.
#242193 closed
May 27, 2025 -
Extension Signature Verification Failed: Git Extension Pack
#248642 closed
May 27, 2025 -
MCP Server Undefined Errors After Edit
#248945 closed
May 27, 2025 -
Not openning github login
#249082 closed
May 27, 2025 -
Unintented behaviour in terminal when sliding it when in editor area
#249092 closed
May 27, 2025 -
Extension Signature Verification Failed: ipython
#249159 closed
May 27, 2025 -
Extension Signature Verification Failed: GitHub Copilot Chat
#249193 closed
May 27, 2025 -
Unexpected non-whitespace character
#249222 closed
May 27, 2025 -
i'm getting red words NUL in my output window
#249234 closed
May 27, 2025 -
Extension Signature Verification Failed: Pylance
#249267 closed
May 27, 2025 -
Able to login to USGovernment with Classic not MSAL
#249285 closed
May 27, 2025 -
@ext:vscode.typescript-language-features crashing every few minutes
#249297 closed
May 27, 2025 -
Extension Signature Verification Failed: Python
#249315 closed
May 27, 2025 -
コードが見られなくなった
#249342 closed
May 27, 2025 -
Extension Signature Verification Failed: GitHub Copilot Chat
#249879 closed
May 27, 2025 -
Extension Signature Verification Failed: Python
#249755 closed
May 27, 2025 -
Extension Signature Verification Failed: Settings Sync
#249812 closed
May 27, 2025 -
FR: Set extensions to be enabled only if certain file types detected in project.
#249821 closed
May 27, 2025 -
Git - add short commit information into the branch picker
#246757 closed
May 27, 2025 -
Release script for packaging vscode into inno setup installer
#249866 closed
May 27, 2025 -
HTML autocomplete deletes following content
#249688 closed
May 27, 2025 -
SCM - add history item as chat context
#248699 closed
May 27, 2025 -
[UriError]: Scheme contains illegal characters
#249353 closed
May 27, 2025 -
[14f] potential listener LEAK detected, having 1063 listeners already. MOST frequent listener (851):
#249772 closed
May 27, 2025 -
Errors in Github Auth extension when running tests Jupyter Extension
#249697 closed
May 27, 2025 -
Cannot Sign in with Github Copilot
#249842 closed
May 27, 2025 -
API for focusing vscode window
#243616 closed
May 27, 2025 -
Middle click banner to close
#244299 closed
May 27, 2025 -
Add outline expand level option
#244864 closed
May 27, 2025 -
When popping or applying a stash, populate the commit message if empty
#244874 closed
May 27, 2025 -
"editor.wrappingIndent" not respected when "editor.accessibilitySupport": "on/auto"
#249729 closed
May 27, 2025 -
Copilot down
#249776 closed
May 27, 2025 -
"C# Dev Kit" does not show any test in the Test Explorer!
#249781 closed
May 26, 2025 -
copilont don't work
#249830 closed
May 26, 2025 -
slow launching of vs code in arch linux
#249832 closed
May 26, 2025 -
Github Login does not work, unexpected error raised.
#249788 closed
May 26, 2025 -
Error resolving prompts folder on startup
#249771 closed
May 26, 2025 -
GitHub Copilot Prompting for Login and Redirecting to GHE.com
#249805 closed
May 26, 2025 -
uhh
#249817 closed
May 26, 2025 -
copilot doesn't work
#249784 closed
May 26, 2025 -
Language model unavailable
#249800 closed
May 26, 2025 -
Language model unavailable
#249799 closed
May 26, 2025 -
Language model unavailable
#249798 closed
May 26, 2025 -
Copilot Autocomplete Arrow Hotkey Conflicts with Intellisense
#241843 closed
May 26, 2025 -
Problems to interact with github copilot
#249023 closed
May 26, 2025 -
Simple Browser "Add element to chat" does not allow element selection (no highlight/selection UI appears)
#248806 closed
May 26, 2025 -
rare limited eceeded
#249642 closed
May 26, 2025 -
Copilot limit didn´t resets
#249562 closed
May 26, 2025 -
Allow to reuse the chat tool picker from within frontmatter
#249272 closed
May 26, 2025 -
Feedback on the issue of white flashing when maximising/minimising under VS Code dark theme.
#249778 closed
May 26, 2025 -
compiler is not working properly h
#249777 closed
May 26, 2025 -
[Linux] MCP servers which require `node` or `npx` command don't start up in fish shell
#249424 closed
May 26, 2025 -
Aux window: Debug toolbar shows up
#248654 closed
May 26, 2025 -
The topbar is under the UI
#249655 closed
May 26, 2025 -
Allow the user to click into type definitions and symbols in hover tooltips #151305
#243873 closed
May 26, 2025 -
Add an easier way to apply an update of extensions
#244431 closed
May 26, 2025 -
Does not connect to Github.com
#249747 closed
May 25, 2025 -
File changes show the same every time, Copilot Agent
#249661 closed
May 25, 2025 -
Cannot add terminal logs to Copilot context
#249733 closed
May 25, 2025 -
'launch.json' parsing error: never finds a ',' or '}'
#249445 closed
May 25, 2025 -
Typing to search in `File: Open recent...` breaks separation between "folders and workspace" and "files"
#241305 closed
May 25, 2025 -
Classic sign on deprication.
#249146 closed
May 25, 2025 -
macOS: Cmd + Q does not quit app
#249179 closed
May 25, 2025 -
Error
#249738 closed
May 25, 2025 -
Join lines should not add a space (" ") character between joined lines
#237241 closed
May 25, 2025 -
need an option to set default working directory for notebook by `Create: New jupyter Notebook`
#237606 closed
May 25, 2025 -
Allow copy with Full/Partial/None format from VSCode
#238067 closed
May 25, 2025 -
Add Copilot question as a comment on top of suggested code
#240771 closed
May 25, 2025 -
Replace - give option to names or vars
#241009 closed
May 25, 2025 -
Hopefully, lookup replacement will store common schemes to XML file and read them when needed.
#242158 closed
May 25, 2025 -
Find in files next and previous shortcuts
#244347 closed
May 25, 2025 -
Search and replace on selected lines
#244348 closed
May 25, 2025 -
Use Absolute (Project-Relative) Path for Markdown Pasted Images
#244356 closed
May 25, 2025 -
SCM - Expand all changes in source control sidebar
#244386 closed
May 25, 2025 -
Source control panel's Spanish translation is bad
#249687 closed
May 24, 2025 -
ssh
#248470 closed
May 24, 2025 -
Repositories panel does not show full data
#249408 closed
May 24, 2025 -
Could not cancel out of dialog about stashing issue
#249547 closed
May 24, 2025 -
Terminal lagging and working slow
#225512 closed
May 24, 2025 -
`New Window with Profile > New Profile...` fails to open new window
#244619 closed
May 24, 2025 -
Can't run MCP servers on WSL
#246293 closed
May 24, 2025 -
Github Copilot causing integrated terminal to not accept keyboard input (intermittently)
#246357 closed
May 24, 2025 -
testing panrl not showing
#248330 closed
May 24, 2025 -
Extension Signature Verification Failed: Live Sass Compiler
#249045 closed
May 24, 2025 -
Readme Tech
#249702 closed
May 24, 2025 -
Copilot Bug
#249701 closed
May 24, 2025 -
Separate configuration, cache, and extension data directories according to XDG standards
#249641 closed
May 24, 2025 -
Please add support for background color in textMateRules
#249677 closed
May 24, 2025 -
MCP and SSE server error
#246313 closed
May 24, 2025 -
Text display overflow in the settings box
#244941 closed
May 24, 2025 -
Adopt ensureNoDisposablesAreLeakedInTestSuite round 2
#200091 closed
May 24, 2025 -
Chat toolbar shouldn't fade in
#249503 closed
May 24, 2025 -
[LEAKED DISPOSABLE] in settings editor
#244836 closed
May 23, 2025 -
web view: `theme-code-background` and `vscode-textPreformat-background` are missing
#241005 closed
May 23, 2025 -
Show all possible settings search filters
#242336 closed
May 23, 2025 -
TreeError [DebugRepl] Tree input not set
#249631 closed
May 23, 2025 -
MCP: Support Resource primitive as Add Context entries
#244159 closed
May 23, 2025 -
MCP: Support prompt primitives
#244173 closed
May 23, 2025 -
JavaScript Debug Terminal using PowerShell
#249059 closed
May 23, 2025 -
ADD SEX
#249670 closed
May 23, 2025 -
Can't move Debug Control Strip (stuck under window controls)
#249111 closed
May 23, 2025 -
Resolving shell environment failed
#249649 closed
May 23, 2025 -
Make Firefox use CSP
#249305 closed
May 23, 2025 -
When I save a file, two cmd's open and close inmediately
#249647 closed
May 23, 2025 -
Tasks with warnings are marked as failed
#249584 closed
May 23, 2025 -
After a response has come in, edit mode cannot be toggled to via keyboard
#246924 closed
May 23, 2025 -
Git - Timeline requests are not cancelled when switching editors too fast
#244336 closed
May 23, 2025 -
No activated agent with id "setup.chat"
#249632 closed
May 23, 2025 -
Terminal unexpectedly "scrolls" to the top
#249058 closed
May 23, 2025 -
Virtualbox
#249639 closed
May 23, 2025 -
copilot chat prompt agent mode: create a.txt file
#249553 closed
May 23, 2025 -
GH Copilot Agent Mode unable to create or edit files in build 1.101.0-insider (Universal)
#249472 closed
May 23, 2025 -
SCM Graph - show changes resources
#248696 closed
May 23, 2025 -
SCM - commit message generation OOTB
#248697 closed
May 23, 2025 -
Can not start API in python Visual Studio Code
#249558 closed
May 23, 2025 -
When opening folder in VS Code Insiders, file is not correctly colored initially
#246595 closed
May 23, 2025 -
Syntax Colorization issue
#246238 closed
May 23, 2025 -
CSS tree sitter syntax highlighting broken until first edit made
#247878 closed
May 23, 2025 -
Indent-on-enter is broken for Typescript
#246509 closed
May 23, 2025 -
Feature Request: Tab Groups
#249610 closed
May 23, 2025 -
My Snippents in LaTeX Files doesn't work?
#234018 closed
May 23, 2025 -
Extension Signature Verification Failed: GitHub Copilot Chat
#249081 closed
May 23, 2025 -
Cannot install extensions.
#248985 closed
May 23, 2025 -
Allow manual suggestions without automatic popups
#249005 closed
May 23, 2025 -
Not able to load app
#249033 closed
May 23, 2025 -
Najo
#249068 closed
May 23, 2025 -
Add an 'isDefault' property to launch.json
#244349 closed
May 23, 2025 -
Auto-Pin Extensions with Actions Needed (Reload/Update) to the Top of Lis
#249504 closed
May 23, 2025 -
chat.focusWindowOnConfirmation isn't working for terminal tool confirmation
#249377 closed
May 22, 2025 -
Localization starts with "DE" locale and verifies title and viewlets text is in German
#248588 closed
May 22, 2025 -
Vscode.dev fails to render markdown from remote repository's ipynb files
#247432 closed
May 22, 2025 -
Support MCP Server Authorization
#247759 closed
May 22, 2025 -
MCP tool parameters are not being passed properly.
#249505 closed
May 22, 2025 -
Waiting for VS Code to connect...
#249053 closed
May 22, 2025 -
fnm/nvm node installs are not found on Windows
#249130 closed
May 22, 2025 -
`dom.ts#getFocusedWindow()` has a weird redundant check
#249416 closed
May 22, 2025 -
Python debugging Unhandled: on_readmemory_request not available in PyDevJsonCommandProcessor.
#249341 closed
May 22, 2025 -
Tree - updating `workbench.tree.indent` does not re-render elements
#249540 closed
May 22, 2025 -
Unable to open repository
#228221 closed
May 22, 2025 -
VSCode crashing with large XML and Markdown files.
#162842 closed
May 22, 2025 -
how to display my .env file in my directory
#248168 closed
May 22, 2025 -
After restart of VSCode due to an upgrade, many files are opened in my project, all with the last change undone
#248884 closed
May 22, 2025 -
nin
#248960 closed
May 22, 2025 -
Changing theme doesn't update the editor colors
#243574 closed
May 22, 2025 -
Feature request: Preserve active context tag when copying/pasting
#249523 closed
May 22, 2025 -
Agent Mode not asking to Keep/Undo, just doing.
#249510 closed
May 22, 2025 -
Go syntax highlighting incorrectly identifies multiplication operator as address operator
#249412 closed
May 22, 2025 -
Why am I being limited as I have a paid subscription for a year...
#249506 closed
May 22, 2025 -
Ok
#249495 closed
May 22, 2025 -
Delete
#249515 closed
May 22, 2025 -
Project Screen Time
#249441 closed
May 22, 2025 -
VS Code Speech shows modal dialog after cancelling
#249492 closed
May 22, 2025 -
File automatic refresh does not work when view the log file access.log of nginx.
#249289 closed
May 22, 2025 -
VSCode hangs when opening or saving files
#249467 closed
May 22, 2025 -
VisualStudio2022-like Method Sorting
#244154 closed
May 22, 2025 -
Add copy button and other controls to bottom of code snippet UI in CoPilot Chat
#244204 closed
May 22, 2025 -
Missing Custom Model Provider Option
#248878 closed
May 22, 2025 -
Ok
#249494 closed
May 22, 2025 -
Support auto reveal on cell execution
#248546 closed
May 22, 2025 -
https://github.com/microsoft/vscode/issues/249216
#249217 closed
May 21, 2025 -
unauthorized
#248576 closed
May 21, 2025 -
Slow IntelliSense blocks fast snippet suggestions
#249490 closed
May 21, 2025 -
Consider how to make the user action required sound setting discoverable
#249376 closed
May 21, 2025 -
Cannot sign in - "No accounts requested yet..."
#249482 closed
May 21, 2025 -
Use new sounds for code action triggered and applied instead of reusing voice ones
#235989 closed
May 21, 2025 -
Terminal suggest: Support LSP-based completion provider
#241167 closed
May 21, 2025 -
Chat user confirmation chimes even with always or workspace allow
#249389 closed
May 21, 2025 -
Unset variables for paths and filenames may be causing errors
#249463 closed
May 21, 2025 -
Extension host terminated unexpectedly 3 times within the last 5 minutes.
#249433 closed
May 21, 2025 -
Python program not running as after closing it
#249436 closed
May 21, 2025 -
Sing in button in GitHub Copilot not working
#249405 closed
May 21, 2025 -
Unable to use Copilot chat as I am unable to click on option "Sign in with a GitHub.com account .
#249329 closed
May 21, 2025 -
Copilot chat extremely slow in VS Code version 1.100.1
#248957 closed
May 21, 2025 -
why is it that i cant run my programs on vs code anymore
#249454 closed
May 21, 2025 -
re-active
#240649 closed
May 21, 2025 -
chirp_pat_pot
#249451 closed
May 21, 2025 -
High CPU Usage on Remote SSH Connections
#247080 closed
May 21, 2025 -
Network connection error in VS code.
#247231 closed
May 21, 2025 -
Folding/Unfolding Glitch as well as CSS color palettes not showing all of a sudden
#248022 closed
May 21, 2025 -
Debugger freeze when breakpoint active
#248325 closed
May 21, 2025 -
im unable to see the answer
#248614 closed
May 21, 2025 -
I want the latest version of vs code
#248817 closed
May 21, 2025 -
Extension Signature Verification Failed: rust-analyzer
#249437 closed
May 21, 2025 -
`@builtin @enabled` doesn't work
#227732 closed
May 21, 2025 -
Javascript Error in the main process
#248955 closed
May 21, 2025 -
Extension Signature Verification Failed: GitHub Copilot Chat
#249077 closed
May 21, 2025 -
Extension Signature Verification Failed: GitHub Copilot Chat
#248787 closed
May 21, 2025 -
Make sure the ref is set before accessing the element. Maybe wrong initialization order?
#248830 closed
May 21, 2025 -
Cannot remove a path from Workspaces and Folders
#249180 closed
May 21, 2025 -
exclude option for go to symbol
#249388 closed
May 21, 2025 -
Allow to scope settings by platform
#249422 closed
May 21, 2025 -
ctrl + I for assistant
#248607 closed
May 21, 2025 -
[BUG]: search will add additional gap at top
#249373 closed
May 21, 2025 -
Cengage auto grader is not working
#249395 closed
May 21, 2025 -
bug
#249403 closed
May 21, 2025 -
bh
#249402 closed
May 21, 2025 -
bug
#249401 closed
May 21, 2025 -
bug
#249400 closed
May 21, 2025 -
bug
#249399 closed
May 21, 2025 -
bad syntax highlighting for Docker comments
#245289 closed
May 21, 2025 -
Windows 11 right click context menu "Open with Code"
#246327 closed
May 21, 2025 -
Time Out
#249167 closed
May 20, 2025 -
Error
#249084 closed
May 20, 2025 -
Add "type" to TypeScript imports if an import fix is not related to executable code
#249131 closed
May 20, 2025 -
Simple Browser not rendering any page
#249168 closed
May 20, 2025 -
I cannot Ctrl+Click on functions nor hover around them with my cursor
#249328 closed
May 20, 2025 -
by default, chat user action required sound should only play when the window is not currently focused
#249375 closed
May 20, 2025 -
Non vscode themes show wrong colors
#248765 closed
May 20, 2025 -
Workspace search causes window to hang
#248756 closed
May 20, 2025 -
Update Visual Studio Code Insiders and extensions when the app is closed
#243055 closed
May 20, 2025 -
CSS @property Rule Initial-Value Bug in Workbench CSS
#242155 closed
May 20, 2025 -
Copilot chat extremely slow in VS Code version 1.100.1
#249372 closed
May 20, 2025 -
Support Harmony Next PC
#249326 closed
May 20, 2025 -
ERR The reader object cannot be used outside its compute function!
#248784 closed
May 20, 2025 -
Allow use of custom menu with native titlebar (on Linux and Windows)
#229053 closed
May 20, 2025 -
VS Code!
#249220 closed
May 20, 2025 -
### Bug Report – Augment Extension in VS Code
#249137 closed
May 20, 2025 -
C# code editing in VS Code Insiders causes issues with intermediate files.
#249260 closed
May 20, 2025 -
Do not invent your own event system
#248357 closed
May 20, 2025 -
Set different color for file tabs in multiroot workspace
#249335 closed
May 20, 2025 -
Unable to synchronize my settings
#249142 closed
May 20, 2025 -
Question about bracket pair colorization
#248823 closed
May 20, 2025 -
HTTP requests sent from a VS Code extension can't be aborted
#227805 closed
May 20, 2025 -
System.UnauthorizedAccessException: Access to the path 'D:\a\_work\1\vscode-server-win32-x64\node.exe' is denied
#248377 closed
May 20, 2025 -
--extensions-dir Ignored When ~/.vscode/extensions Exists (Fedora 42 + KDE Wayland)
#248304 closed
May 20, 2025 -
I lost my whole project
#248455 closed
May 20, 2025 -
terminal not opening
#248523 closed
May 20, 2025 -
PHP-DEVSENSE 插件会导致BUG “正在加载 IntelliSense 状态”
#248586 closed
May 20, 2025 -
A mensagem de uso completo do chat está enganosa(pelo menos me fez pensar assim)
#248643 closed
May 20, 2025 -
integrated problem
#248644 closed
May 20, 2025 -
Terminal 1.100.0 crash with KDE linux
#248646 closed
May 20, 2025 -
Sign in to GitHub.com Chat
#248656 closed
May 20, 2025 -
explorer faulty
#248661 closed
May 20, 2025 -
saying sorry, no response was returned.
#248714 closed
May 20, 2025 -
cant check 4 updates
#248715 closed
May 20, 2025 -
not sign in to github
#248728 closed
May 20, 2025 -
Sign In to GitHub.com Chat not working
#248732 closed
May 20, 2025 -
see
#249349 closed
May 20, 2025 -
WSL setup on Windows 11 aarch64 not working
#249211 closed
May 20, 2025 -
SCM Graph - avatars are not shown in the hover
#249332 closed
May 20, 2025 -
Extension Signature Verification Failed: Vue - Official
#249162 closed
May 20, 2025 -
Reformatting code on save when instructed not to. "editor.formatOnSave": false,
#245275 closed
May 20, 2025 -
Extension Signature Verification Failed: Python
#249322 closed
May 20, 2025 -
After selecting all the text in the search box of "Ctrl+F", entering text will not replace the previous text.
#249336 closed
May 20, 2025 -
UNWANTED: VS Code keeps reformatting my code
#249174 closed
May 20, 2025 -
para hacer el debug en c# me carga primero el modulo para hacer el debug pero despues me lo quita, se desaparece
#249330 closed
May 20, 2025 -
debug.log being created in some folders at startup with handle held
#247673 closed
May 20, 2025 -
BUG in `Refactor: move to new file`
#242499 closed
May 20, 2025 -
[Feature Request] Built-in PDF Viewer in VSCode
#249194 closed
May 20, 2025 -
Accident - please remove
#249224 closed
May 20, 2025 -
Add /list command to list all tools in agent mode
#249237 closed
May 20, 2025 -
Allow Integrated Terminal to Detach as Floating Window by Default
#244002 closed
May 20, 2025 -
Put breadcrumbs navigation for both files in the file comparison window in side-by-side layout
#244031 closed
May 20, 2025 -
Better encoding transparency in the TextDocument API
#244050 closed
May 20, 2025 -
Add a "FullPath" option to Breadcrumbs.FilePath & add a BreadCrumbs.FilePath.Last option
#244070 closed
May 20, 2025 -
Import support for snippets
#244133 closed
May 20, 2025 -
webview open slow on 1.99
#245756 closed
May 20, 2025 -
Markdown preview katex support not loaded on web when running out of sources
#249321 closed
May 20, 2025 -
Chat response aria label / alert should indicate the command/input the tool intends to run
#249276 closed
May 19, 2025 -
chat tool invocation input info is not present in the accessible view
#249280 closed
May 19, 2025 -
Debugging issue: --experimental-network-inspection flag cannot be disabled in Visual Studio Code
#248599 closed
May 19, 2025 -
add sound for when tool requires user action in chat agent mode
#244290 closed
May 19, 2025 -
Aria label for chat tool codeblocks should be the title, not `code block n`
#249279 closed
May 19, 2025 -
VS Code crashes another window
#249320 closed
May 19, 2025 -
Наймите себе нормальных тестировщиков
#249270 closed
May 19, 2025 -
Error tunning code --add-mcp
#248566 closed
May 19, 2025 -
Implement API for listening to executed commands
#248743 closed
May 19, 2025 -
hacker in this program along with others
#248461 closed
May 19, 2025 -
Improve recovering from chat response errors
#249240 closed
May 19, 2025 -
Using `bind` on a `this.<method>` referencing that method?
#248389 closed
May 19, 2025 -
RHEL10 crypto policy rejects microsoft.asc GPG key
#249302 closed
May 19, 2025 -
VSCode terminal incorrect behavior for some function keys on macOS. Typing ~ instead of allowing system shortcut
#249235 closed
May 19, 2025 -
Graphing data in debugger for many programming languages
#249295 closed
May 19, 2025 -
cannot find Db2
#241789 closed
May 19, 2025 -
First key stroke will not take effect in a new Terminal (Powershell) window
#249133 closed
May 19, 2025 -
InlayHints requested even if setting is "editor.inlayHints.enabled": "offUnlessPressed"
#249287 closed
May 19, 2025 -
copilot stopped working
#248584 closed
May 19, 2025 -
InlayHintsProvider called three times for same range
#249286 closed
May 19, 2025 -
Invalid tool is already registered error
#249266 closed
May 19, 2025 -
Insiders Editing PR Comment Not Working
#249117 closed
May 19, 2025 -
Bad CSS import in `common` layer
#249251 closed
May 19, 2025 -
How to use myself CTAG to jump defination like vim in vscode?
#247049 closed
May 19, 2025 -
[BUG] terminal spams "e" after typing in it
#249019 closed
May 19, 2025 -
VSCode keep using /bin/bash instead of /bin/zsh when default profile was zsh
#249169 closed
May 19, 2025 -
Line breaks not copying out of VSCode Results pane
#249264 closed
May 19, 2025 -
VSCode changed my coding style after selecting default task
#241812 closed
May 19, 2025 -
can't rename or paste some text sometimes
#247358 closed
May 19, 2025 -
https://electronjs.org/docs/latest
#248668 closed
May 19, 2025 -
TextMate Scope Names in VSCode
#249074 closed
May 19, 2025 -
Additional Option for Ctrl-Shft-F | Search Inside Files | Allows to only search File/Folder Names
#249141 closed
May 19, 2025 -
Cannot read properties of undefined (reading 'read')
#249153 closed
May 19, 2025 -
Ask @vscode button not working in Help section
#249215 closed
May 19, 2025 -
I cannot log into Github within VsCode
#249212 closed
May 19, 2025 -
I cannot log into copilot with Github
#249214 closed
May 19, 2025 -
Unable to connect remote (ssh)
#249225 closed
May 19, 2025 -
my
#241297 closed
May 19, 2025 -
GitHub Copilot Login Flow Needs Improvement
#243665 closed
May 19, 2025 -
Pinned Tab Anchoring
#243997 closed
May 19, 2025 -
Bug
#249233 closed
May 19, 2025 -
Bug
#249232 closed
May 18, 2025 -
EACCES: permission denied, unlink '/usr/local/bin/code'
#238781 closed
May 18, 2025 -
The copilot plan says agent mode is unlimited. But it isn't.
#249207 closed
May 18, 2025 -
Copilot usage limits
#249109 closed
May 18, 2025 -
Fractional scaling on X11 is blurry and cuts right borders.
#193080 closed
May 18, 2025 -
Source Control Repository data not showing
#249104 closed
May 18, 2025 -
New
#249205 closed
May 18, 2025 -
Not finding all references of a field
#240703 closed
May 18, 2025 -
Outline - display local functions
#249166 closed
May 18, 2025 -
SCM - filter changed files by status
#239668 closed
May 18, 2025 -
command line option --diff support --left-readonly flag
#241434 closed
May 18, 2025 -
Elevate information on skipped tests to top level of GUI report
#242916 closed
May 18, 2025 -
[html] Auto close HTML tag only when closing
#242884 closed
May 18, 2025 -
[Feature request] Tree view option in Open Editors pane
#243589 closed
May 18, 2025 -
[wsl] continue downloading WSL server when VS Code is closed
#243647 closed
May 18, 2025 -
Icon inheritance for file icon themes
#243662 closed
May 18, 2025 -
Auto Collapsing Explorer
#243678 closed
May 18, 2025 -
[Feature Request] Allow extensions to contribute resolvable variables
#243681 closed
May 18, 2025 -
[Feature Request] Expose more properties for FileDecoration
#243682 closed
May 18, 2025 -
DocumentColorProvider defer edits until after the color picker is closed
#243684 closed
May 18, 2025 -
Window freeze when searching | VS Code Insiders 1.101.0-inside
#248707 closed
May 17, 2025 -
Can t login into Github copilot
#249187 closed
May 17, 2025 -
Explorer > Create Project instead of Create Java Project
#249186 closed
May 17, 2025 -
Feature Request: Integrated GUI SCP File Transfer in Terminal SSH Sessions
#249175 closed
May 17, 2025 -
Infinite initialization trials for MCP using SSE
#248949 closed
May 17, 2025 -
Material Connected to CS50 Classes Are Missing
#249165 closed
May 17, 2025 -
打开终端提示窗口无响应
#240456 closed
May 17, 2025 -
Open Tasks in New Window
#246752 closed
May 17, 2025 -
Copilot isn't working
#247217 closed
May 17, 2025 -
Search and test case running became very slow
#247733 closed
May 17, 2025 -
Erros no modo agente com Sonet 3.7
#247920 closed
May 17, 2025 -
MSAL authentication does not support passwordless
#248251 closed
May 17, 2025 -
Stop does not always work
#248380 closed
May 17, 2025 -
Some emojis in terminal looks horizontally squashed
#248446 closed
May 17, 2025 -
my-swift
#241296 closed
May 17, 2025 -
ارسل لنا رساله اذه واجهت اي خطا او ثغره وشكرا لكم
#249126 closed
May 17, 2025 -
Chat - Codebase option missing in Add Context
#248981 closed
May 17, 2025 -
Extremely laggy scroll M3 silicon (no extensions)
#249158 closed
May 17, 2025 -
"summarizing" task breaks chat view
#249148 closed
May 16, 2025 -
my-awiftcom
#241298 closed
May 16, 2025 -
Cannot read properties of undefined (reading 'hasNode')
#248841 closed
May 16, 2025 -
Improve tool codeblock accessibility
#249134 closed
May 16, 2025 -
Feature Request: Add "Fold All" Option for Source Control Tree View
#238436 closed
May 16, 2025 -
[BUG] Simple Browser missing element selection
#248975 closed
May 16, 2025 -
Provide a better error message when an MCP server uses npx and node/npx aren't found
#246252 closed
May 16, 2025 -
Sk
#249091 closed
May 16, 2025 -
Hitting Escape button doesn't immediately go back to normal mode in VIM when there is edit suggestion
#249110 closed
May 16, 2025 -
VS Code doesn't display hidden unicode characters
#249099 closed
May 16, 2025 -
Debug toolbar can be moved under macOS window controls where they can't be removed
#249108 closed
May 16, 2025 -
in sidebar how multiple explorer Icon so we are confuse in which icon on open folder structure.
#249089 closed
May 16, 2025 -
SCM - Clicking on `git` line next to line numbers causes UI issues
#248612 closed
May 16, 2025 -
launch.json: show / hide tasks on different platforms?
#249050 closed
May 16, 2025 -
Could Terminal support to open in new editor like Chat?
#249066 closed
May 16, 2025 -
baromság
#248543 closed
May 16, 2025 -
Terminal split makes left terminal go black
#249071 closed
May 16, 2025 -
Terminals as tabs
#249060 closed
May 16, 2025 -
Allow Granular Control Over MCP Tool Discovery in GitHub Copilot Chat
#248368 closed
May 16, 2025 -
Teste de MCP GitHub
#248583 closed
May 16, 2025 -
version 1.99.3 has no SCM incoming/outgoing changes
#248914 closed
May 16, 2025 -
SCM Graph view item context menu has duplicate `Open Changes` entries
#248922 closed
May 16, 2025 -
Including link: https://thecleverprogrammer.com/
#248925 closed
May 16, 2025 -
Links to updated versions are not provided at updates website
#249096 closed
May 16, 2025 -
VS Code settings from a running Docker container interact with local workspace .vscode/settings.json
#246798 closed
May 16, 2025 -
in sidebar how multiple explorer Icon so we are confuse in which icon on open folder structure.
#249090 closed
May 16, 2025 -
not cuntiniusily do as i ecepted
#247917 closed
May 16, 2025 -
Creating files and copying paste is taking forever
#248178 closed
May 16, 2025 -
Terminal corrupt after docker compose fail
#248402 closed
May 16, 2025 -
didn't worked
#249014 closed
May 16, 2025 -
Cannot read properties of undefined (reading 'identifier')
#248836 closed
May 16, 2025 -
candidate link in public endgame plan does not work for external users
#249039 closed
May 16, 2025 -
Extension Signature Verification Failed: GitLens — Git supercharged
#248916 closed
May 16, 2025 -
Extension Signature Verification Failed: Jupyter
#249079 closed
May 16, 2025 -
Extension Signature Verification Failed: Python
#248946 closed
May 16, 2025 -
Extension Signature Verification Failed: Language Support for Java(TM) by Red Hat
#249032 closed
May 16, 2025 -
Extension Signature Verification Failed
#248597 closed
May 16, 2025 -
Extension Signature Verification Failed: Continue - Codestral, Claude, and more
#249036 closed
May 16, 2025 -
AbstractChatAttachmentWidget leaks
#249003 closed
May 15, 2025 -
Weird behavior when renaming keywords like const / let / var
#248988 closed
May 15, 2025 -
TerminalInstance leaks
#249002 closed
May 15, 2025 -
"Open with Code" not in default right click menu
#249037 closed
May 15, 2025 -
4-5s Freezes after typing
#249041 closed
May 15, 2025 -
April 2025 Recovery 2
#248903 closed
May 15, 2025 -
terminate tasks gracefully and not forcefully on closing VSCode or when using the "kill" (trashcan) button
#206607 closed
May 15, 2025 -
${workspaceFolder} variable is not resolved even with the latest release
#248986 closed
May 15, 2025 -
Voiceover Copilot Navigation Bug
#249004 closed
May 15, 2025 -
Zoomed types truncates too quickly
#233557 closed
May 15, 2025 -
onDapResponse function in vscode.DebugAdapterTracker not triggered, onWillReceiveMessage is ok
#249013 closed
May 15, 2025 -
VSCode quit working today
#248942 closed
May 15, 2025 -
[NETSDKE2E] [Insiders] Asian language localization display anomalies when using tar.gz to install VS Code.
#232240 closed
May 15, 2025 -
Administrative Template vscode.adml has duplicate string
#248930 closed
May 15, 2025 -
Improve compact window title actions
#248907 closed
May 15, 2025 -
Settings tree view does not allow for keyboard navigation by category by expanding or collapsing levels
#204874 closed
May 15, 2025 -
Enterprise AllowedExtensions on MacOS crashing on changes to allowed list
#246128 closed
May 15, 2025 -
fuzzy find neglects to match on directory names
#246765 closed
May 15, 2025 -
Github/Copilot sign in fails with ```Unexpected token '<', "<!--samlch"... is not valid JSON```
#247344 closed
May 15, 2025 -
recommended codes
#247494 closed
May 15, 2025 -
Remote SSH Always reconnecting
#248281 closed
May 15, 2025 -
Terminal opens slow
#247047 closed
May 15, 2025 -
Make `getLineHeightForLineNumber` represent the actual view better
#248700 closed
May 15, 2025 -
Support IME contextual conversion (pre- and post-conversion references)
#233641 closed
May 15, 2025 -
Terminal maximize panel size
#248989 closed
May 15, 2025 -
Terminal doesn't appear after startup
#248974 closed
May 15, 2025 -
1.101.0-insider not working with Oracle Linux 8?
#248822 closed
May 15, 2025 -
Command Palette Suggestions
#243521 closed
May 15, 2025 -
GitHub Copilot Chat - Buggy requet
#248433 closed
May 15, 2025 -
Insider search is very laggy as it starts searching without waiting for the input method to type
#248773 closed
May 14, 2025 -
nin
#248961 closed
May 14, 2025 -
Cannot send a chat request
#248509 closed
May 14, 2025 -
Source Control Repositories view doesn't refresh modified file count
#248858 closed
May 14, 2025 -
#selection attachment doesn't work in chat editor or new window
#248885 closed
May 14, 2025 -
Prompt folder files not showing up in the github copilot agent chat
#248950 closed
May 14, 2025 -
Split terminals unusable until ms-vscode.vscode-terminal folder is manually recreated
#248943 closed
May 14, 2025 -
TS Server Rename supoort transform user input
#248912 closed
May 14, 2025 -
Killing Tasks with the Trash Can Icon does not Kill Underlying Processes
#160740 closed
May 14, 2025 -
asc
#248935 closed
May 14, 2025 -
asc12
#248936 closed
May 14, 2025 -
asc22
#248937 closed
May 14, 2025 -
Terminal with custom alpha color buggs the prompt
#204663 closed
May 14, 2025 -
Terminal search overflows wrapped text matches to the right
#248442 closed
May 14, 2025 -
when i boot up my mac from sleep mod my system frezzes.
#248882 closed
May 14, 2025 -
VSCode Terminal Escapes Characters in .env Variables After Update
#248921 closed
May 14, 2025 -
Remote SSH terminal not working on VS Code version: Code 1.100.0
#248477 closed
May 14, 2025 -
Chat request removes words that start with `/`
#248721 closed
May 14, 2025 -
Multiple/Subsequent Ctrl+S Issue
#248875 closed
May 14, 2025 -
When ctrl-clicking a file link in the terminal with .\ prefix on windows, the file is not found
#240049 closed
May 14, 2025 -
一打开终端就卡死,重装windows系统,重装vscode都没有,显示窗口无响应
#240348 closed
May 14, 2025 -
Allow pinning chat attachments
#247307 closed
May 14, 2025 -
MSAL Microsoft authentication not working if connected to a windows account
#248136 closed
May 14, 2025 -
Default extensions for remote tunnels
#248196 closed
May 14, 2025 -
copilot is halucinating big time
#248228 closed
May 14, 2025 -
não consigo abrir uma pasta que eu criei dentro do visual studio code
#248237 closed
May 14, 2025 -
Msal vs classic authentication in Microsoft authentication extension
#248266 closed
May 14, 2025 -
SSL Certificate error | No local issuer found
#248274 closed
May 14, 2025 -
Code spaces not working!
#248282 closed
May 14, 2025 -
Unable to inspect sources from aux window devtools
#248887 closed
May 14, 2025 -
Rulers render at invalid columns
#248902 closed
May 14, 2025 -
tasto per RUN codice
#248909 closed
May 14, 2025 -
Theme don't uninstall in VS Code
#248868 closed
May 14, 2025 -
Aux window: Support a one click "pop-in" action
#248652 closed
May 14, 2025 -
Cmd+P in the chat view in a compact window
#247664 closed
May 14, 2025 -
Window freezes when inserting newlines at the beginning of an INI-recognized file in Insiders
#247495 closed
May 14, 2025 -
Logic App Actions and Salesforce Connectors Not Loading in VSCode
#248892 closed
May 14, 2025 -
Enable EditContext by default on stable
#248893 closed
May 14, 2025 -
Duplicate input on Korean keyboard
#248678 closed
May 14, 2025 -
affAffffffffffffffffff
#248883 closed
May 14, 2025 -
Add setting to disable line copy when no text is selected
#248879 closed
May 14, 2025 -
drag and drop terminal to new window does not work
#248873 closed
May 14, 2025 -
AM unable to imoprt the packages in vs for python
#248603 closed
May 14, 2025 -
Freedom to customize workflow in vscode
#248617 closed
May 14, 2025
714 Issues opened by 504 people
-
VSCode fails to launch after 1.101.0 update
#251448 opened
Jun 13, 2025 -
1.101.0 breaks with powershell 7.5 installed on computer
#251446 opened
Jun 13, 2025 -
Cant scroll horizontally
#251445 opened
Jun 13, 2025 -
With one's focus in the editor, there's no way to accept all edits
#251440 opened
Jun 13, 2025 -
VS Code high memory usage and slow performance
#251437 opened
Jun 13, 2025 -
chat agent hangs even for simple commands
#251436 opened
Jun 13, 2025 -
Automatic orchestration for mode switch
#251435 opened
Jun 13, 2025 -
copilot -- Copying notebook HTML output not working for some keyboard shortcuts.
#251433 opened
Jun 13, 2025 -
InlineChatController: Clicking "re-run without /doc" while a request is in progress closes the widget
#251429 opened
Jun 13, 2025 -
execCut and execPaste commands not working in custom keybindings in 1.101?
#251427 opened
Jun 13, 2025 -
display realpath for symlinks as terminal suggest detail
#251425 opened
Jun 13, 2025 -
VS Code suddenly showing emulation warning and extremely slow on Mac M1
#251424 opened
Jun 13, 2025 -
Agent mode Run Application tool [feature request]
#251421 opened
Jun 13, 2025 -
Agent mode Set Breakpoint tool [feature request] #249941
#251420 opened
Jun 13, 2025 -
Linux native context menu captures all mouse input and becomes unresponsive
#251419 opened
Jun 13, 2025 -
copilot -- Notebook sticky scroll does not show correct element based viewport
#251415 opened
Jun 13, 2025 -
Error: end of central directory record signature not found
#251413 opened
Jun 13, 2025 -
Copilot is almost ready after being ready?
#251412 opened
Jun 13, 2025 -
Github Copilot
#251411 opened
Jun 13, 2025 -
バグの可能性
#251410 opened
Jun 13, 2025 -
copilot 0.28.0 is really terrible. Give me back the previous features!
#251409 opened
Jun 13, 2025 -
Copilot update BROKE Agent mode completely
#251407 opened
Jun 13, 2025 -
May 2025 Recovery 1
#251406 opened
Jun 13, 2025 -
integrated terminal: need a trailing space after the accepted word completion
#251403 opened
Jun 13, 2025 -
Extension Signature Verification Failed: GitHub Copilot Chat
#251402 opened
Jun 13, 2025 -
CoPilot Not Responding
#251398 opened
Jun 13, 2025 -
Fails to access OS keyring on Windows when signing in, even after clean reinstall and extensive troubleshooting
#251396 opened
Jun 13, 2025 -
Integration tests on Windows pass without turning job red
#251394 opened
Jun 13, 2025 -
Flat Source Control View for Multi-Root Workspaces (Monorepo-Like Behavior)
#251392 opened
Jun 13, 2025 -
Copilot Disable Setting Requires Confirmation
#251391 opened
Jun 13, 2025 -
Thunder
#251387 opened
Jun 13, 2025 -
Put Chat/Copilot in its own release notes section
#251384 opened
Jun 13, 2025 -
MacOS: "Error acquiring .NET!"
#251381 opened
Jun 13, 2025 -
[createInstance] IChatService depends on chatTransferService which is NOT registered
#251380 opened
Jun 13, 2025 -
cannot download vscode for ssl error
#251377 opened
Jun 13, 2025 -
Global find-replace sometimes fails to respect requirement for whole word matching
#251372 opened
Jun 13, 2025 -
find-replace replaces with wrong captured value when done globally
#251369 opened
Jun 13, 2025 -
Add user settings level above profiles
#251367 opened
Jun 13, 2025 -
Chinese path encoding issue
#251364 opened
Jun 13, 2025 -
Too many work area projects have led to a significant decline in performance.
#251360 opened
Jun 13, 2025 -
Improve sign-in landing page to make it clear we open VS Code
#251359 opened
Jun 13, 2025 -
WSL terminals cannot be started anymore on Windows 10
#251355 opened
Jun 13, 2025 -
Replace dialog is not updated when selection changes
#251353 opened
Jun 13, 2025 -
Bug: Profile Extensions UI incorrectly displays extensions after switching source under that profile.
#251352 opened
Jun 13, 2025 -
Stuck on Downloading VS Code server on Remote SSH Connection
#251349 opened
Jun 13, 2025 -
Cannot signing in to octocat.ghe.com
#251348 opened
Jun 13, 2025 -
Notebook Outputs flicker and slow scrolling
#251347 opened
Jun 13, 2025 -
Cannot Open Jupyter Notebook after updating to 1.101.0 @20250613 commit:dfaf44141ea9deb3b4096f7cd6d24e00c147a4b1
#251345 opened
Jun 13, 2025 -
chat not working
#251344 opened
Jun 13, 2025 -
Crash
#251343 opened
Jun 13, 2025 -
TimeLine View git history show wrong compare result after merge
#251342 opened
Jun 13, 2025 -
Be able to Save Copilot Chat history, instead of copy-pasting messages one by one
#251340 opened
Jun 13, 2025 -
Ui freezing
#251337 opened
Jun 13, 2025 -
Theme search should be fuzzy
#251336 opened
Jun 13, 2025 -
Stop sticking copilot junk everywhere.
#251334 opened
Jun 13, 2025 -
Tunnel stopped working
#251332 opened
Jun 12, 2025 -
server is so slow
#251331 opened
Jun 12, 2025 -
Extension Signature Verification Failed: ESLint Language Service
#251327 opened
Jun 12, 2025 -
Windows "Unable to resolve your shell environment in a reasonable time." when launched via shortcut
#251326 opened
Jun 12, 2025 -
Git - export createStash methods in the extension API
#251321 opened
Jun 12, 2025 -
The program hangs after using the debugger
#251320 opened
Jun 12, 2025 -
VSCODE inlin copilot chat ai is IN THE WAY
#251319 opened
Jun 12, 2025 -
WSL/C# Debugging extremely slow after WSL update to 2.5.7
#251317 opened
Jun 12, 2025 -
Support JSON schema draft 2020-12
#251315 opened
Jun 12, 2025 -
ERROR GITHUB COPILOT
#251314 opened
Jun 12, 2025 -
New Chat Mode Cannot Act as Agent Mode – Tools Unavailable
#251313 opened
Jun 12, 2025 -
Changing `workbench.settings.showAISearchToggle` should not require a restart
#251312 opened
Jun 12, 2025 -
very bad in one week face on the problem
#251310 opened
Jun 12, 2025 -
Native+hidden title bar broken since 1.101
#251309 opened
Jun 12, 2025 -
Fails to launch any STDIO mcp servers after latest update
#251308 opened
Jun 12, 2025 -
`policy.name` as a constant variable causes policy file generation to fail
#251304 opened
Jun 12, 2025 -
VSC copilot
#251301 opened
Jun 12, 2025 -
MS download page for VSCode lacks clear spacing between x64 and arm64 download icon links
#251300 opened
Jun 12, 2025 -
Search is slow when first searching for something
#251289 opened
Jun 12, 2025 -
context menu: disable scrolling, customize items
#251285 opened
Jun 12, 2025 -
Bug Report: VS Code/GitHub Copilot Recreates Deleted Files When Switching Chat Threads
#251284 opened
Jun 12, 2025 -
InlineCompletionContext.triggerKind is always Invoke
#251283 opened
Jun 12, 2025 -
Plese Develop an Microsoft Official FTP/SFTP Plugin.
#251282 opened
Jun 12, 2025 -
Settings editor appears slow when it falls back to AI search
#251281 opened
Jun 12, 2025 -
Transform not working into $RELATIVE_FILEPATH to cast windows format to unix
#251279 opened
Jun 12, 2025 -
Function of shortcut key of block comment in c/c++ not strong enough
#251277 opened
Jun 12, 2025 -
Do not run the c++ programs
#251276 opened
Jun 12, 2025 -
Errors from task with same owner as extension don't propagate to the EH
#251268 opened
Jun 12, 2025 -
Manage models needs to expose additional providers
#251267 opened
Jun 12, 2025 -
access github copilot
#251264 opened
Jun 12, 2025 -
Support {workspaceFolder} Variable in .vscode/mcp.json Configuration
#251263 opened
Jun 12, 2025 -
Disable `installation folder` banner warning when debugging extensions
#251262 opened
Jun 12, 2025 -
VS Code GitHub Copilot Agent
#251259 opened
Jun 12, 2025 -
No drag and drop foldername to terminal available
#251255 opened
Jun 12, 2025 -
back key button functionality
#251254 opened
Jun 12, 2025 -
run and debugs button is missing from right upper side tab in vs code
#251253 opened
Jun 12, 2025 -
Feature Request: Custom Agent Profiles for VS Code Copilot
#251251 opened
Jun 12, 2025 -
Urgent: Copilot Agent Context loss after "Summarized conversation history"
#251250 opened
Jun 12, 2025 -
All grammar hints are gone.
#251247 opened
Jun 12, 2025 -
Rename bug "Assertion Failed: Argument is `undefined` or `null`"
#251245 opened
Jun 12, 2025 -
The copy button on the codeblock of Copilot chat sometimes doesn't work
#251243 opened
Jun 11, 2025 -
Editor should focus on source code when clicking on stack frames if the source code is currently focused
#251241 opened
Jun 11, 2025 -
undo only removes one chat part at a time
#251240 opened
Jun 11, 2025 -
Completion tooltips on method signatures differ from tooltips on hover
#251238 opened
Jun 11, 2025 -
Unable to delete large file I accidentally created in vscode
#251236 opened
Jun 11, 2025 -
Having o3 as base model in Co-Pilot
#251234 opened
Jun 11, 2025 -
[engineering] sourcemap issues
#251233 opened
Jun 11, 2025 -
Auto-document enterprise policy keys
#251231 opened
Jun 11, 2025 -
Copilot Agent mode in VSCode Stable produced _SUMMARY.md files that were not requested.
#251227 opened
Jun 11, 2025 -
Add Official Support for Visual Studio Code on Amazon Linux 2023
#251224 opened
Jun 11, 2025 -
cannot click on keep the changes of the copilot it just blurs out
#251223 opened
Jun 11, 2025 -
out of the box windows does not have working shell integration
#251220 opened
Jun 11, 2025 -
Unhandled exception may be causing Agent Mode to be stuck in "Working"
#251210 opened
Jun 11, 2025 -
Support for o3 in Agent mode
#251208 opened
Jun 11, 2025 -
Github Copilot Chat is not working
#251207 opened
Jun 11, 2025 -
Custom mode cannot be picked in custom prompts
#251200 opened
Jun 11, 2025 -
Creating a custom chat mode should offer help like instructions
#251199 opened
Jun 11, 2025 -
`.vscode` as default location for workspace prompts, modes, instructions
#251198 opened
Jun 11, 2025 -
Have proper intellisense in chat mode files
#251197 opened
Jun 11, 2025 -
Add ⚙ icon to custom mode for editing
#251196 opened
Jun 11, 2025 -
Copilot Sonnet 4
#251192 opened
Jun 11, 2025 -
"code serve-web" : unexpected argument "--extensions-dir"
#251189 opened
Jun 11, 2025 -
Re-think the Chat view welcome
#251187 opened
Jun 11, 2025 -
Please no Built-In and Custom large titles in Custom Mode picker
#251185 opened
Jun 11, 2025 -
Automatic semicolon
#251184 opened
Jun 11, 2025 -
Vanishing Cline (goes full grey fill)
#251179 opened
Jun 11, 2025 -
Enabling autosave causes merge editor to automatically apply current changes
#251176 opened
Jun 11, 2025 -
Japanese IME: Undetermine strings overflows the input box of Copilot chat, it will not be displayed correctly.
#251175 opened
Jun 11, 2025 -
Git extension: rebase -i skips commit message prompt
#251172 opened
Jun 11, 2025 -
vscode use significant power on macos
#251171 opened
Jun 11, 2025 -
VS Code performing a full search for each letter I type in the search box
#251170 opened
Jun 11, 2025 -
Extension Signature Verification Failed: Docker DX
#251169 opened
Jun 11, 2025 -
Codeblock wrong size
#251162 opened
Jun 10, 2025 -
Put user into restricted mode when policy error occurs
#251161 opened
Jun 10, 2025 -
Add full set of color tokens for chat panel
#251146 opened
Jun 10, 2025 -
Command line tools can't be called anymore
#251141 opened
Jun 10, 2025 -
VSCode keeps asking me to reload every few minutes
#251139 opened
Jun 10, 2025 -
[Bug] ADMX contains duplicate values (Windows)
#251137 opened
Jun 10, 2025 -
Changed the code without permission
#251135 opened
Jun 10, 2025 -
Feature Request: Show Visual Indicator for Word Wrap Line Breaks (↩ Symbol Like in IntelliJ IDEA)
#251134 opened
Jun 10, 2025 -
Can't open a folder.
#251132 opened
Jun 10, 2025 -
Add option to cancel in-progress commit
#251131 opened
Jun 10, 2025 -
Extension Signature Verification Failed: GitHub Copilot
#251127 opened
Jun 10, 2025 -
Improve Cycle Detection
#251126 opened
Jun 10, 2025 -
Extension Signature Verification Failed: Prettier - Code formatter
#251123 opened
Jun 10, 2025 -
Respect explorer.excludeGitIgnore in Multi-root Workspace Folders
#251122 opened
Jun 10, 2025 -
Feature Request: Copilot Terminal Awareness for Long-Running or Error-Prone Commands
#251119 opened
Jun 10, 2025 -
Chat: Inline context doesn't work inside parens
#251118 opened
Jun 10, 2025 -
Perf regression from Electron `35.4.0` update
#251109 opened
Jun 10, 2025 -
Feature Request: Built-in Syntax Highlighting for Unknown Languages
#251107 opened
Jun 10, 2025 -
Select Default Profile (terminal) doesn't work for projects with terminal specified
#251105 opened
Jun 10, 2025 -
Need vscode to be full screen to change settings of title bar
#251103 opened
Jun 10, 2025 -
Built-in terminal has incorrect advance width for lots of ideographic, emoji, and non-spacing-mark characters
#251102 opened
Jun 10, 2025 -
Add onType rules similar to onEnter rules
#251101 opened
Jun 10, 2025 -
Use Word Replacement/Insertion View
#251099 opened
Jun 10, 2025 -
Warning message should mention extension in which profile depends on the extension that's being uninstalled
#251098 opened
Jun 10, 2025 -
Keep getting popups for "An update is ready to install"
#251093 opened
Jun 10, 2025 -
Integrated Terminal content completely disappear after 15 min idle time.
#251092 opened
Jun 10, 2025 -
Split Up Multi Line Diff Into Word Replacements
#251089 opened
Jun 10, 2025 -
Excessive memory usage by Copilot Chat when there is a lot of terminal output happening.
#251088 opened
Jun 10, 2025 -
[LEAKED DISPOSABLE] in extensions view
#251084 opened
Jun 10, 2025 -
Add copy button for previous prompts in Copilot chat
#251083 opened
Jun 10, 2025 -
Text editor shows unmonospaced Japanese Hiragana when using Noto Sans JP font
#251081 opened
Jun 10, 2025 -
run `uname -m` on vscode's zsh not right
#251078 opened
Jun 10, 2025 -
Add a Refresh Button to File Explorer
#251077 opened
Jun 10, 2025 -
File protocol links in editor do not open in WSL
#251076 opened
Jun 10, 2025 -
How to diagnose? High CPU Usage by VS Code and installed extensions
#251066 opened
Jun 10, 2025 -
Automatic Model Switching for Copilot Agent
#251062 opened
Jun 10, 2025 -
Copilot Agent shouldn't run command inside terminal emulator
#251058 opened
Jun 10, 2025 -
worbench que pueda
#251054 opened
Jun 10, 2025 -
Typing `\` in `files to include` causes the `rg` process to consume high CPU.
#251053 opened
Jun 10, 2025 -
Cannot preview `./github/copilot-instructions.md` files
#251049 opened
Jun 10, 2025 -
Switching back and forth between windows and apps brings focus to wrong window
#251048 opened
Jun 10, 2025 -
Accessible diff viewer up/down focuses out of accessible diff view
#251043 opened
Jun 9, 2025 -
Save profiles to XDG_CONFIG_HOME
#251041 opened
Jun 9, 2025 -
Inquiry on the Unavailability of Hacknet Compiler Extension Package on Visual Studio Code
#251040 opened
Jun 9, 2025 -
Second generation profile does not inherit "Default" keybindings of parent
#251039 opened
Jun 9, 2025 -
Feature Idea: Source Control like the Jetbrains IDE's
#251038 opened
Jun 9, 2025 -
Extension signature verification fails under Linux if file size limits are in effect
#251037 opened
Jun 9, 2025 -
Emmet no longer lets me wrap a single element in HTML
#251033 opened
Jun 9, 2025 -
Add a toggle in the diff editor whether to highlight both lines and text-fragments or just text-fragments.
#251021 opened
Jun 9, 2025 -
BYOK timeout for ollama models
#251019 opened
Jun 9, 2025 -
code --prof-startup fails to profile renderer and exthost
#251014 opened
Jun 9, 2025 -
Incorrect `editor.suggest.showWords` replacements for completion items if an LSP response takes too long
#251013 opened
Jun 9, 2025 -
Buttons in dialogs are larger than expected
#251008 opened
Jun 9, 2025 -
Feature Request: tasks get inputs from nodejs or shell
#251006 opened
Jun 9, 2025 -
Copilot changes show busy spinner indefinitely
#251005 opened
Jun 9, 2025 -
GitHub Copilot executes commands while agent-mode edits are pending
#251004 opened
Jun 9, 2025 -
Open multiple files from peek view
#251001 opened
Jun 9, 2025 -
Unhelpful alert dialog when encountering pre-commit errors
#250999 opened
Jun 9, 2025 -
Separate voice activation command for inline and chat copilot
#250996 opened
Jun 9, 2025 -
Primary Buttons in settings are smaller than expected
#250995 opened
Jun 9, 2025 -
Primary Buttons in walkthroughs are smaller than expected
#250994 opened
Jun 9, 2025 -
`ObserverNodeWithElement` does not remove event listeners
#250989 opened
Jun 9, 2025 -
Clarify in docs the recommendations around bundling/minifying extensions during publish
#250982 opened
Jun 9, 2025 -
File rename option is not here
#250979 opened
Jun 9, 2025 -
Rate Limiting
#250976 opened
Jun 9, 2025 -
Utter Frustration with Rate Limits and Database Incompetence
#250974 opened
Jun 9, 2025 -
API is not working
#250968 opened
Jun 8, 2025 -
Accessibility: VS Code Panel Resizing Violates "2.5.7 Dragging Movements" Requirement
#250967 opened
Jun 8, 2025 -
Copilot Tools disabled/greyed out and no output when issuing commands
#250963 opened
Jun 8, 2025 -
MCP Authenthication - VsCode does not evict client when client can't be authorized
#250960 opened
Jun 8, 2025 -
Integrated terminal in remote SSH freezes frequently when any command has a large output
#250956 opened
Jun 8, 2025 -
folder is not showing
#250955 opened
Jun 8, 2025 -
Open Url for github repository option
#250953 opened
Jun 8, 2025 -
Web extension with github-repositories fs: "Unable to resolve nonexistent file"
#250952 opened
Jun 8, 2025 -
`src/vs/workbench/contrib/terminal/terminalContribChatExports.ts` is not referenced anywhere
#250950 opened
Jun 8, 2025 -
Actions in terminal aver over terminal command
#250949 opened
Jun 8, 2025 -
Terminal AI command with `>` does not fill into terminal prompt correctly
#250948 opened
Jun 8, 2025 -
sistemaweb
#250946 opened
Jun 8, 2025 -
Support Gemini 2.0 flash
#250945 opened
Jun 8, 2025 -
Github Copilot Chat Interface Cannot Page Up/Down
#250943 opened
Jun 8, 2025 -
DEBUG CONSOLE - does not match file paths with ANSI escape sequences.
#250942 opened
Jun 8, 2025 -
File I was on was truncated after window crash
#250940 opened
Jun 7, 2025 -
SCM Graph - add Open File action
#250938 opened
Jun 7, 2025 -
The diff mod is slow, maybe infinite loop.
#250937 opened
Jun 7, 2025 -
visual studio code laggy slow when using copilot
#250933 opened
Jun 7, 2025 -
Add Shortcuts to Move Lines to File Top/Bottom or by Page (Alt+Home/End/PgUp/PgDn)
#250932 opened
Jun 7, 2025 -
Text in a new file completely locks up VS Code
#250925 opened
Jun 7, 2025 -
not working
#250924 opened
Jun 7, 2025 -
Copilot: Auto-discovery of custom instructions from the .github folder
#250923 opened
Jun 7, 2025 -
Confusing Context Menu Options in GitHub Copilot Chat
#250917 opened
Jun 7, 2025 -
Terminal is extremely sluggish when using fish shell with `fish-async-prompt` extension
#250916 opened
Jun 7, 2025 -
Open Chat window at the bottom of the VS Code window
#250903 opened
Jun 6, 2025 -
Debug Toolbar missing project in command center
#250902 opened
Jun 6, 2025 -
Copilot Repeatedly Asks For Too Much GitHub Access, Grant Does Nothing
#250901 opened
Jun 6, 2025 -
Quick way to jump to the first error in the build output for C++
#250897 opened
Jun 6, 2025 -
Unexpected Overwrite Behavior When Typing Mid-Word in GitHub Copilot
#250885 opened
Jun 6, 2025 -
WSL: Problem with "What Comes Next" After Replacing a "Find Matching"
#250884 opened
Jun 6, 2025 -
Run tests command completely ignores additionally configured arguments
#250871 opened
Jun 6, 2025 -
Black screen after awaken (re-activate for #249195)
#250869 opened
Jun 6, 2025 -
Unable to see .asset file
#250858 opened
Jun 6, 2025 -
.zshenv gets executed but the environment variables are not set as expected
#250848 opened
Jun 6, 2025 -
NES Diff Is Not Very Clear
#250846 opened
Jun 6, 2025 -
Javascript auto complete SUCKS
#250841 opened
Jun 6, 2025 -
Enable automatically adding custom editor documents to Github Copilot chat context
#250837 opened
Jun 6, 2025 -
Allow user to select color formats offered in Color Picker
#250835 opened
Jun 6, 2025 -
Add a setting to enable git merge --no-commit for vscode git merge feature
#250830 opened
Jun 6, 2025 -
'https://schemastore.azurewebsites.net/schemas/json/package.json': Not Found.
#250824 opened
Jun 6, 2025 -
Timeline hover position is frustrating
#250817 opened
Jun 6, 2025 -
when the webview of my extension crash, how can i deal with it?
#250814 opened
Jun 6, 2025 -
bug in regexp-search by Match Whole Word
#250813 opened
Jun 6, 2025 -
Can it be faster to hide the editor context menu
#250812 opened
Jun 6, 2025 -
Unable to open "file (Working Tree)" - Git submodule
#250809 opened
Jun 6, 2025 -
Can't find a file in subfolder
#250808 opened
Jun 6, 2025 -
Icons misalignment
#250806 opened
Jun 6, 2025 -
Window Not Responding Error
#250805 opened
Jun 6, 2025 -
Support global (native) menu with custom title bar
#250800 opened
Jun 6, 2025 -
Git Blame - git commits always opens in GitHub as the upstream repo
#250794 opened
Jun 6, 2025 -
Feature Request: Show Reasoning Process for GitHub Copilot
#250793 opened
Jun 6, 2025 -
Avoid individual indent guides in trees
#250787 opened
Jun 5, 2025 -
Cannot render output
#250783 opened
Jun 5, 2025 -
Terminal suggest often doesn't return anything on Windows for windows pwsh
#250781 opened
Jun 5, 2025 -
Github Account
#250776 opened
Jun 5, 2025 -
Consider how we can test for accessibility
#250767 opened
Jun 5, 2025 -
add space/newline in tool accessible view
#250765 opened
Jun 5, 2025 -
onDidEndTerminalShellExecution not received for commands that contain newlines
#250764 opened
Jun 5, 2025 -
Out of memory problem
#250760 opened
Jun 5, 2025 -
[LEAKED DISPOSABLE] in settings editor
#250756 opened
Jun 5, 2025 -
Settings dropdown moves around while showing
#250755 opened
Jun 5, 2025 -
Search not always searching in open files outside of work folder
#250750 opened
Jun 5, 2025 -
DevTool -> Layers tool crashes window
#250745 opened
Jun 5, 2025 -
Github Copilot Agent not working at all
#250743 opened
Jun 5, 2025 -
VScode keeps crashing
#250741 opened
Jun 5, 2025 -
Feature Request: Allow Custom Font Size for Copilot Chat Panel
#250732 opened
Jun 5, 2025 -
Expose active profile name to the integrated terminal (e.g. via environment variable)
#250729 opened
Jun 5, 2025 -
Option to set encoding in integrated terminal, while using ssh Remote-Host
#250726 opened
Jun 5, 2025 -
C# wrong extra indentation in latest release
#250722 opened
Jun 5, 2025 -
Changes in source control not visible
#250716 opened
Jun 5, 2025 -
Tree element not found: [object Object]
#250715 opened
Jun 5, 2025 -
VS Code Copilot filters perfectly legal requests via Responsible AI
#250714 opened
Jun 5, 2025 -
Copilot overrides language server's preselect item in completion list
#250711 opened
Jun 5, 2025 -
Custom Labels - advanced patterns
#250709 opened
Jun 5, 2025 -
Markdown preview doesn't scroll correctly with <details> section
#250707 opened
Jun 5, 2025 -
Extension Signature Verification Failed: OCaml Platform
#250705 opened
Jun 5, 2025 -
VSCode Issue Reporter / Github integration appears to be broken
#250704 opened
Jun 5, 2025 -
Settings Filter Hides Settings in Categories that Match Filter String
#250701 opened
Jun 5, 2025 -
Attach by Process ID / PickProcess fails to enumerate
#250700 opened
Jun 4, 2025 -
allow "variables" section at head of launch.json
#250698 opened
Jun 4, 2025 -
LimitedFunctionality
#250697 opened
Jun 4, 2025 -
Avoid declaring variables and `includes` in terminal suggest compare fn
#250696 opened
Jun 4, 2025 -
Random system freeze when running AMD Radeon graphics
#250690 opened
Jun 4, 2025 -
Clicking cell output attachment creates tabs with numbered cells in the title
#250687 opened
Jun 4, 2025 -
when trying to add an invalid resource, show the error in the quick input
#250678 opened
Jun 4, 2025 -
Enforce maximum and minimum values for editor settings with the configuration schema
#250677 opened
Jun 4, 2025 -
QuickPick full-length separators should support checkboxes that toggle everything under them
#250676 opened
Jun 4, 2025 -
Remote Extension Host Terminated Unexpectedly When Not Connected to the Internet
#250674 opened
Jun 4, 2025 -
Select an already created python enviroment
#250662 opened
Jun 4, 2025 -
Quick pick should support a proper tree structure
#250638 opened
Jun 4, 2025 -
With chat.tools.autoApprove enabled, agent hangs after powershell command runs
#250634 opened
Jun 4, 2025 -
Windows: custom titlebar context menu issues
#250632 opened
Jun 4, 2025 -
Setting to change image preview background
#250630 opened
Jun 4, 2025 -
Last edit location with historic with back and forward
#250628 opened
Jun 4, 2025 -
Disable popups for code hints
#250623 opened
Jun 4, 2025 -
Model of a custom editor URI is never cleared
#250622 opened
Jun 4, 2025 -
Find in selection finds no results with multipline lines selected
#250617 opened
Jun 4, 2025 -
Really really really long lines are initially wrapped despite the wrap setting being off
#250615 opened
Jun 4, 2025 -
debug panel not closing
#250603 opened
Jun 4, 2025 -
Copilot Agent mode should be able to read stderr
#250595 opened
Jun 4, 2025 -
Extension host manager caches activation events of uninstalled extensions
#250590 opened
Jun 4, 2025 -
`vscode.workspace.getConfiguration()` always return additional `mcp-server-time` MCP server
#250584 opened
Jun 4, 2025 -
Copilot
#250581 opened
Jun 4, 2025 -
cannot remember an added git repository that is outside the parent folder of current workspace
#250580 opened
Jun 4, 2025 -
Translations for built-in extensions are missing in remote mode
#250579 opened
Jun 4, 2025 -
Cannot type Vietnamese in Python files in VSCode, even with input method and extensions
#250576 opened
Jun 4, 2025 -
Continuous UI element selection lets the same element to be added multiple times
#250574 opened
Jun 4, 2025 -
Continuous UI element selection for live preview stops working when switching focus
#250572 opened
Jun 4, 2025 -
اليمن
#250571 opened
Jun 3, 2025 -
[Violation] Permissions policy violation: microphone is not allowed in this document.
#250568 opened
Jun 3, 2025 -
Copilot next edit suggestion - Tab doesn't accept suggestion
#250562 opened
Jun 3, 2025 -
Copilot Ask mode intermittently uses Edit/Agent mode instead
#250552 opened
Jun 3, 2025 -
MCP Oauth: Default auth strategy does not redirect on Ubuntu 22.04
#250547 opened
Jun 3, 2025 -
Add 'Sign out' to MCP Codelens
#250544 opened
Jun 3, 2025 -
spacing gets off after using up arrow to edit
#250542 opened
Jun 3, 2025 -
weird indentation on terminal completions
#250540 opened
Jun 3, 2025 -
Dialog window not usable on linux
#250539 opened
Jun 3, 2025 -
for windows- running terminal command add in cancel character
#250530 opened
Jun 3, 2025 -
Follow agent execution should not be notebook specific
#250527 opened
Jun 3, 2025 -
Agent mode sometimes ignores custom instructions
#250525 opened
Jun 3, 2025 -
Tab Size is not honored by Control K + F
#250520 opened
Jun 3, 2025 -
stop applying code from copilot
#250518 opened
Jun 3, 2025 -
navigating through prompt history with a mcp image resource will cause a delay
#250513 opened
Jun 3, 2025 -
vscode does not respect the PATH envvar when launched from Terminal
#250510 opened
Jun 3, 2025 -
Clicking created file pill does not open file
#250507 opened
Jun 3, 2025 -
Incomplete highlighting after switching themes
#250506 opened
Jun 3, 2025 -
Search and replace on files with regex, first named group does not work when referenced by name
#250505 opened
Jun 3, 2025 -
Cell creation wasn't auto revealed
#250499 opened
Jun 3, 2025 -
"Keep" recreates files I already deleted
#250497 opened
Jun 3, 2025 -
can't get content of MCP resource
#250495 opened
Jun 3, 2025 -
Inline chat is off screen when answer has finished streaming
#250492 opened
Jun 3, 2025 -
No funciona el model 04-mini en la version preview
#250491 opened
Jun 3, 2025 -
UX bug: unexpected hover behaviour - attached file
#250490 opened
Jun 3, 2025 -
Syntax highlighting feels slower
#250488 opened
Jun 3, 2025 -
Undoing newly created files leaves empty files behind
#250487 opened
Jun 3, 2025 -
Bug: removing suggested attachment with keyboard doesn't work
#250485 opened
Jun 3, 2025 -
Ghost text - incorrect coloring using treesitter
#250481 opened
Jun 3, 2025 -
Warning about instance limit could offer to open config to configure it
#250480 opened
Jun 3, 2025 -
color flashes when opening a file
#250479 opened
Jun 3, 2025 -
Align UI for tool sets and prompt files
#250474 opened
Jun 3, 2025 -
Retry experience not good
#250473 opened
Jun 3, 2025 -
Agent mode terminal should not be called "Copilot"
#250470 opened
Jun 3, 2025 -
Toggle Line Comment not working on JavaScript lines inside HTML
#250466 opened
Jun 3, 2025 -
The "play" button to run a prompt.md file hover shows 2 hints
#250462 opened
Jun 3, 2025 -
Show MCP sampling using on registry page
#250461 opened
Jun 3, 2025 -
contextmenu event not fired for always on top windows
#250459 opened
Jun 3, 2025 -
Tasks.json hover show broken path
#250457 opened
Jun 3, 2025 -
Ability to uninstall an application scoped extension only in selected profiles
#250448 opened
Jun 3, 2025 -
Adding a custom mode is not discoverable
#250446 opened
Jun 3, 2025 -
Add a custom icon for prompt, chat mode and instruction files
#250444 opened
Jun 3, 2025 -
Configure Prompt Files / Instructions should not be in the view actions menu but closer to the attachments
#250443 opened
Jun 3, 2025 -
MCP sample confirmation should reuse LM confirmation logic
#250442 opened
Jun 3, 2025 -
code-insiders Copilot-Gem25pro(preview), 'No Response'
#250441 opened
Jun 3, 2025 -
Outline in Sidebar
#250438 opened
Jun 3, 2025 -
Suggested context looks like attached context
#250437 opened
Jun 3, 2025 -
The `chat.mcp.serverSampling`-setting needs love
#250436 opened
Jun 3, 2025 -
Process Explorer - window should always be in compact mode
#250435 opened
Jun 3, 2025 -
Commands in warning hover are heavily truncated
#250424 opened
Jun 3, 2025 -
MCP resource templates need better UI
#250423 opened
Jun 3, 2025 -
Reconsider `languageModelToolSets` validation Notifications
#250421 opened
Jun 3, 2025 -
Is mcpr quick access needed?
#250416 opened
Jun 3, 2025 -
Starting a new session closes the Copilot terminal
#250412 opened
Jun 3, 2025 -
Response is reread after cancelling tool confirmation
#250409 opened
Jun 3, 2025 -
Tool / Toolset attachment pill is not clickable
#250408 opened
Jun 3, 2025 -
Let `Enter` in an empty message box trigger `Continue` in the agent prompt
#250407 opened
Jun 3, 2025 -
Pressing keep should close any opened diff editors
#250403 opened
Jun 3, 2025 -
Chat continues progress in background when sending empty message.
#250402 opened
Jun 3, 2025 -
Cmd+Backspace should also work if focus is on elements of the chat output.
#250399 opened
Jun 3, 2025 -
Clicking a diff tag should reveal the diff in the open change editor not opening a new diff editor.
#250398 opened
Jun 3, 2025 -
Diff tag are not reachable by keyboard
#250397 opened
Jun 3, 2025 -
Perhaps button could directly instead say `Add element to chat`
#250396 opened
Jun 3, 2025 -
Quick flickering when element is added to chat
#250395 opened
Jun 3, 2025 -
Do we need to show that the selection has been cancelled after clicking cancel?
#250394 opened
Jun 3, 2025 -
`Done` versus `Cancel` when selection mode is chosen
#250393 opened
Jun 3, 2025 -
Accessible Diff Viewer not focusable with keyboard shortcuts after switching to different editor group.
#250392 opened
Jun 3, 2025 -
Should overlay be initially closed?
#250390 opened
Jun 3, 2025 -
Screenshot that is created is not aligned with the span element
#250389 opened
Jun 3, 2025 -
Should clicking on the element pill direct the user to the actual span element in the developer tools?
#250388 opened
Jun 3, 2025 -
What is the difference between Undo (delete) of a chat request and Undo at the top
#250386 opened
Jun 3, 2025 -
No way to reach to the chat questions via keyboard
#250385 opened
Jun 3, 2025 -
Chat response border not visually appealing
#250384 opened
Jun 3, 2025 -
Strange file parts reading
#250383 opened
Jun 3, 2025 -
FileSystemWatcher not working on remote machine
#250736 opened
Jun 3, 2025 -
Attempting to register step with id CopilotSetupSignedOut twice
#250377 opened
Jun 3, 2025 -
Should the search icon be flipped
#250376 opened
Jun 3, 2025 -
[SearchView] Data tree node not found: TEXT_SEARCH_HEADING_aiTextSearch
#250375 opened
Jun 3, 2025 -
Chat: X button is weirdly positioned
#250372 opened
Jun 3, 2025 -
Lag in GUI when scrolling, using tab, and typing
#250369 opened
Jun 3, 2025 -
Smart task suggestion depending on user's project setup
#250368 opened
Jun 3, 2025 -
MCP: Avoid duplicated server in tool namne
#250349 opened
Jun 2, 2025 -
vscode editor does not update contents on NFS share
#250346 opened
Jun 2, 2025 -
Search
#250331 opened
Jun 2, 2025 -
I cannot login to Copilot
#250322 opened
Jun 2, 2025 -
Detect when sh is actually bash
#250316 opened
Jun 2, 2025 -
Word-wrap Alt-Z does not work with emojis.
#250313 opened
Jun 2, 2025 -
Detect missing marketplace extensions upon search
#250300 opened
Jun 2, 2025 -
Panel widths keep resizing when my monitor shuts off
#250296 opened
Jun 2, 2025 -
Improve chat user action required sound, enable it by default
#250291 opened
Jun 2, 2025 -
paths listed under “Folders and Workspaces” cannot be deleted
#250290 opened
Jun 2, 2025 -
🚀 Feature Request: Make Git Inline Action Icons (Stage/Revert/etc.) Position Configurable
#250287 opened
Jun 2, 2025 -
Make "search.collapseResults" Apply to "Find All Implementations" and "References" Panels
#250281 opened
Jun 2, 2025 -
Downloaded file will not open in when VS Code is already running
#250274 opened
Jun 2, 2025 -
Allow to disable Replace All confirmation
#250272 opened
Jun 2, 2025 -
Adopt to vsce-sign with .NET 9.0 version
#250269 opened
Jun 2, 2025 -
restrict sign-in to organization tenant only for microsoft and github authentication in vscode
#250260 opened
Jun 2, 2025 -
Editor GPU: When there is a background color, display the character set with a white background.
#250258 opened
Jun 2, 2025 -
Visual Studio Code not opening/detecting existing directories from remote SSH connections
#250256 opened
Jun 2, 2025 -
Commit characters are not reset inside typescript object property key strings
#250255 opened
Jun 2, 2025 -
Accessibility: Walkthrough Page Titles Violate "1.3.1 Info and Relationships" Requirement
#250253 opened
Jun 2, 2025 -
Files opened in VS Code do not appear in macOS “Recent Items” list (Finder / Apple Menu)
#250244 opened
Jun 1, 2025 -
Show viewport highlight box in minimap during regular scrolling
#250241 opened
Jun 1, 2025 -
MCP: Progress notifications displays the actual tool name.
#250240 opened
Jun 1, 2025 -
support for bodhi linux mokhsha desktop
#250222 opened
Jun 1, 2025 -
Show or remove invalid keyboard shortcuts after an extension is uninstalled.
#250209 opened
Jun 1, 2025 -
Real-Time Code Review Mode: Collaborative Side-by-Side Editing with Inline Comments and Voice/Text Chat
#250203 opened
May 31, 2025 -
Restart Extensions button not created when disabling extensions from Running Extensions view
#250201 opened
May 31, 2025 -
Unable to open folder
#250191 opened
May 31, 2025 -
Feature Request: Add Timestamps to Chat History
#250190 opened
May 31, 2025 -
Bug in global search field
#250189 opened
May 31, 2025 -
worker terminated due to reaching memory lilit: JS heap out of memory even after clearing all the history
#250182 opened
May 31, 2025 -
copilot
#250179 opened
May 31, 2025 -
Disassembler viewer doesn't focus around current instruction
#250178 opened
May 31, 2025 -
Settings search not matching across title + description
#250159 opened
May 31, 2025 -
[Feature Request] Open/Expand Query Details without toggling it
#250157 opened
May 31, 2025 -
Image Preview will zoom in, but not out
#250151 opened
May 30, 2025 -
Stop execution with any message or error
#250147 opened
May 30, 2025 -
Expose running of unit tests to agent mode
#250145 opened
May 30, 2025 -
Move to File and Move to new File not working to React components
#250137 opened
May 30, 2025 -
source file info pop-up window
#250135 opened
May 30, 2025 -
Chat: Multiple chat views incorrectly sync mode picker changes
#250134 opened
May 30, 2025 -
Integrated terminal with starship prompt prints \x1b[0m
#250129 opened
May 30, 2025 -
Actual command not found, wanted to execute *******:peekReferences
#250120 opened
May 30, 2025 -
CTRL+SHIFT+O not registering the literal O
#250117 opened
May 30, 2025 -
Highlight Parent Folders in Explorer Tree for Active File
#250115 opened
May 30, 2025 -
Accessibility: Content not within landmark regions (ARIA) violates "2.4.1 Bypass Blocks" Requirement
#250108 opened
May 30, 2025 -
Terminal file links not working for relative paths with `./` prefix
#250107 opened
May 30, 2025 -
Add `zenMode.activityBarLocation` instead of `zenMode.hideActivityBar`
#250106 opened
May 30, 2025 -
Processing slowly when run program on it
#250099 opened
May 30, 2025 -
Can not remove all context files in Copilot chat window
#250095 opened
May 30, 2025 -
node debug clobbers breakpoints if a transpiled asset already exists
#250087 opened
May 29, 2025 -
Can't use both env and envFile for MCP server configuration
#250074 opened
May 29, 2025 -
Minimap overlaps content by the width of the vertical scrollbar
#250072 opened
May 29, 2025 -
game playing in background, VSC window partially frozen (noob)
#250069 opened
May 29, 2025 -
Accessibility: Monaco Editor Progress Bar Violates "4.1.2 Name, Role, Value" Requirement
#250060 opened
May 29, 2025 -
Move Editor all the way left command
#250054 opened
May 29, 2025 -
Feature: Add tabs to tab bar in alphabetical order
#250051 opened
May 29, 2025 -
Search editor window does not restore when switching branches
#250046 opened
May 29, 2025 -
Git - On 'Git: View Stash' , when listing detected local repos, a number of present stashes should be added
#250043 opened
May 29, 2025 -
macOS: New setting for always opening new windows in native tabs
#250042 opened
May 29, 2025 -
Chat should take full width of pane it is in
#250037 opened
May 29, 2025 -
Github sign in fails with Unexpected token '<', "<!--samlch"... is not valid JSON
#250030 opened
May 29, 2025 -
Significant VSCodeVim performance slowdowns tied to visible size of another extension's static TreeView
#250024 opened
May 29, 2025 -
Building from Source Produces Several Errors
#250023 opened
May 29, 2025 -
MCP: Support server `instructions`
#250017 opened
May 28, 2025 -
terminal command succeeded/failed sounds play in addition to task succeeded/failed sounds
#250014 opened
May 28, 2025 -
Provide a command to Restart Extensions
#250013 opened
May 28, 2025 -
Finalize language model provider API
#250007 opened
May 28, 2025 -
MCP server install will request inputs for a stale server definition
#250002 opened
May 28, 2025 -
'Blocked vscode-webview request' seen in VSCode extension
#249995 opened
May 28, 2025 -
Transparency around tokens use
#249983 opened
May 28, 2025 -
stuck in agent mode wont allow edits in the editor
#249982 opened
May 28, 2025 -
[Feature Request] Support for Multiple Changelists like IntelliJ IDEs
#249974 opened
May 28, 2025 -
Reserve some space for the Problems badge when there are no problems to avoid shifting tabs while typing
#249973 opened
May 28, 2025 -
Apply decoration lineHeight on all affected lines after line wrapping
#249967 opened
May 28, 2025 -
Git - Missing action to "Open File" from a staged new file
#249963 opened
May 28, 2025 -
editor.formatOnSaveMode set to modifications doesn't work.
#249960 opened
May 28, 2025 -
Line comment toggling does not work when line comment starts with a whitespace
#249958 opened
May 28, 2025 -
Provide a command to re-run all running tasks
#249956 opened
May 28, 2025 -
Accessibility: Side Bar becomes Non-functional at 320X256 - Violates 1.4.10 Reflow WCAG 2.1 Requirement
#249951 opened
May 28, 2025 -
Please lock issue #249326
#249943 opened
May 28, 2025 -
Find Usages agent model tool cannot find symbol at all
#249942 opened
May 28, 2025 -
Agent mode git blame tool [feature request]
#249941 opened
May 28, 2025 -
Suggestions for adding model switching functionality to VS Code's Copilot to adapt to the Chinese market.
#249939 opened
May 28, 2025 -
The window terminated unexpectedly (reason: 'crashed' code: "6")
#249938 opened
May 28, 2025 -
Disassembly Viewer: disassemble by specified function/line
#249932 opened
May 27, 2025 -
VC processes the first request in chat and after that not accepting other requests.
#249926 opened
May 27, 2025 -
A way to distinguish inputfocus between rename file and find in explorer?
#249924 opened
May 27, 2025 -
The model unexpectedly did not return a response
#249915 opened
May 27, 2025 -
Secondary Side Bar view contributions fallback to Explorer unexpectedly
#249910 opened
May 27, 2025 -
TypeScript Server Constantly Cashing
#249908 opened
May 27, 2025 -
Export and Save Github Copilot Chat History in VS Code
#249907 opened
May 27, 2025 -
Send VS Code notifications via Code CLI
#249904 opened
May 27, 2025 -
Toggle expanding objects inside of debug console
#249900 opened
May 27, 2025 -
terminal.integrated.suggest with Remote - SSH suggests host directories
#249896 opened
May 27, 2025 -
Cannot set ⇧⌘V to match GitHub-style pasting for URLs into Markdown
#249893 opened
May 27, 2025 -
Extension Signature Verification Failed: Python
#249892 opened
May 27, 2025 -
Debug hover tooltip too small
#249889 opened
May 27, 2025 -
Copilot *.instructions.md files are not attached to the context
#249886 opened
May 27, 2025 -
Support managing extensions in the Profiles editor
#249885 opened
May 27, 2025 -
Terminal mangles names of file dropped into the terminal if they contain quotes
#249884 opened
May 27, 2025 -
Terminal mangles files dropped into the terminal if they contain quotes.
#249883 opened
May 27, 2025 -
Bad context key use
#249875 opened
May 27, 2025 -
Double-clicking the symbol from outline does not jump correctly
#249864 opened
May 27, 2025 -
If a secondary sidebar extension is uninstalled and then reinstalled, its view appears blank when reopened.
#249862 opened
May 27, 2025 -
Restoring multiple SSH workspaces fails when restoring more than one workspace
#249861 opened
May 27, 2025 -
VS Code Search Shows Results from Files of a Previous Git Branch
#249859 opened
May 27, 2025 -
Shortcut-conflicts
#249856 opened
May 27, 2025 -
Feature Request: Pinning and Locking Terminals in VS Code
#249852 opened
May 27, 2025 -
Relative file references in copilot-instructions.md are resolved incorrectly.
#249848 opened
May 27, 2025 -
folder is not showing
#249847 opened
May 27, 2025 -
Can't open codeblock pill diff
#249829 opened
May 26, 2025 -
Add support for Bluetooth for web extensions
#249826 opened
May 26, 2025 -
Model behavior
#249822 opened
May 26, 2025 -
hacked all the time
#249815 opened
May 26, 2025 -
Copilot failed to get ready.
#249813 opened
May 26, 2025 -
Evaluating expression of large objects from the debug console is extremely slow
#249922 opened
May 26, 2025 -
Git - adopt `matchesGlob` in favor of picomatch
#249792 opened
May 26, 2025 -
[03e] potential listener LEAK detected, having 267 listeners already. MOST frequent listener (51):
#249774 opened
May 26, 2025 -
[07c] potential listener LEAK detected, having 271 listeners already. MOST frequent listener (21):
#249773 opened
May 26, 2025 -
Illegal value for lineNumber
#249770 opened
May 26, 2025 -
#codebase tool failed to search files when the glob pattern contains brackets
#249762 opened
May 26, 2025 -
[themes] Is it possible to temporarily change two windows to different theme?
#249760 opened
May 26, 2025 -
Copilot Should Visually Preview Effects of Suggested Git Commands
#249753 opened
May 25, 2025 -
unable to use github copilot
#249751 opened
May 25, 2025 -
Rename symbol (F2) and the following Home key closes the Rename symbol dialog
#249743 opened
May 25, 2025 -
Allow conditional execution of commands via the API based on a when expression
#249741 opened
May 25, 2025 -
code-insiders; rust notebook with the evcxr kernel, cpu 8%
#249740 opened
May 25, 2025 -
msal auth error, not seen in other issues
#249737 opened
May 25, 2025 -
Double click and cursor navigation/selection should respect editor.wordSeparators
#249736 opened
May 25, 2025 -
The chat participant name overwrites the user's input instead of being inserted.
#249730 opened
May 25, 2025 -
Persist or Auto-Expand Replace Widget Width in VS Code
#249723 opened
May 24, 2025 -
Inlay hints will be disabled after extending constructor function in Mixin Implementation using Typescript
#249719 opened
May 24, 2025 -
Copilot Apply repeatedly failing in latest update
#249717 opened
May 24, 2025 -
if provideCommentingRanges(...) returns [] on first call later on the '+' button does not work
#249716 opened
May 24, 2025 -
Mouse display issue
#249707 opened
May 24, 2025 -
Chinese input method abnormality
#249694 opened
May 24, 2025 -
No markdown preview
#249691 opened
May 24, 2025 -
[html] Rename Symbol doesn't work on attribute names
#249690 opened
May 24, 2025 -
CoPilot BYOK - Add Support OpenAl Compatible
#249686 opened
May 24, 2025 -
vscode build: switch to pnpm?
#249669 opened
May 23, 2025 -
[13e] potential listener LEAK detected, having 292 listeners already. MOST frequent listener (60):
#249668 opened
May 23, 2025 -
[6f7] potential listener LEAK detected, having 383 listeners already. MOST frequent listener (208):
#249667 opened
May 23, 2025 -
[13e] potential listener LEAK detected, having 363 listeners already. MOST frequent listener (160):
#249666 opened
May 23, 2025 -
[13c] potential listener LEAK detected, having 419 listeners already. MOST frequent listener (234):
#249665 opened
May 23, 2025 -
MCP Auth Scope Selection
#249663 opened
May 23, 2025 -
[Linux] Install license on /usr/share/licenses/*/LICENSE by default.
#249646 opened
May 23, 2025 -
TextModel got disposed before DiffEditorWidget model got reset
#249635 opened
May 23, 2025 -
Cannot read the extension from <REDACTED: user-file-path>
#249634 opened
May 23, 2025 -
TreeError [Chat] Tree element not found: [object Object]
#249633 opened
May 23, 2025 -
Sorry, no response was returned.
#249630 opened
May 23, 2025 -
[json] JSON Schema anyOf error reporting is misleading
#249624 opened
May 23, 2025 -
Allow Extension listen for window close before deactivate
#249621 opened
May 23, 2025 -
Forced to exit previous versions
#249620 opened
May 23, 2025 -
.gitignore respected in a multi root workspace.
#249617 opened
May 23, 2025 -
Allow to hide Copilot via user setting and policy
#249615 opened
May 23, 2025 -
Model providers should be community driven
#249605 opened
May 23, 2025 -
NES/Inline Completion - Get more information on show
#249604 opened
May 23, 2025 -
Go To Next Problem (F8) Peek Bar can not be disabled
#249602 opened
May 23, 2025 -
Extensions inject not applicable environment variables into local integrated terminal
#249600 opened
May 23, 2025 -
Chat: Add UX/UI to highlight changes to URLs and key variables
#249587 opened
May 22, 2025 -
Sidebar icons look bold/with incorrect width and incorrectly rendered
#249582 opened
May 22, 2025 -
SCM - Expose editor overview ruler colors for diff decorations for staged changes
#249561 opened
May 22, 2025 -
Context in Copilot chat is disabled by default in VSCode Insiders
#249559 opened
May 22, 2025 -
settings support for configuring indentation of brackets (c-like languages)
#249557 opened
May 22, 2025 -
Filter settings that applies to all profiles
#249546 opened
May 22, 2025 -
Using instruction files with applyTo
#249531 opened
May 22, 2025 -
Terminal Sticky scroll hides active line when it's pushed to the top
#249530 opened
May 22, 2025 -
Unable to launch as local admin - version 1.100
#249527 opened
May 22, 2025 -
The remote host may not meet VS Code Server's prerequisites for glibc and libstdc++
#249526 opened
May 22, 2025 -
Settings UI search results unexpectedly change
#249524 opened
May 22, 2025 -
Make `IChatRequestVariableEntry` more OOP like
#249519 opened
May 22, 2025 -
Multi-file diff editor - undisable smooth scrolling
#249514 opened
May 22, 2025 -
Can't install linux-x64 extension on WSL
#249513 opened
May 22, 2025 -
Unable to authenticate to Azure using msal using the Azure machine Learning - Remote extension
#249507 opened
May 22, 2025 -
Improve validation of prompt file headers
#249486 opened
May 21, 2025 -
Copilot starts processing prompt and updating code then stops. When it stops it’s changes are undone
#249485 opened
May 21, 2025 -
`editor.action.inlineSuggest.acceptNextLine` has unintuitive behaviour
#249484 opened
May 21, 2025 -
Add more LSP specific mapping, icons for different providers
#249480 opened
May 21, 2025 -
Support multiple LSP based completion provider
#249479 opened
May 21, 2025 -
vscode.terminal scheme for lsp REPL should conform to all OS
#249477 opened
May 21, 2025 -
My debug launch selection no longer shows up, even if it set to docked.
#249471 opened
May 21, 2025 -
GitHub Copilot causing freeze/ performance issue when loading a webview from a editor context for a large files
#249470 opened
May 21, 2025 -
Bad rendering of text
#249464 opened
May 21, 2025 -
Substantial delays and missed keystrokes while backspacing in a markdown file
#249462 opened
May 21, 2025 -
"Clear all Results" is rather slow (20s?) and blocks the UI when there are a lot of tests
#249457 opened
May 21, 2025 -
Allow TextSearchProvider2 FileSearchProvider2 registration with "file" schema
#249447 opened
May 21, 2025 -
Multiple remote connections fail after VSCode update
#249446 opened
May 21, 2025 -
Issue with GitHub Copilot in VS Code when using Git Bash on Windows
#249444 opened
May 21, 2025 -
Sorting is not persisted in Test Coverage
#249442 opened
May 21, 2025 -
Feature Request: Sync SSH configurations across devices via Settings Sync
#249438 opened
May 21, 2025 -
Extension signature verification is failing with error code 137
#249427 opened
May 21, 2025 -
Git - Show a rich hover over the branch picker
#249421 opened
May 21, 2025 -
Feature Request: Quickly Display Active Settings Sync Account in UI
#249414 opened
May 21, 2025 -
Support customizing the severity picked up by `problems.decorations.enabled`
#249410 opened
May 21, 2025 -
VSCode tunnel 1.98.2 fails: legacy server 404 Error
#249396 opened
May 20, 2025 -
Windows Context Menu for Folder doesn't work
#249393 opened
May 20, 2025 -
git history hangs when showing diffs
#249391 opened
May 20, 2025 -
Standardized Rules Format
#249387 opened
May 20, 2025 -
Selecting word makes CTRL + Click -> "Go to Definition" stop working
#249371 opened
May 20, 2025 -
MCP: support an array of commands (multiple commands) to start an MCP server
#249370 opened
May 20, 2025 -
Activity Bar Grouping
#249367 opened
May 20, 2025 -
Should `vscode.executeInlayHintProvider` gain `itemResolveCount` as an argument?
#249359 opened
May 20, 2025 -
refactor 'onDispose' of observable disposable to be 'Event'
#249358 opened
May 20, 2025 -
Inline chat does not reveal my prompt in multi-turn discussion
#249357 opened
May 20, 2025 -
Add context key for current workspace folder
#249352 opened
May 20, 2025 -
[FR] Add option for git.untrackedChanges to accept current git repo setting for git's status.showUntrackedFiles
#249351 opened
May 20, 2025 -
Render lines as is for EditContext screen reader content (prep for variable font size PR)
#249347 opened
May 20, 2025 -
never use yeoman pls
#249344 opened
May 20, 2025 -
drag and move file twice will cause file disappear
#249337 opened
May 20, 2025 -
Search is very slow since Windows 11
#249334 opened
May 20, 2025 -
Ask for user approval to install VS Code Server when connecting to remote machines
#249318 opened
May 19, 2025 -
Wanted: Simple way to entirely disable copilot
#249314 opened
May 19, 2025 -
freeze
#249312 opened
May 19, 2025 -
Assunto: Sugestão de melhoria – Inclusão de emulador nativo no VS Code
#249303 opened
May 19, 2025 -
My platform wont answer any more questions and I am sigend up to pay monthly it says erroe
#249300 opened
May 19, 2025 -
The reference in instructions file does not take effect in the Remote SSH environment.
#249294 opened
May 19, 2025 -
[macOS] VSCode used "ApplicationSupport" instead of "Application Support"
#249291 opened
May 19, 2025 -
Copilot Agent mode: Change `autoFix` behavior to ignore linting errors
#249284 opened
May 19, 2025 -
Improve frontmatter support in prompt files
#249271 opened
May 19, 2025 -
Complex HTML screen reader content for different OS and Screen Reader type
#249269 opened
May 19, 2025 -
Allow to undo deletion of folder with entire contents
#249263 opened
May 19, 2025 -
Became too slow.
#249258 opened
May 19, 2025 -
Inline completion that just inserts tab is indistinguishable from a tab that is in the text buffer
#249257 opened
May 19, 2025 -
Facing many issues with dev containers
#249252 opened
May 19, 2025 -
Make it easier to distinguish & trigger chat completion types
#249249 opened
May 19, 2025 -
Unable to read file... (NoPermissions FileSystemError EPERM)
#249247 opened
May 19, 2025 -
VSCODE Copilot hallucinating and not editing files in Agent mode
#249246 opened
May 19, 2025 -
Preserve Scroll Position When Zoom Level Changes
#249244 opened
May 19, 2025 -
Unbearable lag - Markdown language basics builtin plugin
#249243 opened
May 19, 2025 -
Debug Console ANSI colors do not display on MacOS
#249242 opened
May 19, 2025 -
Explore a better windows update flow
#249239 opened
May 19, 2025 -
Mixing new and old in github copilot pane
#249238 opened
May 19, 2025 -
Gemini 2.5 Pro Not working in the Agent mode
#249231 opened
May 18, 2025 -
VSCode renders settings added by extension incorrectly. So far only Gitlens
#249230 opened
May 18, 2025 -
Improve VS Code design resources in Figma
#249227 opened
May 18, 2025 -
The way copilot is working now is kind of confusing
#249223 opened
May 18, 2025 -
Simple browser fails to select element
#249216 opened
May 18, 2025 -
Test Issue from MCP
#249210 opened
May 18, 2025 -
Copilot Agent is unable to Edit Files Using insert_edit_into_file Tool
#249206 opened
May 18, 2025 -
copilot groq deepseek thinking mode handle
#249204 opened
May 18, 2025 -
is not wornk
#249203 opened
May 18, 2025 -
allow zoom screen font distinct between more windows
#249201 opened
May 18, 2025 -
findFiles doesn't find newly added files in a virtual workspace
#249197 opened
May 18, 2025 -
Piece of SHIT software!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
#249192 opened
May 18, 2025 -
[Feature Request] Granular Extension Loading Control via `tasks.json` or GUI
#249189 opened
May 18, 2025 -
quick input to a separate css variable
#249188 opened
May 17, 2025 -
Allow configuration via settings(.json) of quick diff decoration toggle state
#249184 opened
May 17, 2025 -
Copying notebook HTML output not working for some keyboard shortcuts.
#249176 opened
May 17, 2025 -
Let first VSCode window size be configurable.
#249163 opened
May 17, 2025 -
Cannot read properties of undefined (reading 'id')
#249154 opened
May 16, 2025 -
[7ae] potential listener LEAK detected, having 421 listeners already. MOST frequent listener (237):
#249152 opened
May 16, 2025 -
[14c] potential listener LEAK detected, having 529 listeners already. MOST frequent listener (224):
#249150 opened
May 16, 2025 -
[Bug] VS code doesn't deselect text in find box if you pasted text ends with new line
#249145 opened
May 16, 2025 -
vim is rendering strangely on first render
#249144 opened
May 16, 2025 -
Terminal action hover dismisses even with option key held
#249143 opened
May 16, 2025 -
Avoid copying a single empty line into the Clipboard
#249132 opened
May 16, 2025 -
طلبات سحب او واجهت اي مشكله ارسل لنا رساله
#249128 opened
May 16, 2025 -
GitHub Copilot Extension Issue: Fails to Release File Handles After API Rate Limit Errors
#249122 opened
May 16, 2025 -
VSCode disappeared from %path% and all shortcuts to it became invalid
#249116 opened
May 16, 2025 -
DevContainer: Copilot took too long to get ready. Please review the guidance in the Chat view.
#249115 opened
May 16, 2025 -
Issue reporter looks all white?
#249097 opened
May 16, 2025 -
Instruction files not applied
#249094 opened
May 16, 2025 -
Git - Checkout command not allowing the option to stash or migrate any change you’ve made locally
#249087 opened
May 16, 2025 -
Add option to change tab name trimming method if the tab width is too short to display the full name
#249080 opened
May 16, 2025 -
Add swap sides option to Git diff view (with state persistence)
#249069 opened
May 16, 2025 -
Delete older versions of vscode server
#249065 opened
May 16, 2025 -
No lowest priority node found (path: jT -> Zt -> QT -> JSe)
#249063 opened
May 16, 2025 -
Removing glob from search.exclude in settings UI sets it to false instead of removing it
#249049 opened
May 15, 2025 -
Remote tunnels have been broken for past 2 vscode updates
#249048 opened
May 15, 2025 -
Restore the Ability to Select File Format When Creating a New File
#250633 opened
May 15, 2025 -
Unable to sign in MS account
#249044 opened
May 15, 2025 -
Unexpected 2-spaces indent detection despite of predominant 4-spaces usage
#249040 opened
May 15, 2025 -
Open-source AI functionality provided by the Copilot Chat extension
#249031 opened
May 15, 2025 -
Copilot entered a chat response directly into the code
#249027 opened
May 15, 2025 -
terminal completions don't escape properly
#249024 opened
May 15, 2025 -
Maximum call stack size exceeded
#249015 opened
May 15, 2025 -
Add user setting for having Primary Side Bar default to closed
#249012 opened
May 15, 2025 -
Error: "github-enterprise.uri" not set
#248996 opened
May 15, 2025 -
error in processing .gitignore file
#248992 opened
May 15, 2025 -
Remove classic snap so i can use vscode on ubuntu core desktop
#248987 opened
May 15, 2025 -
Setup CA certificates for CLI standalone.
#248980 opened
May 15, 2025 -
hangs on startup if kwallet is disabled in linux kde plasma desktop
#248978 opened
May 15, 2025 -
more useful snippet
#248977 opened
May 15, 2025 -
Warn Users About Extension Conflicts (e.g., Oracle Java Extension vs. Lombok)
#248971 opened
May 15, 2025 -
API: Ability to provide WebView for Hovers
#248970 opened
May 15, 2025 -
MCP: Make it easy for MCP server devs continuously test/benchmark in VS Code
#248969 opened
May 15, 2025 -
User Install always installs on C:\ drive
#248968 opened
May 14, 2025 -
slow for no reason
#248965 opened
May 14, 2025 -
Add support for SSH-based Python interpreter in VS Code
#248963 opened
May 14, 2025 -
Bad tab sizing with Editor Tab Wrap enabled
#248962 opened
May 14, 2025 -
Markdown preview scripts - expose postMessage api
#248934 opened
May 14, 2025 -
Add support for bourne shell (sh) shell integration
#248923 opened
May 14, 2025 -
Agent mode issue
#248920 opened
May 14, 2025 -
Allow to remove notification sources from the filter list
#248913 opened
May 14, 2025 -
UI Flicker Observed During Image Rendering in VS Code Copilot Extension
#248911 opened
May 14, 2025 -
Comment threads should render scrollbar underneath the text, not over it
#248910 opened
May 14, 2025 -
editor.suggest.matchOnWordStartOnly:true not working correctly
#248908 opened
May 14, 2025 -
"New Chat" action registered differently for editor vs panel chat
#248901 opened
May 14, 2025 -
Feature Request: Undock side bar primary and secondary
#248900 opened
May 14, 2025 -
"Show Chats..." only works in panel chat but not editor
#248899 opened
May 14, 2025 -
command 'code.copilot.logStructured.editor.inlineSuggest.logFetch.commandId.1' not found
#248896 opened
May 14, 2025 -
Feature Request : Editor › Find: Auto Find In Selection to handle "selection"
#248895 opened
May 14, 2025 -
Incorrect rendering of Malayalam Unicode text in VS Code Integrated Terminal
#248894 opened
May 14, 2025 -
Uncaught TypeError: Cannot read properties of undefined (reading 'replaceCells')
#248891 opened
May 14, 2025 -
Cannot read properties of null (reading 'getTextBuffer')
#248889 opened
May 14, 2025 -
Uncaught TypeError: Cannot read properties of undefined (reading 'setCellFromCodepoint')
#248888 opened
May 14, 2025 -
Indent guide is going beyond the scope
#248877 opened
May 14, 2025 -
Unable to attach to chrome
#248876 opened
May 14, 2025 -
sticky scroll stopped working
#248869 opened
May 13, 2025
816 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
feat: Support multi cursor line moves
#68695 commented on
Jun 13, 2025 • 13 new comments -
Check for onEnterRules that decrease indentation when determining new line indent
#136593 commented on
Jun 13, 2025 • 7 new comments -
Fix advanced line wrap if decorations are present
#199021 commented on
Jun 13, 2025 • 2 new comments -
Fix some missing indentationRules and indentation on ctrl+shift+enter
#52209 commented on
Jun 5, 2025 • 1 new comment -
Codespaces - Setting Sync does not work after addition of prompt syncing
#241355 commented on
Jun 6, 2025 • 0 new comments -
Feedback about Vscode
#243541 commented on
Jun 6, 2025 • 0 new comments -
Copilot history empty - VCODE bug
#243373 commented on
Jun 6, 2025 • 0 new comments -
Terminal: Sticky scrolling kicks in with little content
#248001 commented on
Jun 6, 2025 • 0 new comments -
Mac link server terminal: The window crashed unexpectedly (reason: "crashed", code: "5")
#233468 commented on
Jun 6, 2025 • 0 new comments -
Add settings search synonym - password/authentication
#99271 commented on
Jun 6, 2025 • 0 new comments -
Settings search "moving selection" vs. "move selection"
#241814 commented on
Jun 6, 2025 • 0 new comments -
“Go to failed cell” doesn’t reveal error line in large cells
#245617 commented on
Jun 6, 2025 • 0 new comments -
Undocumented feature "Turn on Cloud Changes…" is visible
#203169 commented on
Jun 6, 2025 • 0 new comments -
Git - Support to compare with arbitrary commit instead of the current HEAD
#36893 commented on
Jun 6, 2025 • 0 new comments -
API to map auth server to auth provider
#248775 commented on
Jun 7, 2025 • 0 new comments -
The `Pending changes from GitHub Copilot` indicator persists
#241282 commented on
Jun 7, 2025 • 0 new comments -
Cursor always stick to the end of line in Notebooks
#231773 commented on
Jun 7, 2025 • 0 new comments -
Links/Samples where language auto-detection doesn't work
#131450 commented on
Jun 7, 2025 • 0 new comments -
Remote-SSH & WSL: Support trash
#108731 commented on
Jun 7, 2025 • 0 new comments -
Vscode in Codespaces / IPad / Browsers —) no control over dragging selection handlers (touchscreen / not using mouse)
#225951 commented on
Jun 7, 2025 • 0 new comments -
Extension Verification is super slow in dev containers
#174632 commented on
Jun 7, 2025 • 0 new comments -
Source locations in the terminal are linkified relative to a wrong root
#246923 commented on
Jun 8, 2025 • 0 new comments -
[Accessibility] Allow users to auto-accept all incoming Copilot Edits in Agent MOde
#243357 commented on
Jun 8, 2025 • 0 new comments -
Organize Imports is taking forever to load
#239056 commented on
Jun 8, 2025 • 0 new comments -
mouse text selection cursor turned white on light themes
#204103 commented on
Jun 8, 2025 • 0 new comments -
Git commit message enforcement
#193935 commented on
Jun 8, 2025 • 0 new comments -
Quotes around paths with spaces are not honored when running tasks
#214931 commented on
Jun 8, 2025 • 0 new comments -
Editor sticky scroll rendering error
#238315 commented on
Jun 6, 2025 • 0 new comments -
Pass LanguageModelChat to tools
#247926 commented on
Jun 6, 2025 • 0 new comments -
use `export function x(...)` instead of `export const x`
#248387 commented on
Jun 6, 2025 • 0 new comments -
Request json/sort failed with message: Range#create
#208763 commented on
Jun 6, 2025 • 0 new comments -
Hover - codicons shift in hover
#238356 commented on
Jun 6, 2025 • 0 new comments -
Verbose Hover: Hover jumps when there is not enough space
#211063 commented on
Jun 6, 2025 • 0 new comments -
Multiline copy and repeated pasting
#230953 commented on
Jun 6, 2025 • 0 new comments -
Use modern (CSS color level 4) syntax for colors in the color picker
#139840 commented on
Jun 6, 2025 • 0 new comments -
Debt: Refactor _renderChildNode so that dom creation is in the constructor of the RenderedStickyLine
#243758 commented on
Jun 6, 2025 • 0 new comments -
Color decorator not working for hex colors
#239446 commented on
Jun 6, 2025 • 0 new comments -
Increase hit target of +/- type zoom buttons
#233555 commented on
Jun 6, 2025 • 0 new comments -
Hover gray +/- should not be focusable? Also, hover should say what grayed out buttons mean, eg "maximum verbosity achieved"
#233828 commented on
Jun 6, 2025 • 0 new comments -
Undo stacks are not granular enough for Korean
#229647 commented on
Jun 6, 2025 • 0 new comments -
Editor.cursorSurroundingLines broken with update to 1.86
#204193 commented on
Jun 6, 2025 • 0 new comments -
Standalone color picker doesn't work with multi-cursor
#180918 commented on
Jun 6, 2025 • 0 new comments -
Not all valid color syntaxes are recognized by the color decorator
#193512 commented on
Jun 6, 2025 • 0 new comments -
Color picker palette canvas has incorrect RGB calculation when paired with long hover information
#201509 commented on
Jun 6, 2025 • 0 new comments -
Hover accessible view shows icons as space
#217974 commented on
Jun 6, 2025 • 0 new comments -
Substitution performed when accepting a Kanji conversion of Japanese input method
#194902 commented on
Jun 6, 2025 • 0 new comments -
Option for sticky scroll to prioritize inner blocks
#208406 commented on
Jun 6, 2025 • 0 new comments -
Disable hover but keep Ctrl+Hover
#72025 commented on
Jun 6, 2025 • 0 new comments -
Standalone color picker HSL format uses two decimals for the percentages and forces commas
#181545 commented on
Jun 6, 2025 • 0 new comments -
Hover: Make the width a bit wider so that the action labels fit
#235334 commented on
Jun 6, 2025 • 0 new comments -
Refactor the virtual model creation logic inside of the moveLinesCommand file
#214879 commented on
Jun 6, 2025 • 0 new comments -
Refactoring: Editor Hover
#217196 commented on
Jun 6, 2025 • 0 new comments -
Flicker of many color decorations when deleting
#235912 commented on
Jun 6, 2025 • 0 new comments -
Failed to validate tool f1e_GameObject_Modify: Error: tool parameters array type must have items
#248810 commented on
Jun 9, 2025 • 0 new comments -
Add shell integration injection for command prompt
#244638 commented on
Jun 10, 2025 • 0 new comments -
Recommend Nushell language extension if installed in user's computer
#247069 commented on
Jun 10, 2025 • 0 new comments -
Incorrect alignment of variable line heights in diff editor
#248487 commented on
Jun 10, 2025 • 0 new comments -
Copy paste indent
#221574 commented on
Jun 10, 2025 • 0 new comments -
Hover should scroll when copying with mouse and going out of hover widget
#239704 commented on
Jun 10, 2025 • 0 new comments -
Add button to copy the hover content
#209415 commented on
Jun 10, 2025 • 0 new comments -
Cannot create new profile via copying default one
#198518 commented on
Jun 10, 2025 • 0 new comments -
Git - VSCode Git extension doesn't ask for remote user password, when trying to clone via ssh
#230506 commented on
Jun 10, 2025 • 0 new comments -
[Accessibility] Mouse echo don't work with NVDA and JAWS
#247522 commented on
Jun 10, 2025 • 0 new comments -
terminal.integrated.shellIntegration.enabled causes terminal to become progressively unresponsive
#232234 commented on
Jun 10, 2025 • 0 new comments -
Color picker is far too wide and does not remember when I resize it smaller
#199944 commented on
Jun 10, 2025 • 0 new comments -
Color conversion to HSL lacks precision
#191048 commented on
Jun 10, 2025 • 0 new comments -
Error: Trying to add a disposable to a DisposableStore that has already been disposed of. The added object will be leaked!
#221455 commented on
Jun 10, 2025 • 0 new comments -
Git - remote name should be considered when checking out a branch
#237345 commented on
Jun 10, 2025 • 0 new comments -
slow vscode
#242655 commented on
Jun 10, 2025 • 0 new comments -
Vs code crashing repeatedly
#246516 commented on
Jun 10, 2025 • 0 new comments -
Checked Render whitespace is not shown when the Vscode is initialised at start
#234947 commented on
Jun 10, 2025 • 0 new comments -
Editor Sticky Scroll doesn't rerender when token colouring comes in after widget has been rendered
#229921 commented on
Jun 10, 2025 • 0 new comments -
Django test coverage
#246855 commented on
Jun 10, 2025 • 0 new comments -
on-enter rule not applying on reload
#204435 commented on
Jun 10, 2025 • 0 new comments -
Opening find widget in editor throws an exception
#235108 commented on
Jun 10, 2025 • 0 new comments -
Selection is not preserved when variable line hight kicks in
#247607 commented on
Jun 10, 2025 • 0 new comments -
Autoindent inserts extra undo item, requires double undo after paste
#30406 commented on
Jun 10, 2025 • 0 new comments -
Should the "Reindent Lines" command respect indentation rules defined in 'onEnterRules'?
#162401 commented on
Jun 10, 2025 • 0 new comments -
Identation rules are broken
#57197 commented on
Jun 10, 2025 • 0 new comments -
VSCode trying to update WSL on launch for literally no reason
#233618 commented on
Jun 9, 2025 • 0 new comments -
[request DUX] visual icons in stack debug
#246959 commented on
Jun 9, 2025 • 0 new comments -
"Hold Shift to drop into editor" not working in Wayland
#246418 commented on
Jun 9, 2025 • 0 new comments -
Extensions fail to low with Error loading webview: Error: Could not register service worker: InvalidStateError: Failed to register a ServiceWorker: The document is in an invalid state..
#247035 commented on
Jun 9, 2025 • 0 new comments -
Loading Intellisense forever in particular project
#242358 commented on
Jun 9, 2025 • 0 new comments -
Cannot read properties of undefined (reading 'isInHiddenArea')
#196669 commented on
Jun 9, 2025 • 0 new comments -
Support opening links in a new window from within webviews
#186043 commented on
Jun 9, 2025 • 0 new comments -
Cmd+\ does not register
#236908 commented on
Jun 9, 2025 • 0 new comments -
Support minimap for native notebooks
#115266 commented on
Jun 9, 2025 • 0 new comments -
Bidi text edit support
#65648 commented on
Jun 9, 2025 • 0 new comments -
Windows 11: VScode crashed (reason: 'oom', code: '-536870904'
#226484 commented on
Jun 9, 2025 • 0 new comments -
Make telemetry Data opt-in
#47284 commented on
Jun 9, 2025 • 0 new comments -
Notebook globaltoolbar leak (right)
#241867 commented on
Jun 9, 2025 • 0 new comments -
Search Editor Progress Bar disappears when switching to another editor and back
#246714 commented on
Jun 9, 2025 • 0 new comments -
Incorrect indentation detection in HTML files due to taking the contents of <pre> tags into consideration
#244494 commented on
Jun 9, 2025 • 0 new comments -
Support hover popup webview
#175234 commented on
Jun 9, 2025 • 0 new comments -
After expanding "Customize your keyboard shortcut" button user is unable to collapsed by pressing ENTER/SPACE key: A11y_Visual Studio Code Client_get started with accessibility feature_Keyboard
#241335 commented on
Jun 9, 2025 • 0 new comments -
Visual Studio Code doesn't show translated walkthrough strings until restarting app or reloading window
#239255 commented on
Jun 9, 2025 • 0 new comments -
All content read as expanded in walkthrough for SR users
#225977 commented on
Jun 9, 2025 • 0 new comments -
Scroll state should not be shared between walkthrough steps
#243755 commented on
Jun 9, 2025 • 0 new comments -
Device Management disable Github Copilot
#247888 commented on
Jun 9, 2025 • 0 new comments -
No way to accept individual change in merge editor using keyboard?
#247401 commented on
Jun 9, 2025 • 0 new comments -
Should fontfeatureSettings be exposed to webviews
#243202 commented on
Jun 9, 2025 • 0 new comments -
Please provide a function in API to get horizontal pixel coordinate of any character in any line.
#118994 commented on
Jun 9, 2025 • 0 new comments -
Add option to always open files at their canonical path
#130082 commented on
Jun 9, 2025 • 0 new comments -
Find in Files "files to include" override .gitignore
#26574 commented on
Jun 9, 2025 • 0 new comments -
Pinning Debug Console
#246395 commented on
Jun 4, 2025 • 0 new comments -
SCM input placeholder text is not vertically centered
#245363 commented on
Jun 4, 2025 • 0 new comments -
Investigate asyncTokenization issues
#244225 commented on
Jun 4, 2025 • 0 new comments -
Support building the monaco-editor AMD variant
#234114 commented on
Jun 4, 2025 • 0 new comments -
Multifile diff editor leaks models and editor after closing and hiding
#228367 commented on
Jun 4, 2025 • 0 new comments -
Repair out-of-bound line number variables / other inconsistent state, but log and notify
#244469 commented on
Jun 4, 2025 • 0 new comments -
Editor setting `editor.tabSize` does not apply on empty files after startup
#240567 commented on
Jun 4, 2025 • 0 new comments -
the placeholder container is too narrow, it looks like it allocates space for the vertical scrollbar
#228111 commented on
Jun 4, 2025 • 0 new comments -
Large diff freezes all operations
#227827 commented on
Jun 4, 2025 • 0 new comments -
multi-diff-editor should show skipped binary files
#206062 commented on
Jun 4, 2025 • 0 new comments -
TypeScript file semantic highlighting broken
#247053 commented on
Jun 4, 2025 • 0 new comments -
UAF in electron::MessagePort::PostMessage
#192175 commented on
Jun 4, 2025 • 0 new comments -
Cannot read properties of undefined (reading 'handle')
#244369 commented on
Jun 4, 2025 • 0 new comments -
Import Profile feature does not finishes the process (looping)
#240149 commented on
Jun 4, 2025 • 0 new comments -
Blank terminal after resizing down
#244757 commented on
Jun 4, 2025 • 0 new comments -
terminal cursor reset as if it was cleared, but content is still there
#241978 commented on
Jun 4, 2025 • 0 new comments -
Disposing a terminal in the API forces focus in the terminal
#244765 commented on
Jun 4, 2025 • 0 new comments -
Error when use Vietnamese
#242143 commented on
Jun 4, 2025 • 0 new comments -
Can't use UTF-8 when typing
#240112 commented on
Jun 4, 2025 • 0 new comments -
Image hover isn't buttery smooth
#247611 commented on
Jun 4, 2025 • 0 new comments -
Screenshot can include parts of VS Code
#247981 commented on
Jun 4, 2025 • 0 new comments -
api proposal: send images to llm
#245104 commented on
Jun 4, 2025 • 0 new comments -
Unable to use vision capabilities and prompt in custom extension
#239976 commented on
Jun 4, 2025 • 0 new comments -
Custom actions control, NES control and context menu alignment
#247713 commented on
Jun 4, 2025 • 0 new comments -
Only the left side (the text) of `Manage Models...` is clickable
#247796 commented on
Jun 4, 2025 • 0 new comments -
no command suggestions when python extension is active
#241952 commented on
Jun 4, 2025 • 0 new comments -
Provide a configuration option for dynamic multi-target debug session naming.
#246208 commented on
Jun 4, 2025 • 0 new comments -
Consider to accept/keep changes on subsequent requests
#250604 commented on
Jun 4, 2025 • 0 new comments -
Embedded languages use outer language auto-closing characters
#133397 commented on
Jun 4, 2025 • 0 new comments -
Setup has detected that setup is currently running
#62476 commented on
Jun 4, 2025 • 0 new comments -
Editor GPU: Add device pixel support to ElementSizeObserver
#227115 commented on
Jun 4, 2025 • 0 new comments -
cannot type the ` character
#236351 commented on
Jun 4, 2025 • 0 new comments -
incorrect append double slash text while onEnter called
#247477 commented on
Jun 4, 2025 • 0 new comments -
BUG: `Move line down` command doesnt preserve indentation
#221362 commented on
Jun 4, 2025 • 0 new comments -
Incorrect indentation after C multi-line comment blocks
#241370 commented on
Jun 4, 2025 • 0 new comments -
Leading whitespace before bracket/brace should not be automatically removed
#125261 commented on
Jun 4, 2025 • 0 new comments -
VS Code changes indention of current line
#61510 commented on
Jun 4, 2025 • 0 new comments -
Unexpected indentation added on new line if a string contains a '{'
#199050 commented on
Jun 4, 2025 • 0 new comments -
De-indentation breaks pair autoclosing
#178075 commented on
Jun 4, 2025 • 0 new comments -
Typing } changes the indentation (autoIndent "none" doesn't work)
#111265 commented on
Jun 4, 2025 • 0 new comments -
JavaScript: Improve indentation on insert with trailing newline
#85781 commented on
Jun 4, 2025 • 0 new comments -
Should pasting newline with auto-indent move the cursor + inconsistencies when pasting newlines
#86301 commented on
Jun 4, 2025 • 0 new comments -
[folding] folding gets messed up after editing a file
#245849 commented on
Jun 4, 2025 • 0 new comments -
Provide a "focus-follow-mouse" setting
#93772 commented on
Jun 4, 2025 • 0 new comments -
Go to Symbol in Workspace: Add a new setting to exclude symbols provided by dependencies
#246722 commented on
Jun 4, 2025 • 0 new comments -
[Bug]: Incorrect indentation when object contains string keys
#209517 commented on
Jun 4, 2025 • 0 new comments -
Add code to make the cursor always appear below the editor sticky scroll (especially on cursor jump)
#248486 commented on
Jun 4, 2025 • 0 new comments -
DiffEditor: Revert a hunk or selection via keyboard
#225879 commented on
Jun 4, 2025 • 0 new comments -
NES accessibility - aria announcement order
#247592 commented on
Jun 4, 2025 • 0 new comments -
Error in "diffEditor.revert" command when invoked though keybinding
#225592 commented on
Jun 4, 2025 • 0 new comments -
History graph diff always shows horizontal scroll bar
#225514 commented on
Jun 4, 2025 • 0 new comments -
Since `policyDefinitions` is spread before `this.policyDefinitions`
#245005 commented on
Jun 5, 2025 • 0 new comments -
Define + audit behavior for mixed-quality extension installation
#245397 commented on
Jun 5, 2025 • 0 new comments -
macOS Configuration Profiles: Only watch for configuration if profile detected on startup
#241932 commented on
Jun 5, 2025 • 0 new comments -
Remote SSH: Participant is not aware of the SSH remotes I have setup/configured in VS Code
#235120 commented on
Jun 5, 2025 • 0 new comments -
Failed to execute 'createScriptURL' on 'TrustedTypePolicy'
#240780 commented on
Jun 5, 2025 • 0 new comments -
MCP: version pin packages when added via npm/docker/pip
#244556 commented on
Jun 5, 2025 • 0 new comments -
Improve tool limit experience
#248021 commented on
Jun 5, 2025 • 0 new comments -
CommentController should be able to enumerate its own threads/comments
#243152 commented on
Jun 5, 2025 • 0 new comments -
Allow for a supplementary notebook editor pane associated with a main notebook document for holding outputs
#143244 commented on
Jun 5, 2025 • 0 new comments -
macOS Catalina latest supported version 🍎
#242842 commented on
Jun 5, 2025 • 0 new comments -
Do consistency pass of code fig spec
#243808 commented on
Jun 5, 2025 • 0 new comments -
Shell integration with a `Pseudoterminal` does not capture output correctly
#179913 commented on
Jun 5, 2025 • 0 new comments -
ipynb Clear Outputs
#248182 commented on
Jun 5, 2025 • 0 new comments -
Python Environment setting is not showing when searched
#248032 commented on
Jun 5, 2025 • 0 new comments -
Editor indentation autodetection not working and manually set indentation keeps getting reset
#246690 commented on
Jun 6, 2025 • 0 new comments -
Debug console inline Copilot chat
#246727 commented on
Jun 6, 2025 • 0 new comments -
vscode.workspace.showSaveDialog not returning full URI in VSCode web
#246634 commented on
Jun 6, 2025 • 0 new comments -
Open readme after cloning repository with vscode.git/clone uri handler
#246359 commented on
Jun 6, 2025 • 0 new comments -
User should be alerted somehow if ${workspaceFolder:foo} in `.code-workspace` references unknown folder name
#246284 commented on
Jun 6, 2025 • 0 new comments -
Support voice in VS Code for web
#246112 commented on
Jun 6, 2025 • 0 new comments -
Focus Left Editor Tab After Close
#247253 commented on
Jun 6, 2025 • 0 new comments -
Window hang when rendering deeply nested trees
#213839 commented on
Jun 6, 2025 • 0 new comments -
Search Service: Add support for finding folders
#241853 commented on
Jun 6, 2025 • 0 new comments -
TreeWidget nesting performance
#235890 commented on
Jun 6, 2025 • 0 new comments -
[json] include copies of the `package.json`, `jsconfig.json`, `eslint.json` schemas
#206792 commented on
Jun 6, 2025 • 0 new comments -
Can't move an empty markdown notebook cell
#248026 commented on
Jun 4, 2025 • 0 new comments -
Separate Notebook Output View -- tracking
#247965 commented on
Jun 4, 2025 • 0 new comments -
Improve UX for cell output -> chat dnd
#247905 commented on
Jun 4, 2025 • 0 new comments -
Default Speech Input for Components With vsCode Speech Extension Installation
#242428 commented on
Jun 5, 2025 • 0 new comments -
Option to Disable Bidirectional Text Rendering in Visual Studio Code
#245965 commented on
Jun 5, 2025 • 0 new comments -
Global Option to Disable Task Terminal Reuse
#245576 commented on
Jun 5, 2025 • 0 new comments -
Cannot read properties of null (reading 'scheme')
#244373 commented on
Jun 5, 2025 • 0 new comments -
envFile name is not picked from input picklist
#246074 commented on
Jun 5, 2025 • 0 new comments -
"Show Opened Editors" not change position
#250647 commented on
Jun 5, 2025 • 0 new comments -
this.c.delete is not a function
#237781 commented on
Jun 5, 2025 • 0 new comments -
Terminal output often duplicate or missing charactors when printing large contents with utf-8 non english charactors (Thai).
#247552 commented on
Jun 5, 2025 • 0 new comments -
lineHighlightBorder should frame all warped line
#214857 commented on
Jun 5, 2025 • 0 new comments -
Git - Bad git diff handling for UTF-16 LE file
#244590 commented on
Jun 5, 2025 • 0 new comments -
Merge Editor: "The editor could not be opened because the file was not found" error after reload
#247828 commented on
Jun 5, 2025 • 0 new comments -
Git - improve error handling for publishing an empty repository
#246562 commented on
Jun 5, 2025 • 0 new comments -
Profile "Default" not showing text "All profiles"
#239577 commented on
Jun 5, 2025 • 0 new comments -
Allow customization of mouse shortcuts
#3130 commented on
Jun 5, 2025 • 0 new comments -
Move line up/down should support multiple cursors
#11809 commented on
Jun 5, 2025 • 0 new comments -
"github.copilot.chat.codeGeneration.instructions" stopped working with VS Code Version 1.100.0
#248820 commented on
Jun 5, 2025 • 0 new comments -
vscode.diff fails with valid git: URIs constructed from tracked, staged files
#245054 commented on
Jun 5, 2025 • 0 new comments -
Underscores not visible in search in Ubuntu 24.04.1 LTS
#227583 commented on
Jun 5, 2025 • 0 new comments -
Creating a codespace is installing older version of Jupyter extension
#246234 commented on
Jun 5, 2025 • 0 new comments -
Comment toggling doesn't work when using Treesitter
#246413 commented on
Jun 5, 2025 • 0 new comments -
Git - git.stage shortcut loses file list focus
#207066 commented on
Jun 5, 2025 • 0 new comments -
Can no longer edit SVG
#239834 commented on
Jun 5, 2025 • 0 new comments -
regression: Task with pickstring executes eventhough escape button is pressed
#248716 commented on
Jun 12, 2025 • 0 new comments -
Terminal Screencheese / Often Broken On Windows
#248408 commented on
Jun 13, 2025 • 0 new comments -
Support Hierarchical Folder Structure in VS Code Workspace Explorer
#246729 commented on
Jun 13, 2025 • 0 new comments -
Iteration Plan for May 2025
#248627 commented on
Jun 13, 2025 • 0 new comments -
Unable to launch browser: Unable to attach to browser
#239705 commented on
Jun 13, 2025 • 0 new comments -
Featured extensions on the Marketplace
#141472 commented on
Jun 13, 2025 • 0 new comments -
Notebook sticky scroll does not show correct element based viewport
#211122 commented on
Jun 13, 2025 • 0 new comments -
Option to widen the command palette
#85374 commented on
Jun 13, 2025 • 0 new comments -
Context menu gets too small depending on the cursor position
#224515 commented on
Jun 13, 2025 • 0 new comments -
Interactive Diagnostics
#64566 commented on
Jun 13, 2025 • 0 new comments -
[Question/Bug] Slow performance using vscode with macos
#241057 commented on
Jun 13, 2025 • 0 new comments -
__vsc_update_env:7: unknown condition: -v
#248463 commented on
Jun 13, 2025 • 0 new comments -
VSCode is sluggish and buggy on Fedora 37 with wayland + Nvidia drivers
#169504 commented on
Jun 13, 2025 • 0 new comments -
VS Code keeps asking to Update
#205409 commented on
Jun 13, 2025 • 0 new comments -
Terminal Icon picker weird placement
#211083 commented on
Jun 13, 2025 • 0 new comments -
CoPilot Interferes with Pasting on slower connections/while loading
#246909 commented on
Jun 13, 2025 • 0 new comments -
Text visually disappears randomly
#246036 commented on
Jun 13, 2025 • 0 new comments -
enable middle mouse button to open links and go to definition
#154465 commented on
Jun 3, 2025 • 0 new comments -
Integrate Volar for the built-in HTML Extension
#171547 commented on
Jun 1, 2025 • 0 new comments -
Allow display:inline-block on spans style
#180498 commented on
Jun 6, 2025 • 0 new comments -
Fix monaco-edit color picker not working inside shadow dom (195606)
#195608 commented on
Jun 11, 2025 • 0 new comments -
Highlight timeline filter button when excluding contributors
#198979 commented on
May 30, 2025 • 0 new comments -
snap: Use native wayland client when possible
#199052 commented on
May 22, 2025 • 0 new comments -
feat: add fetch prune & delete command
#205031 commented on
Jun 12, 2025 • 0 new comments -
fix: memory leak in codeCell
#205616 commented on
May 25, 2025 • 0 new comments -
[HTML] -> Extend the "templating" option to allow an array of options.
#208316 commented on
Jun 4, 2025 • 0 new comments -
MCP: Adopt 2025-06-XX spec
#248418 commented on
Jun 12, 2025 • 0 new comments -
Extension API feature request: Allow to determine source URI from untitled editors being saved to disk
#247166 commented on
Jun 13, 2025 • 0 new comments -
Completely Disable Remote Tunnels
#246705 commented on
Jun 13, 2025 • 0 new comments -
Issue with Multi-Cursor Functionality in Latest VS Code Update
#237707 commented on
Jun 13, 2025 • 0 new comments -
VSCode maximized window shifted right and bottom - on WSL2 Linux
#242399 commented on
Jun 13, 2025 • 0 new comments -
Allow to change the font size and font of the workbench
#519 commented on
Jun 13, 2025 • 0 new comments -
White flash when opening a new window maximized or fullscreen
#132339 commented on
Jun 13, 2025 • 0 new comments -
broken window border with wayland
#247054 commented on
Jun 13, 2025 • 0 new comments -
Github Authentication Fails When Using SOCKS5 Proxy in `http.proxy` (Invalid URL Protocol)
#241201 commented on
Jun 13, 2025 • 0 new comments -
[theming] Allow theming workbench fonts
#26128 commented on
Jun 13, 2025 • 0 new comments -
Redirection to Stack Overflow for general questions seems problematic
#233785 commented on
Jun 13, 2025 • 0 new comments -
Feature Request: Allow Custom Editors To Gracefully Handle Diff Views
#138525 commented on
Jun 13, 2025 • 0 new comments -
Copilot Chat web support
#245860 commented on
Jun 13, 2025 • 0 new comments -
play music.py
#242899 commented on
Jun 13, 2025 • 0 new comments -
Repeated searches leaves orphaned, unkillable rg processes
#193927 commented on
Jun 13, 2025 • 0 new comments -
`vscode-merge-base` is duplicated sometimes
#244957 commented on
Jun 13, 2025 • 0 new comments -
Leake disposable: RangesLimitReporter
#246094 commented on
Jun 13, 2025 • 0 new comments -
Title bar too big in some screens, does not scale with zoom
#236272 commented on
Jun 13, 2025 • 0 new comments -
Automatic indentation doesn't work well with C/C++
#243100 commented on
Jun 13, 2025 • 0 new comments -
FileDecoration background color opportunity
#239308 commented on
Jun 13, 2025 • 0 new comments -
Ship shell-agnostic terminal intellisense as a stable feature
#226562 commented on
Jun 13, 2025 • 0 new comments -
WARN Via 'product.json#extensionEnabledApiProposals' extension wants API proposal
#245932 commented on
Jun 13, 2025 • 0 new comments -
How do I get from the inline merge conflicts view to the merge editor?
#247685 commented on
Jun 13, 2025 • 0 new comments -
Allow a workspace to show individual files from other folders
#45177 commented on
Jun 13, 2025 • 0 new comments -
Fix spurious detection of yarn
#243250 commented on
Jun 1, 2025 • 0 new comments -
Fix 243417: sanitize env command output for bash integration
#243673 commented on
Jun 9, 2025 • 0 new comments -
Add inertial scrolling to scrollable elements
#244034 commented on
May 29, 2025 • 0 new comments -
add `--download-extensions-locally`
#244181 commented on
Jun 6, 2025 • 0 new comments -
Disable `installation folder` banner warning when debugging extensions
#244305 commented on
Jun 12, 2025 • 0 new comments -
Fix Completions lag on long lines
#244353 commented on
May 25, 2025 • 0 new comments -
fixed disable extension dropdown with incorrect disable globally option
#244419 commented on
Jun 11, 2025 • 0 new comments -
Unfolderize Windows Start Menu entry
#244983 commented on
May 24, 2025 • 0 new comments -
Feature: don't show error peek overlay when navigating over errors (next/prev error by F8 hotkey)
#245092 commented on
May 28, 2025 • 0 new comments -
Implement new option to control title scrollbar visibility
#246161 commented on
Jun 2, 2025 • 0 new comments -
Allow extensions to provide a source mapper for comments on notebooks.
#246317 commented on
May 28, 2025 • 0 new comments -
fix(terminal): resolve local shell in remote window
#246682 commented on
Jun 2, 2025 • 0 new comments -
Update the file [ vscode/scripts/code-cli.sh ], generalize the way to get the root of an entry [ file/directory ] (The level of ascent in the branch of the path is to be indicated)
#247089 commented on
Jun 3, 2025 • 0 new comments -
fix: #200773, handle branch creation in new repos
#247394 commented on
Jun 4, 2025 • 0 new comments -
Border entire line, regardless of word wrap
#247472 commented on
Jun 6, 2025 • 0 new comments -
244332 - This is for a bug I rased about Rdp and multiple sessions
#247528 commented on
May 17, 2025 • 0 new comments -
Enable angle bracket colorization for C#
#247665 commented on
Jun 2, 2025 • 0 new comments -
#8226 fix: Enable text selection on inline diff view
#248058 commented on
Jun 5, 2025 • 0 new comments -
Fix global access of MonacoEnvironment
#248075 commented on
Jun 3, 2025 • 0 new comments -
Defining variable fonts
#248410 commented on
Jun 13, 2025 • 0 new comments -
Use better type for ChatParticipantToolToken
#248452 commented on
Jun 6, 2025 • 0 new comments -
git: Fix discarding untracked files on Windows subst drives
#248552 commented on
Jun 8, 2025 • 0 new comments -
Don't include service-worker in main tsconfig project
#248748 commented on
May 26, 2025 • 0 new comments -
Create Copy Test Name submenu
#248774 commented on
May 15, 2025 • 0 new comments -
some misc changes trying to change to bubble
#248865 commented on
May 13, 2025 • 0 new comments -
re-enable smoke tests
#209474 commented on
Jun 5, 2025 • 0 new comments -
Add button to hide status bar of suggest widget
#210896 commented on
May 30, 2025 • 0 new comments -
Adding `trimTextTrailingWhitespaceCommand `
#211093 commented on
Jun 5, 2025 • 0 new comments -
feature: add option to configure activity bar drag and drop
#213506 commented on
May 25, 2025 • 0 new comments -
feature: Allow diagnostics messages to have markdown content
#214051 commented on
May 25, 2025 • 0 new comments -
fix: memory leak in gettingStarted
#216876 commented on
May 25, 2025 • 0 new comments -
Fix #215925
#219321 commented on
Jun 6, 2025 • 0 new comments -
fix: memory leak in output view
#221605 commented on
May 25, 2025 • 0 new comments -
feature: add option to configure overviewRuler
#223118 commented on
Jun 3, 2025 • 0 new comments -
Allow to bind `diffEditor.revert` to keyboard
#225881 commented on
Jun 3, 2025 • 0 new comments -
Fix auto closing comments not work properly in certain situations
#226074 commented on
Jun 5, 2025 • 0 new comments -
Clean up diff editor reference when no longer in use
#230713 commented on
Jun 4, 2025 • 0 new comments -
Add smart paste terminal feature
#231178 commented on
Jun 8, 2025 • 0 new comments -
Update snippet.md
#231790 commented on
May 20, 2025 • 0 new comments -
use `document` role for chat responses on `windows/linux`
#236636 commented on
May 16, 2025 • 0 new comments -
support data URI's in image preview
#237222 commented on
May 23, 2025 • 0 new comments -
Add debug/watch/context to list of valid menu extension points
#237751 commented on
Jun 11, 2025 • 0 new comments -
Handle workspace URIs that rely on query string
#237987 commented on
May 30, 2025 • 0 new comments -
fix: improve Wayland detection and environment setup
#240864 commented on
May 22, 2025 • 0 new comments -
Allow `More Actions...` button on configurable toolbars to be hidden
#241268 commented on
May 30, 2025 • 0 new comments -
# Provides handleRejection to the inline suggest providers in extensions
#241328 commented on
Jun 6, 2025 • 0 new comments -
Remove border height from suggest widget height calculation
#242958 commented on
Jun 3, 2025 • 0 new comments -
Fix linkedEditing desync
#242993 commented on
May 21, 2025 • 0 new comments -
Add 'workbench.fontFamily' config option
#242998 commented on
May 20, 2025 • 0 new comments -
Don't offer "Add to .gitignore" on .gitignore file (fix #187354)
#243245 commented on
May 30, 2025 • 0 new comments -
Moving lines of code up and down breaks indentation
#88638 commented on
Jun 10, 2025 • 0 new comments -
[Bug]: Incorrect indentation when object nested inline on the same line as parent object
#209521 commented on
Jun 11, 2025 • 0 new comments -
[Bug]: Incorrect outdentation when several closing braces are found on the same line
#209537 commented on
Jun 11, 2025 • 0 new comments -
Incorrect indentation for single line if/for/while/etc, multiline chaining statements etc
#43244 commented on
Jun 11, 2025 • 0 new comments -
[Bug]: Incorrect indentation when there is text before the closing brace
#209539 commented on
Jun 11, 2025 • 0 new comments -
Can you change the mobile line?
#240740 commented on
Jun 11, 2025 • 0 new comments -
Wrong indent level after `break;` in a switch statement PHP
#174667 commented on
Jun 11, 2025 • 0 new comments -
Auto-indent of switch-case is idiotic
#244021 commented on
Jun 11, 2025 • 0 new comments -
Something Wrong with the Auto Indent?
#242029 commented on
Jun 11, 2025 • 0 new comments -
Moving a line down in Go code messes up indentation in VS Code
#241011 commented on
Jun 11, 2025 • 0 new comments -
Alt Down Arrow to move */ comment is reformatting code
#245610 commented on
Jun 11, 2025 • 0 new comments -
PHP Autoindent is stupid
#248227 commented on
Jun 11, 2025 • 0 new comments -
Bad line move indentation adjustment
#227218 commented on
Jun 11, 2025 • 0 new comments -
Automatic enter indentation in offside folding languages
#171040 commented on
Jun 11, 2025 • 0 new comments -
moving lines up and down causes formatting corruption
#219242 commented on
Jun 11, 2025 • 0 new comments -
Disabling "Use Tab Stops" should be respected in more indentation contexts
#228286 commented on
Jun 11, 2025 • 0 new comments -
Incorrect indentation for TypeScript opening curly brace
#236138 commented on
Jun 11, 2025 • 0 new comments -
Auto indent when move line up or down
#224569 commented on
Jun 11, 2025 • 0 new comments -
Unexpected indentation
#233700 commented on
Jun 11, 2025 • 0 new comments -
Wrong auto-indentation in typescript when pasting
#223308 commented on
Jun 11, 2025 • 0 new comments -
indent back to line start after enter newline and press up
#40115 commented on
Jun 11, 2025 • 0 new comments -
jsx auto indentation not corrent
#218255 commented on
Jun 11, 2025 • 0 new comments -
Edit language configuration files for C++ in order to indent after if/for/while statement with no brace
#209006 commented on
Jun 11, 2025 • 0 new comments -
Make "move line" command to work contextually
#84763 commented on
Jun 11, 2025 • 0 new comments -
auto indenting issues with C# files
#29669 commented on
Jun 11, 2025 • 0 new comments -
PHP autoindent with arrays is even more stupid
#248229 commented on
Jun 11, 2025 • 0 new comments -
Indentations of curly braces becomes wrong after moving a current line up or down
#174484 commented on
Jun 10, 2025 • 0 new comments -
Unify indentation and formatting APIs
#34621 commented on
Jun 10, 2025 • 0 new comments -
MCP server start/restart buttons go missing all of a sudden
#248730 commented on
Jun 10, 2025 • 0 new comments -
Change "Revert Block" UI Icon
#244275 commented on
Jun 10, 2025 • 0 new comments -
Links inside a VSCode Walkthrough description are not displayed in VS Code accessible view
#247149 commented on
Jun 10, 2025 • 0 new comments -
The bold text inside a walkthrough description is not being read out or shown in the accessible view exactly as is
#247130 commented on
Jun 10, 2025 • 0 new comments -
The automatically checked off Walkthrough steps in vscode aren't read by NVDA screen reader and hence not accessible
#247108 commented on
Jun 10, 2025 • 0 new comments -
Add language configuration file for visual basic
#118932 commented on
Jun 10, 2025 • 0 new comments -
Indent/Outdent with tab key does not honor editor.autoIndent=false
#63388 commented on
Jun 10, 2025 • 0 new comments -
Auto indent on pasting does not satisfy indentation for braces in JS/TS
#29589 commented on
Jun 10, 2025 • 0 new comments -
Auto-indent on closing brace
#67678 commented on
Jun 10, 2025 • 0 new comments -
Weird code indentation C++
#178334 commented on
Jun 10, 2025 • 0 new comments -
Nested for statements in JavaScript breaks in wrong indention
#193875 commented on
Jun 10, 2025 • 0 new comments -
Raw file contains image data even if it is not shown in the notebook
#200290 commented on
Jun 10, 2025 • 0 new comments -
Can't drag markdown cells in edit mode
#130443 commented on
Jun 10, 2025 • 0 new comments -
Review usages of `EditorOption.lineHeight`
#248794 commented on
Jun 11, 2025 • 0 new comments -
Visual Studio Code for ipad
#70764 commented on
Jun 11, 2025 • 0 new comments -
Extensibility point for gear icon in debug pane
#247087 commented on
Jun 11, 2025 • 0 new comments -
Bug agent mode MCP can't write file but allow to edit file
#246950 commented on
Jun 11, 2025 • 0 new comments -
Search on git-modified files
#245913 commented on
Jun 11, 2025 • 0 new comments -
Extension Host Keeps Crashing When Enabling Extensions With Tree-Sitter On VS Code > 1.98
#243747 commented on
Jun 11, 2025 • 0 new comments -
Cannot resize or move window with Custom Title bar on Linux via MobaXterm
#246465 commented on
Jun 11, 2025 • 0 new comments -
Python host constantly loosing Terminal connection on Mac OS Silicon M1 since Version 1.93.1
#246204 commented on
Jun 11, 2025 • 0 new comments -
Using 'function' in a Lua string causes wrong indentation
#199223 commented on
Jun 11, 2025 • 0 new comments -
Auto indent for Ruby language's block is not performed If a string include "#" is used as the method argument.
#199846 commented on
Jun 11, 2025 • 0 new comments -
Can't select character by moving mouse pointer in Ibus input method on Linux
#170787 commented on
Jun 11, 2025 • 0 new comments -
[BUG] Problem with tooltip hover configuration settings (editor.hover.hidingDelay not working)
#228835 commented on
Jun 11, 2025 • 0 new comments -
When hover contains one hover provider result, increase/decrease verbosity commands should work on that provider result
#233826 commented on
Jun 11, 2025 • 0 new comments -
Tab from Sticky Scroll goes to Status bar rather than editor
#177876 commented on
Jun 11, 2025 • 0 new comments -
Support JSON file as a policy backend on Linux
#148945 commented on
Jun 11, 2025 • 0 new comments -
Source Control: "Accept All Incoming" for "deleted by them" should delete the file from working copy and stage the change
#72976 commented on
Jun 11, 2025 • 0 new comments -
APT repository related: Policy will reject signature within a year, SHA1 is not considered secure by APT since 2026-02-01
#247505 commented on
Jun 11, 2025 • 0 new comments -
Web VSCode can't load audio files for preview in Safari
#236152 commented on
Jun 11, 2025 • 0 new comments -
Add a command-line argument to prevent an opened file/directory from being included in VS Code's recent files list
#245122 commented on
Jun 11, 2025 • 0 new comments -
VS Code is still adding `/d /c` to task commands
#169821 commented on
Jun 11, 2025 • 0 new comments -
Enable consuming of ES modules in extensions
#130367 commented on
Jun 11, 2025 • 0 new comments -
Alt+Space behavior disruptive and inconsistent
#167401 commented on
Jun 12, 2025 • 0 new comments -
Drag to create MarkDown link creation for diffEditor session
#246542 commented on
Jun 12, 2025 • 0 new comments -
how to input chiness in terminal
#212581 commented on
Jun 12, 2025 • 0 new comments -
Show a warning notification if a policy setting cannot be applied
#239798 commented on
Jun 12, 2025 • 0 new comments -
Can't drag scroll bars anymore
#124895 commented on
Jun 12, 2025 • 0 new comments -
unable to input chinese character
#96041 commented on
Jun 12, 2025 • 0 new comments -
Use ResourceSet/ResourceMap when mapping URIs
#248393 commented on
Jun 12, 2025 • 0 new comments -
Zooming types syntax highlighting doesn't look good
#233558 commented on
Jun 12, 2025 • 0 new comments -
Port 7071 won't close automatically after terminating session
#243854 commented on
Jun 12, 2025 • 0 new comments -
fullscreen
#243741 commented on
Jun 12, 2025 • 0 new comments -
Allow programatically un-selecting an item in a contributed tree
#48754 commented on
Jun 12, 2025 • 0 new comments -
Terminal: Some keybindings involving the `Alt`-key are not sent correctly to shell
#242900 commented on
Jun 12, 2025 • 0 new comments -
[Bug] Can't use Gemini 2.5 Pro on Copilot
#248183 commented on
Jun 12, 2025 • 0 new comments -
[json] support meta-schema features
#155379 commented on
Jun 12, 2025 • 0 new comments -
autoSurround fails for white-space only selections
#219128 commented on
Jun 11, 2025 • 0 new comments -
setting `editor.autoClosingBrackets` to `beforeWhitespace` no longer works
#210436 commented on
Jun 11, 2025 • 0 new comments -
keybindings to "find" next/previous occurences not working ?
#235762 commented on
Jun 11, 2025 • 0 new comments -
Problem for ibus-pinyin (fcitx is ok)
#148478 commented on
Jun 11, 2025 • 0 new comments -
JSON sorting: Have a way to differentiate between section comments and property comments
#191751 commented on
Jun 11, 2025 • 0 new comments -
Find/replace bar obscures top lines in narrow editors
#211290 commented on
Jun 11, 2025 • 0 new comments -
New default color provider triggers for longer GitHub issue identifiers in comments
#180402 commented on
Jun 11, 2025 • 0 new comments -
[Bug] Color picker broken if monaco-editor is inside shadow dom
#195606 commented on
Jun 11, 2025 • 0 new comments -
Cannot remove folders from workspace (Profiles view)
#243017 commented on
Jun 11, 2025 • 0 new comments -
Support envfile for tasks.json
#36769 commented on
Jun 11, 2025 • 0 new comments -
Text replace with surrogate pairs not reliable
#248268 commented on
Jun 11, 2025 • 0 new comments -
`HoverContext` should have non-optional readonly members
#211150 commented on
Jun 11, 2025 • 0 new comments -
Cannot style Chinese character into bold text.
#231718 commented on
Jun 11, 2025 • 0 new comments -
caret, tick, backtick and diaeresis can't be written.
#149534 commented on
Jun 11, 2025 • 0 new comments -
Expose the current editor overtype state
#236218 commented on
Jun 11, 2025 • 0 new comments -
Monitors constantly flickering when interacting with the VSCode window
#205894 commented on
Jun 11, 2025 • 0 new comments -
json sorting does not respect `.editorconfig` `insert_final_newline` setting
#192529 commented on
Jun 11, 2025 • 0 new comments -
Touch screen experience is broken
#248596 commented on
Jun 11, 2025 • 0 new comments -
Regarding the bug issue of floating prompts in VSCode code
#244406 commented on
Jun 11, 2025 • 0 new comments -
Mouse not changing to line cursor on text hover.
#239285 commented on
Jun 11, 2025 • 0 new comments -
Web: `detectFullscreen` false positive on a display without dock and title area
#229058 commented on
Jun 11, 2025 • 0 new comments -
Misalignment between VoiceOver focus and Keyboard focus in VS Code
#245146 commented on
Jun 11, 2025 • 0 new comments -
Debug hover now is offset at the start of the full expression - far from pointer
#240641 commented on
Jun 11, 2025 • 0 new comments -
Surrounding with brackets doesn’t work in some cases
#225916 commented on
Jun 11, 2025 • 0 new comments -
A bug related to typing devanagari scripts
#222327 commented on
Jun 11, 2025 • 0 new comments -
Support tmux control mode (-CC flag)
#90696 commented on
May 21, 2025 • 0 new comments -
Notebook output must support more ANSI sequences
#118833 commented on
May 22, 2025 • 0 new comments -
Allow subsequence match for recently opened
#247880 commented on
May 22, 2025 • 0 new comments -
"Find all" with "occurrences to exclude"
#242757 commented on
May 23, 2025 • 0 new comments -
Checkout to commit without specific file, shows errors for it and allows to reopen from problems tab
#246808 commented on
May 23, 2025 • 0 new comments -
Add ability to extend from other settings files
#15909 commented on
May 23, 2025 • 0 new comments -
Implement Google Chrome-like grouped tabs
#100335 commented on
May 23, 2025 • 0 new comments -
NES: InlineInsertion renders over the current line with editor.scrollBeyondLastLine
#248760 commented on
May 23, 2025 • 0 new comments -
F3 shortcut for search and replace within a Jupyter Notebook cell does not work anymore
#174087 commented on
May 23, 2025 • 0 new comments -
Add way to "Go to offset", ideally accessible from the "Go to" command
#196067 commented on
May 23, 2025 • 0 new comments -
integrate the simple browser tool, already within the github copilot chat tools
#248476 commented on
May 23, 2025 • 0 new comments -
Experiment: Single repository SCM view
#245346 commented on
May 23, 2025 • 0 new comments -
Debug Cell option disappears
#150219 commented on
May 23, 2025 • 0 new comments -
`Cmd+Shift+I` should toggle chat view
#248478 commented on
May 23, 2025 • 0 new comments -
Killing tasks does not actually kill them
#242891 commented on
May 23, 2025 • 0 new comments -
Expose the line number of the current line to accessibility APIs
#247942 commented on
May 23, 2025 • 0 new comments -
[folding] go to region command
#58658 commented on
May 23, 2025 • 0 new comments -
Feature Request: Allow extensions to control Activity Bar title casing (prevent automatic uppercase)
#245891 commented on
May 23, 2025 • 0 new comments -
Separate tab size and indent size
#42740 commented on
May 23, 2025 • 0 new comments -
[File Watcher (node.js)] Error: ENAMETOOLONG: name too long
#221583 commented on
May 23, 2025 • 0 new comments -
[Accessibility]: Make syntax highlight accessible to screen reader users via a speech scheme
#184357 commented on
May 23, 2025 • 0 new comments -
Inconsistencies task.json vs. task.json schema
#243556 commented on
May 24, 2025 • 0 new comments -
Mouse cursor
#248770 commented on
May 24, 2025 • 0 new comments -
Polish the workspace index indicator
#245332 commented on
May 24, 2025 • 0 new comments -
[api] Allow extensions to use the syntax highlighter
#56356 commented on
May 24, 2025 • 0 new comments -
Safeguard from accidently expanding huge folders
#237394 commented on
May 24, 2025 • 0 new comments -
Add breadcrumbs for all scopes
#248857 commented on
May 21, 2025 • 0 new comments -
QuickDiffProvider is not refreshable
#247335 commented on
May 21, 2025 • 0 new comments -
Scroll bar visibility should be configurable
#66000 commented on
May 21, 2025 • 0 new comments -
Couldn't reconnect to WSL server are waking machine
#248615 commented on
May 21, 2025 • 0 new comments -
Unable to run sandboxed process when run as elevated under applocker
#122951 commented on
May 21, 2025 • 0 new comments -
code moved feature for the inline view
#223918 commented on
May 21, 2025 • 0 new comments -
Improved search in "Go to file" panel
#25925 commented on
May 21, 2025 • 0 new comments -
User forwarded port has the first request TTFB too high
#124582 commented on
May 21, 2025 • 0 new comments -
Use fresh environment block on new terminals in Windows
#47816 commented on
May 21, 2025 • 0 new comments -
Support large documents in extension host
#31078 commented on
May 21, 2025 • 0 new comments -
Visual Studio code Stuttering Issue on windows
#248780 commented on
May 21, 2025 • 0 new comments -
User configurable menus
#9285 commented on
May 22, 2025 • 0 new comments -
workspace/symbol only sends the part of the query before the first space the the provider
#244972 commented on
May 22, 2025 • 0 new comments -
Chat file attachment - disambiguate when file name matches
#229511 commented on
May 22, 2025 • 0 new comments -
disambiguate links in chat with the same name
#229572 commented on
May 22, 2025 • 0 new comments -
Investigate top deprecated API usages
#237857 commented on
May 22, 2025 • 0 new comments -
Fix `CompletionItem.command` deprecation for built-in js/ts
#237861 commented on
May 22, 2025 • 0 new comments -
Feature Request: Enable/disable extensions from config file
#40239 commented on
May 22, 2025 • 0 new comments -
Setting `workbench.editorAssociations` to change the default open mode of markdown to preview doesn't work
#192954 commented on
May 22, 2025 • 0 new comments -
Issue with GitHub Copilot on large Java files (~5000 lines)
#246223 commented on
May 22, 2025 • 0 new comments -
Collapse ending brace to the same line
#248517 commented on
May 22, 2025 • 0 new comments -
CentOS10 'No binding signature at time' issue
#245009 commented on
May 22, 2025 • 0 new comments -
Should ChromeOS be considered Linux (for fonts at least)?
#247766 commented on
May 22, 2025 • 0 new comments -
Allow users to define their own indentation rules within the settings
#209805 commented on
May 22, 2025 • 0 new comments -
Tool widget polish
#248769 commented on
May 22, 2025 • 0 new comments -
Explorer: Ctrl + Drag-and-drop file does not copy file
#246370 commented on
May 24, 2025 • 0 new comments -
Quick input - explore changes to border/shadow/backdrop/overlay
#237637 commented on
May 27, 2025 • 0 new comments -
Allow to configure cursor keys for input fields
#64694 commented on
May 27, 2025 • 0 new comments -
MAKE DIFFS SELECTABLE AGAIN
#246361 commented on
May 27, 2025 • 0 new comments -
Focus movement with Attached file pill should be improved
#234194 commented on
May 27, 2025 • 0 new comments -
Consider adopting a new ini grammar
#141632 commented on
May 27, 2025 • 0 new comments -
Add a setting for changing the default path for "Open Folder" to be current open folder, not parent dir
#210991 commented on
May 27, 2025 • 0 new comments -
The vscode plugin will report an error when caching treeview data
#244558 commented on
May 27, 2025 • 0 new comments -
File explorer performance degrades when the number of files in workspaces is large
#198146 commented on
May 27, 2025 • 0 new comments -
NPM notification endless loop
#245861 commented on
May 27, 2025 • 0 new comments -
Regex Tree Sitter: Look around expressions not colored correctly
#244605 commented on
May 27, 2025 • 0 new comments -
Tasks with target = TaskScope.Global as the scope do not show up in task picker UI
#40515 commented on
May 27, 2025 • 0 new comments -
Add Inline View option for multi-file diff view
#237200 commented on
May 27, 2025 • 0 new comments -
[scss] Cannot open `.scss` files using `@use` import syntax
#189156 commented on
May 27, 2025 • 0 new comments -
[json] Show key value pairs of JSON Array in `Outline` view
#155101 commented on
May 27, 2025 • 0 new comments -
rerun task button for task terminals always runs the last task
#248866 commented on
May 28, 2025 • 0 new comments -
Feature request: Reuse existing window when launching into a given profile, if profiles match
#246776 commented on
May 28, 2025 • 0 new comments -
One could select multiple tasks and rerunning the task should rerun all
#242160 commented on
May 28, 2025 • 0 new comments -
Support variable fonts in the editor
#237346 commented on
May 28, 2025 • 0 new comments -
Editor GPU causes code overlap with line # toggle in notebook cells
#239545 commented on
May 28, 2025 • 0 new comments -
Show file size and date modified in file explorer.
#164033 commented on
May 28, 2025 • 0 new comments -
High CPU usage with vscode/resources/app/node_modules/@vscode/ripgrep/bin/rg
#248666 commented on
May 28, 2025 • 0 new comments -
Adjust save location of local history
#193970 commented on
May 28, 2025 • 0 new comments -
vscode flickering on mac (macbook air M1 ) while using with external display.
#165681 commented on
May 28, 2025 • 0 new comments -
`⌘ Command` + `Backtick` hotkey on MacOS doesn't switch between VSCode windows (AZERTY layout)
#185575 commented on
May 28, 2025 • 0 new comments -
Add "new folder" option -- to make starting a new project easier.
#134651 commented on
May 28, 2025 • 0 new comments -
SCM Graph - support incoming/outgoing changes
#227727 commented on
May 24, 2025 • 0 new comments -
Debug Glyph overlaid with a block cursor doesn't render correctly.
#150910 commented on
May 24, 2025 • 0 new comments -
Add support for vertical tabs
#108264 commented on
May 24, 2025 • 0 new comments -
Add an additional description before committing changes in source control
#248264 commented on
May 24, 2025 • 0 new comments -
Using the Kill Terminal icon fails to end running processes
#246124 commented on
May 24, 2025 • 0 new comments -
Support `window.activeBorder` natively
#153222 commented on
May 24, 2025 • 0 new comments -
.vscode\cli\ ignores portable mode
#184646 commented on
May 25, 2025 • 0 new comments -
Allow `editor.action.formatDocument.multiple` to accept argument with formatter to run
#245742 commented on
May 25, 2025 • 0 new comments -
Support to print the editor contents
#5953 commented on
May 25, 2025 • 0 new comments -
[regression] Increased typing lag with many word separators
#227892 commented on
May 25, 2025 • 0 new comments -
Gemini Sees html Entities in my pasted code
#248070 commented on
May 25, 2025 • 0 new comments -
Cannot select text from deleted lines diff view
#8226 commented on
May 25, 2025 • 0 new comments -
VSCode will silently never auto-update if it is not explicitly moved from the "Downloads" directory to "Application"
#234708 commented on
May 25, 2025 • 0 new comments -
Goto implementation UI has a contrast issue?
#212548 commented on
May 25, 2025 • 0 new comments -
Allow to pinch zoom into UI elements
#240951 commented on
May 26, 2025 • 0 new comments -
[Feature request] Hide cursor while typing
#29351 commented on
May 26, 2025 • 0 new comments -
VSCode crashes on start
#245979 commented on
May 26, 2025 • 0 new comments -
Option to make `editor.action.smartSelect.expand` ignore words
#248601 commented on
May 26, 2025 • 0 new comments -
Support variables when resolving values in settings
#2809 commented on
May 26, 2025 • 0 new comments -
Better drag and drop / clipboard integration of files across applications
#164 commented on
May 26, 2025 • 0 new comments -
Enable breadcrumbs for unsaved files
#84746 commented on
May 26, 2025 • 0 new comments -
VS Code not responding on launching
#188397 commented on
May 27, 2025 • 0 new comments -
Incorrect $PATH order in task shell
#187955 commented on
May 27, 2025 • 0 new comments -
Opening / previewing images is very slow.
#247403 commented on
May 27, 2025 • 0 new comments -
Git - VS Code doesn't show "Merge branch" commits in "Timeline" and shows incorrect diffs for subsequent commits
#226068 commented on
May 27, 2025 • 0 new comments -
make an icon for simple browser/build a visual identity
#248619 commented on
May 14, 2025 • 0 new comments -
Cell collapse doesn't persist between VSC sessions
#168807 commented on
May 15, 2025 • 0 new comments -
One minute I was Pythoning, the next VS....
#248536 commented on
May 15, 2025 • 0 new comments -
When the keyboard focus moves to the "select subscription" list, JAWS/NVDA announces 'type to narrow down result' and the list name: A11y_VS code_Appling filter on subscription_Screen reader
#245220 commented on
May 15, 2025 • 0 new comments -
Show quick open results as preview while navigating through them
#8939 commented on
May 15, 2025 • 0 new comments -
no pen
#248539 commented on
May 15, 2025 • 0 new comments -
Cannot read properties of undefined (reading 'isInHiddenArea')
#248839 commented on
May 16, 2025 • 0 new comments -
VS Code Will Not Open reason: launch-failed, code: 65
#200202 commented on
May 16, 2025 • 0 new comments -
Go To Definition Ctrl + Left - Click Not Working
#215449 commented on
May 16, 2025 • 0 new comments -
remote extension host terminated unexpectedly
#212410 commented on
May 16, 2025 • 0 new comments -
Cannot read properties of undefined (reading 'path')
#248838 commented on
May 16, 2025 • 0 new comments -
Type info says "(loading...) any" but never loads
#246823 commented on
May 16, 2025 • 0 new comments -
Suggestion for Main Service Restart API in VSCode & Help with Forked Version
#248693 commented on
May 16, 2025 • 0 new comments -
Cannot read properties of undefined (reading '1')
#248840 commented on
May 16, 2025 • 0 new comments -
The JS/TS language service immediately crashed 5 times. The service will not be restarted
#211668 commented on
May 16, 2025 • 0 new comments -
Extract the integrated terminal
#34442 commented on
May 16, 2025 • 0 new comments -
Search error: ENAMETOOLONG
#98514 commented on
May 16, 2025 • 0 new comments -
tasks with dependencies do not show prompt to restart/ terminate, do not respect `instanceLimit`
#248733 commented on
May 16, 2025 • 0 new comments -
Test Results panel - allow Rerun failed from last run
#244870 commented on
May 16, 2025 • 0 new comments -
Debug console is very slow with a single long line
#206854 commented on
May 16, 2025 • 0 new comments -
Bug: Enter Press After ‘//’ Breaks Line and Converts Code to Comment in JavaScript
#241802 commented on
May 16, 2025 • 0 new comments -
Select editor text via touch
#47770 commented on
May 16, 2025 • 0 new comments -
VS Code disappeared after auto-update triggered during shutdown
#245774 commented on
May 17, 2025 • 0 new comments -
Settings Sync automatically logs out when using Personal Microsoft account - Error Code 3399614467
#242814 commented on
May 17, 2025 • 0 new comments -
Dialogs should have max height
#114662 commented on
May 17, 2025 • 0 new comments -
Cannot test Web Extensions in WSL2 or Dev Containers
#201069 commented on
May 17, 2025 • 0 new comments -
All dark color themes are broken after 1.78 update
#183353 commented on
May 14, 2025 • 0 new comments -
Error message when restarting application code based on VSCode source code and adding Electron
#248797 commented on
May 14, 2025 • 0 new comments -
Cannot read properties of null (reading 'isDisposed')
#248829 commented on
May 14, 2025 • 0 new comments -
Enterprise Support
#229861 commented on
May 14, 2025 • 0 new comments -
Option to focus main and floating windows when focusing back to the application
#248462 commented on
May 14, 2025 • 0 new comments -
Allow extensions to be installed for all users
#56614 commented on
May 14, 2025 • 0 new comments -
Show context size for each Copilot model
#248860 commented on
May 14, 2025 • 0 new comments -
chat.implicitContext.enabled setting needs more documentation
#248862 commented on
May 14, 2025 • 0 new comments -
Illegal value for lineNumber
#248824 commented on
May 14, 2025 • 0 new comments -
Ability to Automatically Expand Replies in commentThread
#248805 commented on
May 14, 2025 • 0 new comments -
AbstractContextKeyService has been disposed
#248837 commented on
May 14, 2025 • 0 new comments -
allow branch exclusions from SCM working set functionality
#247845 commented on
May 14, 2025 • 0 new comments -
UI cannot copy a launch configuration into the workspace launch.json
#245990 commented on
May 14, 2025 • 0 new comments -
Option to Check for Updates Without Auto-Downloading
#245767 commented on
May 14, 2025 • 0 new comments -
No remote SSH for Synology NAS servers: The remote host may not meet VS Code Server's prerequisites for glibc and libstdc+
#246300 commented on
May 14, 2025 • 0 new comments -
TypeScript: 3 connected together BUGS in `Refactor: move to file`
#242501 commented on
May 14, 2025 • 0 new comments -
Resolver error: Error: Failed to download VS Code Server (Failed to fetch)
#230870 commented on
May 14, 2025 • 0 new comments -
Allow extensions to force-open the references view
#151896 commented on
May 14, 2025 • 0 new comments -
VS Code 1.97 freezes after installation on Ubuntu 22.04
#240385 commented on
May 14, 2025 • 0 new comments -
[html] Javascript intellisense in inline scripts from external references
#26338 commented on
May 14, 2025 • 0 new comments -
Monospace font for find/replace in regex mode
#239831 commented on
May 15, 2025 • 0 new comments -
Terminal selection/scrolling breaks when resizing
#238273 commented on
May 15, 2025 • 0 new comments -
VS Code Server Not Detecting Custom Environment Variables for Old Linux Workaround
#246375 commented on
May 15, 2025 • 0 new comments -
VSCode is unresponsive on startup
#248664 commented on
May 15, 2025 • 0 new comments -
Timeline Hover Position Is Off
#247832 commented on
May 15, 2025 • 0 new comments -
onEnterRules should be multi-line aware
#50952 commented on
May 17, 2025 • 0 new comments -
"This browser supports WebGPU but it appears to be disabled" on linux
#235201 commented on
May 20, 2025 • 0 new comments -
Add `Run Without Debug` button in `Run and Debug` Activity Bar
#243751 commented on
May 20, 2025 • 0 new comments -
Can't Add Supported Encodings like GB18030 to Candidate Guess Encodings
#248513 commented on
May 20, 2025 • 0 new comments -
Linux: An OS keyring couldn't be identified for storing the encryption related data in your current desktop environment
#187338 commented on
May 20, 2025 • 0 new comments -
[Meta] Enable windows 11 context menu by default in Stable
#204696 commented on
May 20, 2025 • 0 new comments -
Accept all incoming or current changes for merge conflicts requires manual file saving and staging and does not work on .bin files
#248533 commented on
May 20, 2025 • 0 new comments -
Testing extension gets the same test included twice in case of debugging 1 test
#245927 commented on
May 20, 2025 • 0 new comments -
Do not use index.ts
#248382 commented on
May 20, 2025 • 0 new comments -
[themes] Improve the visibility of the ERROR keyword in logs under dark themes
#248186 commented on
May 20, 2025 • 0 new comments -
[css] `:after' suggested inside comment
#236215 commented on
May 20, 2025 • 0 new comments -
Tokenize VS Code UI
#248725 commented on
May 20, 2025 • 0 new comments -
Please add an option to have word wrap toggled off for every editor by default
#237178 commented on
May 20, 2025 • 0 new comments -
Git - Support for gitdir
#77215 commented on
May 20, 2025 • 0 new comments -
Inconsistent default terminal shortcut (`Ctrl + ``) on Linux compared to Windows/macOS
#245694 commented on
May 20, 2025 • 0 new comments -
Bug-report
#241724 commented on
May 20, 2025 • 0 new comments -
Merge Conflicts with not existing files that have been renamed causes 'null' editor
#161321 commented on
May 20, 2025 • 0 new comments -
Align upload & download progress between desktop and web
#111580 commented on
May 20, 2025 • 0 new comments -
Copilot should be a (builtin) extension
#248479 commented on
May 20, 2025 • 0 new comments -
New lines, parathesis, quotes, question marks with vscode speech addon
#248844 commented on
May 20, 2025 • 0 new comments -
Allow to maximise the secondary sidebar
#248807 commented on
May 20, 2025 • 0 new comments -
Git - operations using SSH with a FIDO/U2F key trigger a host authentication dialog
#164402 commented on
May 20, 2025 • 0 new comments -
`Convert Indentation to Spaces` doesn't fully convert all indentations
#248772 commented on
May 20, 2025 • 0 new comments -
"Search files by name" is slow when using remote
#183480 commented on
May 20, 2025 • 0 new comments -
Feature Request: Expose Command Trigger Source (Keyboard vs Mouse vs Menu)
#245757 commented on
May 21, 2025 • 0 new comments -
fcitx on kde - cannot input devanAgarI
#219280 commented on
May 21, 2025 • 0 new comments -
Inconsistent keyboard shortcuts between Windows and Linux
#142456 commented on
May 18, 2025 • 0 new comments -
VS Code won't start or its icon disappears after a failed update or a restart with an update pending
#246809 commented on
May 18, 2025 • 0 new comments -
Automatic update removes VSCode binary
#240472 commented on
May 18, 2025 • 0 new comments -
Stabilize TextSearchProvider API
#59921 commented on
May 18, 2025 • 0 new comments -
Python Indentation error
#243529 commented on
May 18, 2025 • 0 new comments -
scm.workingSets.enabled steals focus from integrated terminal
#248110 commented on
May 18, 2025 • 0 new comments -
[themes] different themes for different filetypes
#20652 commented on
May 18, 2025 • 0 new comments -
Report issue fails with HTTP 401
#235801 commented on
May 18, 2025 • 0 new comments -
Setting to focus editor on mouse click
#166118 commented on
May 18, 2025 • 0 new comments -
[Feature Request] Context-menu action to copy / send Breadcrumbs outline to Chat Copilot
#248635 commented on
May 18, 2025 • 0 new comments -
[Feature Request] Mouse Gestures Support
#173181 commented on
May 18, 2025 • 0 new comments -
Quick pick UX | Difficult to discover & use drag feature
#248391 commented on
May 18, 2025 • 0 new comments -
CLI proxy support
#29910 commented on
May 18, 2025 • 0 new comments -
Allow using custom variables in setting values
#242153 commented on
May 19, 2025 • 0 new comments -
auto updateing
#243570 commented on
May 19, 2025 • 0 new comments -
Debug attach - launch.json pickProcess command launches before preLaunchTask
#167921 commented on
May 19, 2025 • 0 new comments -
Support extention contributing dynamic snippets via virtual documents (text docuemnt content providers / custem schemes)
#248407 commented on
May 19, 2025 • 0 new comments -
[SCSS] Consider using new SCSS grammar (nested properties with shorthand values break syntax highlighting)
#81038 commented on
May 19, 2025 • 0 new comments -
Make Simple Browser one of the essential tools of vscode
#248620 commented on
May 19, 2025 • 0 new comments -
Diffrenciate between read vs write references
#167187 commented on
May 19, 2025 • 0 new comments -
VSCode does not open file paths while in a workspace
#235626 commented on
May 19, 2025 • 0 new comments -
VS Code tried to update itself and deleted `resources/app/out`; no longer starts and broke my existing open sessions
#224571 commented on
May 19, 2025 • 0 new comments -
Missed key presses and jumpy cursor in terminal when working remotely with high latency
#126209 commented on
May 19, 2025 • 0 new comments -
Why do we have `src/vs/editor/common/codecs` in editor?
#248363 commented on
May 19, 2025 • 0 new comments -
Context switching prevents external keyboard input in Terminal (iPadOS Safari)
#144232 commented on
May 19, 2025 • 0 new comments -
Illegal value for lineNumber
#248826 commented on
Jun 2, 2025 • 0 new comments -
Licensing unnecessarily prohibits usage in cloud services
#48279 commented on
Jun 2, 2025 • 0 new comments -
[feature] Introducing VS Code for Tablets: Empowering Mobile Development
#231695 commented on
Jun 2, 2025 • 0 new comments -
FEATURE REQUEST: Leading spaces / tabs independent search
#247785 commented on
Jun 2, 2025 • 0 new comments -
vscode.dev asking for Settings Sync sign in again after enabling Cloud Changes
#232646 commented on
Jun 2, 2025 • 0 new comments -
The startup is very slow, but it starts quickly with the command 'code --prof-startup'
#248800 commented on
Jun 3, 2025 • 0 new comments -
Number of processes increases every time remote window is reloaded
#211462 commented on
Jun 3, 2025 • 0 new comments -
Validate tool input in vscode
#233035 commented on
Jun 3, 2025 • 0 new comments -
menu contributions to debug/watch/context ignored
#237750 commented on
Jun 3, 2025 • 0 new comments -
Review smoke test `sendKeybinding` usage
#242535 commented on
Jun 3, 2025 • 0 new comments -
Model picker should gracefully handle no default model
#246913 commented on
Jun 3, 2025 • 0 new comments -
Can't click on links in streaming chat response
#212853 commented on
Jun 3, 2025 • 0 new comments -
Progress isn't cleared when participant errors
#213786 commented on
Jun 3, 2025 • 0 new comments -
"Copy Call Stack" in Debug uses the wrong path separator when debugging cross platform
#224685 commented on
Jun 3, 2025 • 0 new comments -
search APIs- deep links to interface fields do not resolve
#227478 commented on
Jun 3, 2025 • 0 new comments -
Chat - agent hover alignment issues
#227682 commented on
Jun 3, 2025 • 0 new comments -
Long chat attachment filenames cause chat input to overflow
#229419 commented on
Jun 3, 2025 • 0 new comments -
Validate data in chat API more thoroughly
#230726 commented on
Jun 3, 2025 • 0 new comments -
TypeError: Cannot read properties of undefined (reading 'implicitContext')
#231476 commented on
Jun 3, 2025 • 0 new comments -
Tools API & prompt-tsx: `tokenOptions` and `PromptSizing` not really paired
#231519 commented on
Jun 3, 2025 • 0 new comments -
Tools declaration still supports `toolReferenceName`
#231927 commented on
Jun 3, 2025 • 0 new comments -
Let's consider to use a concrete type for `toolInvocationToken`
#231937 commented on
Jun 3, 2025 • 0 new comments -
Chat: Picked model is not preserved
#233109 commented on
Jun 3, 2025 • 0 new comments -
finalize fileIsIgnored
#236292 commented on
Jun 3, 2025 • 0 new comments -
Build failed: Run integration tests (Electron) chat title provider is called for first request
#242671 commented on
Jun 3, 2025 • 0 new comments -
Powershell extension activated for a chat terminal command
#242930 commented on
Jun 3, 2025 • 0 new comments -
Offer to move VS Code to the Applications folder
#213909 commented on
Jun 2, 2025 • 0 new comments -
`--enable-wayland-ime` is not supported in `~/.vscode/argv.json`
#237061 commented on
Jun 2, 2025 • 0 new comments -
Migrate from unsupported paste execCommand in desktop
#239228 commented on
Jun 2, 2025 • 0 new comments -
conpty assertion failure on new window
#245709 commented on
Jun 2, 2025 • 0 new comments -
Signature verification failed with 'PackageIntegrityCheckFailed' error.
#230816 commented on
Jun 2, 2025 • 0 new comments -
Leaked disposable
#244591 commented on
Jun 2, 2025 • 0 new comments -
Git - Support `subst` drives
#100274 commented on
Jun 2, 2025 • 0 new comments -
MCP: Better discovery/registry and one-click installation flow
#245717 commented on
Jun 2, 2025 • 0 new comments -
Licensing for packaging
#44335 commented on
Jun 2, 2025 • 0 new comments -
Relaxation of redistribution clause in Microsoft License
#60205 commented on
Jun 2, 2025 • 0 new comments -
Please release binaries under MIT license
#71638 commented on
Jun 2, 2025 • 0 new comments -
Add New Project menu item and open it to extension developers to add project types
#74014 commented on
Jun 2, 2025 • 0 new comments -
Settings Sync : Allow for custom backend service end points
#92357 commented on
Jun 2, 2025 • 0 new comments -
License in Help menu is different from LICENSE.txt
#105978 commented on
Jun 2, 2025 • 0 new comments -
Results from Contributor Survey
#118056 commented on
Jun 2, 2025 • 0 new comments -
Repository name incites trademark infringement
#132738 commented on
Jun 2, 2025 • 0 new comments -
Clarification of acceptable use cases in the Visual Studio Code license terms
#162510 commented on
Jun 2, 2025 • 0 new comments -
Update or remove the roadmap from the wiki
#201326 commented on
Jun 2, 2025 • 0 new comments -
Request the use of your VS Code logo
#227895 commented on
Jun 2, 2025 • 0 new comments -
Urgent assistance stuck for months
#238821 commented on
Jun 2, 2025 • 0 new comments -
Suggestions for logo change in VS Code
#239392 commented on
Jun 2, 2025 • 0 new comments -
Adding "Copilot" menu for users who already uninstalled Copilot is deeply offensive
#237819 commented on
Jun 2, 2025 • 0 new comments -
Add a coding copilot
#179526 commented on
Jun 2, 2025 • 0 new comments -
Are there any plans to create ultra stable native version of vscode?
#115958 commented on
Jun 2, 2025 • 0 new comments -
PR: Add vscode-web-server a NodeJS Server backend for vscode-web
#81474 commented on
Jun 2, 2025 • 0 new comments -
Needs more padding of attached context when prompt is big
#243128 commented on
Jun 3, 2025 • 0 new comments -
Allow additional data (besides duration, such as memory usage) to be recorded against tests and shown in the test runner
#243468 commented on
Jun 3, 2025 • 0 new comments -
MCP: support stdio connections per-edit session
#244166 commented on
Jun 3, 2025 • 0 new comments -
Improve getting started experience with MCP servers
#244921 commented on
Jun 3, 2025 • 0 new comments -
Connection listener leak
#247610 commented on
Jun 3, 2025 • 0 new comments -
"New tools available" button needs UI/UX polish
#248010 commented on
Jun 3, 2025 • 0 new comments -
Toggle comment doesn't work on new PHP file
#234722 commented on
Jun 3, 2025 • 0 new comments -
Python: Improved Bracket Pair Detection for strings that contain `{{`
#225179 commented on
Jun 3, 2025 • 0 new comments -
Customizable status bar item locations
#35744 commented on
Jun 3, 2025 • 0 new comments -
No option to rerun
#247561 commented on
Jun 3, 2025 • 0 new comments -
Somehow lost the buttons at the bottom of inline chat
#247572 commented on
Jun 3, 2025 • 0 new comments -
Debugger shows incorrect thread state if "continued" arrives too soon after a "stopped" (or "started"?)
#238591 commented on
Jun 3, 2025 • 0 new comments -
Allow to scope settings by platform
#5595 commented on
Jun 3, 2025 • 0 new comments -
Large notebook trigger very many leak warnings
#211112 commented on
Jun 3, 2025 • 0 new comments -
Code are constantly freezes
#235556 commented on
Jun 3, 2025 • 0 new comments -
Indentation on pasting with multiple lines of code not working as expected
#240882 commented on
Jun 3, 2025 • 0 new comments -
Explore using tree sitter for syntax highlighting
#210475 commented on
Jun 3, 2025 • 0 new comments -
Do not self-dispose
#248366 commented on
Jun 3, 2025 • 0 new comments -
🐛 Bug Report: Shell Integration restores outdated ENV vars via `VSCODE_ENV_REPLACE` even after `.env` is updated or removed
#246222 commented on
Jun 3, 2025 • 0 new comments -
`HoverContext` should pass back the specific type of hover I provided
#211155 commented on
Jun 3, 2025 • 0 new comments -
Issues with PATH when multiple extensions contribute
#245613 commented on
Jun 3, 2025 • 0 new comments -
[Shell Integration Error] bash: vsc_aa_env: bad array subscript
#243417 commented on
Jun 3, 2025 • 0 new comments -
ShellIntegration-bash is not properly escaping windows paths
#245260 commented on
Jun 3, 2025 • 0 new comments -
API to expose the shell's actual environment to extensions
#227467 commented on
Jun 3, 2025 • 0 new comments -
Shell integration nonce unavailable in unknown shells and Pseudoterminal-based extension terminals
#190253 commented on
Jun 3, 2025 • 0 new comments -
"The task is already active" button "Restart Task" doesn't re-read tasks.json
#169267 commented on
Jun 3, 2025 • 0 new comments -
CoPilot: Apply chat code suggestion to active file while its still generating causes a mess in code.
#245065 commented on
Jun 3, 2025 • 0 new comments -
Improve description of canBeReferencedInPrompt
#245129 commented on
Jun 3, 2025 • 0 new comments -
Restarting extensions should be blocked if there is an ongoing chat request
#245215 commented on
Jun 3, 2025 • 0 new comments -
Agent mode: The insert_edit_into_file tool doesn't appear to support virtual files that aren't in the workspace
#245700 commented on
Jun 3, 2025 • 0 new comments -
"Changing the chat mode will end your current edit session. Would you like to continue?"
#246493 commented on
Jun 3, 2025 • 0 new comments -
LM extension API for cache breakpoints
#246980 commented on
Jun 3, 2025 • 0 new comments -
LanguageModelExtraDataPart- arbitrary model-specific data in request
#246994 commented on
Jun 3, 2025 • 0 new comments -
Add a way to customise the "Open Recent" labels, instead of path, like using a workspace's specified "window.title"
#245441 commented on
Jun 3, 2025 • 0 new comments -
Some `#` attachments do not have descriptions in intellisense/suggest
#247574 commented on
Jun 3, 2025 • 0 new comments -
MaxListenersExceededWarning: Possible EventEmitter memory leak detected.
#234174 commented on
Jun 3, 2025 • 0 new comments -
Support for RTL languages
#11770 commented on
Jun 3, 2025 • 0 new comments -
Improve contrast of +/- type zoom buttons
#233554 commented on
Jun 3, 2025 • 0 new comments -
'Keep Chat edits in this file' button is frozen for Co-Pilot
#248545 commented on
Jun 3, 2025 • 0 new comments -
Stabilize FileSearchProvider API
#73524 commented on
Jun 3, 2025 • 0 new comments -
All /text is highlighted
#248028 commented on
Jun 3, 2025 • 0 new comments -
option for `editor.autoClosingBrackets` to not auto-close if there's a syntax error in the file
#210437 commented on
Jun 3, 2025 • 0 new comments -
Error when installing extensions when using HTTP proxy
#239872 commented on
Jun 3, 2025 • 0 new comments -
Allow changing triple-click (and double-click) behaviour
#57633 commented on
Jun 3, 2025 • 0 new comments -
Disable overview ruler entirely
#85418 commented on
Jun 3, 2025 • 0 new comments -
Add navigation buttons to test coverage elements
#212881 commented on
Jun 3, 2025 • 0 new comments -
Testing: Automatically Open Peek View with 'failureInVisibleDocument' doesn't work
#230881 commented on
Jun 3, 2025 • 0 new comments -
Switching code editor tabs slow in workspace with many tests (~150,000)
#235819 commented on
Jun 3, 2025 • 0 new comments -
File is shown as changed even after undo-ing the step that changed the file
#241856 commented on
Jun 3, 2025 • 0 new comments -
Pretty print for debugging appears in all editors when debugging
#242057 commented on
Jun 3, 2025 • 0 new comments -
Build failed: Lint x86_64-apple-darwin
#242669 commented on
Jun 3, 2025 • 0 new comments -
Mac text replacement
#207389 commented on
May 28, 2025 • 0 new comments -
Enabling Tree Sitter removes minty fields in builtInExtensionsCG.ts
#247984 commented on
May 29, 2025 • 0 new comments -
Codespaces open documentation link: Error: The file is not displayed in the text editor because it is a directory.
#181053 commented on
May 30, 2025 • 0 new comments -
Unlock keyring showing up at startup
#187284 commented on
May 30, 2025 • 0 new comments -
The empty editor hint should be easily toggled by right clicking on the hint
#213814 commented on
May 30, 2025 • 0 new comments -
Investigate Editor Placeholder Adoption
#214472 commented on
May 30, 2025 • 0 new comments -
Overlapping borders in Edits view with transparent input box theme
#237349 commented on
May 30, 2025 • 0 new comments -
SVG icons are too close to reference text
#242230 commented on
May 30, 2025 • 0 new comments -
[MacOs] Pin projects in recent items on Mac Dock icon
#248384 commented on
May 30, 2025 • 0 new comments -
Feature Request: Allow extension to adjust sidebar width with vscode extensions api
#247014 commented on
May 30, 2025 • 0 new comments -
SSH-Download Progress Bar
#242505 commented on
May 30, 2025 • 0 new comments -
Hangs forever showing the dialog: "Saving editors with unsaved changes is taking a bit longer...."
#246710 commented on
May 30, 2025 • 0 new comments -
Provide ability to ignore all whitespace in diff editor (feature request)
#43026 commented on
May 30, 2025 • 0 new comments -
File extension specific settings
#35350 commented on
May 30, 2025 • 0 new comments -
Error while fetching extensions. Failed to fetch
#227559 commented on
May 30, 2025 • 0 new comments -
Extension Signature verification is very slow in WSL
#243732 commented on
May 30, 2025 • 0 new comments -
Adopt to new includeLatestPrereleaseAndStableVersionOnly flag from Marketplace
#243072 commented on
May 30, 2025 • 0 new comments -
`IConfigurationChangeEvent.affectsConfiguration` does not support `overrides` properly for default changes
#240410 commented on
May 30, 2025 • 0 new comments -
No notebook document for `file://*.ipynb` (wsl2)
#236288 commented on
May 30, 2025 • 0 new comments -
SCM Graph - Show current branch
#244780 commented on
May 30, 2025 • 0 new comments -
[MSAL] Endless "Just a moment..." screen when going through auth flow
#241512 commented on
May 30, 2025 • 0 new comments -
Zooming/increase editor font size with ctrl+wheel now makes the font wider/narrower without increasing vertically on certain increments
#225364 commented on
May 30, 2025 • 0 new comments -
VSCode 1.97.2 suddenly deleted from Windows
#240987 commented on
May 30, 2025 • 0 new comments -
License - Please Allow General Use and Not Only "Develop Applications"
#208518 commented on
May 31, 2025 • 0 new comments -
MSAL Authentication: Error 0x80049dd3 in sign in dialog when using personal account
#241811 commented on
May 31, 2025 • 0 new comments -
API to save a non-active document without formatting
#245405 commented on
May 31, 2025 • 0 new comments -
Feature to disable auto-expanding on sub-folders.
#145510 commented on
May 28, 2025 • 0 new comments -
Change rulers on Editor via extension API
#111251 commented on
May 28, 2025 • 0 new comments -
Double-click on scrollbar creates a new file, and it should not ...
#199141 commented on
May 28, 2025 • 0 new comments -
Git - Linux ssh-agent/ssh-askpass problem
#57488 commented on
May 28, 2025 • 0 new comments -
`Transform to Camel Case` from `PascalCase` stays in PascalCase
#227621 commented on
May 28, 2025 • 0 new comments -
MCP: Customize descriptions for server/tools via mcp.json
#243940 commented on
May 29, 2025 • 0 new comments -
Task with empty command does not terminate
#173842 commented on
May 29, 2025 • 0 new comments -
Display line number as hybrid styles
#34715 commented on
May 29, 2025 • 0 new comments -
Terminal Ignoring First Character Of Input Via `Terminal.sendText`
#215402 commented on
May 29, 2025 • 0 new comments -
Extension iFrame shifting upwards (out of view) on up/down key press
#248311 commented on
May 29, 2025 • 0 new comments -
Copy-paste does not work randomly
#239500 commented on
May 29, 2025 • 0 new comments -
Failed to get config from service: Failed to call "vscode-config": 500
#241516 commented on
May 29, 2025 • 0 new comments -
Terminal output wrapping breaks ProblemMatcher matching.
#240869 commented on
May 29, 2025 • 0 new comments -
[GNOME Linux] No window decoration (shadow) if a window title bar style is custom
#225073 commented on
May 29, 2025 • 0 new comments -
in v1.100.0 it feels like the .github/copilot-instructions.md is now ignored
#248659 commented on
May 29, 2025 • 0 new comments -
Use copilot with local models completely offline
#246551 commented on
May 29, 2025 • 0 new comments -
VS Code was lost on shutdown with pending update
#52855 commented on
May 29, 2025 • 0 new comments -
New option to control title scrollbar visibility
#246160 commented on
May 29, 2025 • 0 new comments -
Copilot has stopped providing information
#248622 commented on
May 29, 2025 • 0 new comments -
When using the trackpad to zoom in and out on a MacBook, the zoom acceleration is too fast
#247548 commented on
May 29, 2025 • 0 new comments -
Search does not find pattern in closed files
#232482 commented on
May 29, 2025 • 0 new comments -
Find and Replace in closed notebook search
#194931 commented on
May 29, 2025 • 0 new comments -
Double clicking in "custom" title bar no longer consistently maximize/restores window in 1.82.0 (feature provided by Rectangle.app)
#192650 commented on
May 29, 2025 • 0 new comments -
Search Editor Progress Bar Animates Endlessly After Search Completed (intermittent)
#225315 commented on
May 29, 2025 • 0 new comments -
Settings editor search quality epic
#235852 commented on
May 29, 2025 • 0 new comments -
Aux window: allow detaching views and panels
#193267 commented on
May 31, 2025 • 0 new comments -
Indent/unindent reformats code when I don't want it to
#240023 commented on
Jun 2, 2025 • 0 new comments -
JSON: Sort Document sorting logic changed in VS Code 1.97.1
#240540 commented on
Jun 2, 2025 • 0 new comments -
Bug with auto-indent rule: "onEnterRules" + "indentOutdent" + "AppendText" do not insert indentation and string at the END as expected.
#244880 commented on
Jun 2, 2025 • 0 new comments -
Indent guides are interrupted by comments
#242787 commented on
Jun 2, 2025 • 0 new comments -
Inserting backslash on Japanese romaji keyboard conflicts with keyboard shortcut for triggering inline suggestion
#243844 commented on
Jun 2, 2025 • 0 new comments -
Feedback on experimental expandable hover API
#241730 commented on
Jun 2, 2025 • 0 new comments -
Sticky scroll doesn't work when function result is destructured
#241563 commented on
Jun 2, 2025 • 0 new comments -
Give options for outliner
#221644 commented on
Jun 2, 2025 • 0 new comments -
Extra Space Added When Inserting New Line in HTML Document with Ctrl+Enter
#227594 commented on
Jun 2, 2025 • 0 new comments -
Activating display pointer trails makes text editing pointer disappear
#239110 commented on
Jun 2, 2025 • 0 new comments -
Invalid extensions detected
#245986 commented on
Jun 2, 2025 • 0 new comments -
Ctrl+Insert wrong behaviour in an autocomplete description
#207014 commented on
Jun 2, 2025 • 0 new comments -
Auto indent issue: Lua multiline quotes `[[...]]` conflict with #210641 which removes brackets before passing text to indent rules
#223606 commented on
Jun 2, 2025 • 0 new comments -
[Sticky Scroll] If a function consist of multiline arguments, sticky the function also multiline
#245302 commented on
Jun 2, 2025 • 0 new comments -
Autocompletion doesn't work to hyperlink Korean title
#248467 commented on
Jun 2, 2025 • 0 new comments -
Active line background colour is behind the indent guide
#248611 commented on
Jun 2, 2025 • 0 new comments -
Hover on top of file goes away when cursor moves to click on + and - buttons
#248246 commented on
Jun 2, 2025 • 0 new comments -
Make diagnostic bottom bar sticky
#246489 commented on
Jun 2, 2025 • 0 new comments -
Pin Selected Code in Visual Studio Code
#244114 commented on
Jun 2, 2025 • 0 new comments -
An shotcut to keep auto indent.
#238824 commented on
Jun 2, 2025 • 0 new comments -
Inline Color Picker should be enabled/disabled depends on context (file type)
#238631 commented on
Jun 2, 2025 • 0 new comments -
Support Line decoration editor offset retrieval
#237095 commented on
Jun 2, 2025 • 0 new comments -
Main window blinkis/flashes when scrolling
#248439 commented on
Jun 2, 2025 • 0 new comments -
Git - Support git worktrees in workspace
#68038 commented on
Jun 2, 2025 • 0 new comments -
First input gets ignored on pwsh/conpty
#243584 commented on
Jun 2, 2025 • 0 new comments -
Terminal Split Pane Freezes Previous Pane (Windows only)
#248739 commented on
May 31, 2025 • 0 new comments -
Revisit VS Code folder structure for app data, settings, extensions
#3884 commented on
May 31, 2025 • 0 new comments -
"open new external terminal" not focusing it when wt.exe
#246945 commented on
Jun 1, 2025 • 0 new comments -
WebGPU-based renderer for the editor
#221145 commented on
Jun 1, 2025 • 0 new comments -
Feature Request: Support for private marketplace/gallery
#21839 commented on
Jun 1, 2025 • 0 new comments -
TreeError [DebugRepl] Tree input not set
#248825 commented on
Jun 1, 2025 • 0 new comments -
TreeView reveal creates a race condition with `TreeDataProvider#getChildren`
#192055 commented on
Jun 1, 2025 • 0 new comments -
Can't drag files from a remote vscode window to a local window
#93599 commented on
Jun 1, 2025 • 0 new comments -
Webview: `vscode-lang` query parameter destroys some functionalities in extensions
#245699 commented on
Jun 2, 2025 • 0 new comments -
SCM Graph - Enhance Source Control Tab with Git Graph Features
#225029 commented on
Jun 2, 2025 • 0 new comments -
Maximized windows reset back to non maximized size when loosing focus on wayland
#247841 commented on
Jun 2, 2025 • 0 new comments -
Git - implement shelve feature
#183048 commented on
Jun 2, 2025 • 0 new comments -
Allow us to change the font type and size of find-replace widget
#101064 commented on
Jun 2, 2025 • 0 new comments -
Incorrect Command Variable Resolution in tasks.json if task type is 'process'
#160891 commented on
Jun 2, 2025 • 0 new comments -
Extension signature verification fails on Linux Armhf platform
#248308 commented on
Jun 2, 2025 • 0 new comments -
Support mcp servers as a first class resource
#248401 commented on
Jun 2, 2025 • 0 new comments -
Microsoft Japanese IME cannot start recomposition by Ctrl + BackSpace
#242064 commented on
Jun 2, 2025 • 0 new comments -
Doxygen "after members" syntax not recognized
#248348 commented on
Jun 2, 2025 • 0 new comments -
🚨 Stop adding comment when enter is pressed
#236828 commented on
Jun 2, 2025 • 0 new comments -
defaultColorDecorators regressions from #233306 (continues locked #182214's discussion)
#239159 commented on
Jun 2, 2025 • 0 new comments -
TextEditorDecorations with 'after' contentIconPath do not affect layout correctly or change line height
#247366 commented on
Jun 2, 2025 • 0 new comments -
Stop rendering pseudo-italic fonts when italic is not available
#25895 commented on
Jun 2, 2025 • 0 new comments -
Alignment is incorrectly replaced by tabs
#184700 commented on
Jun 2, 2025 • 0 new comments -
Please allow us to disable Comment Continuation
#246708 commented on
Jun 2, 2025 • 0 new comments -
"CTRL + DEL" keyboard shortcut not working as expected and deleting comments
#245055 commented on
Jun 2, 2025 • 0 new comments