repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
microsoftvscode
listen music in vs code chromium in the volume app
Bug
yne do an awesome contribution to vs code extension his dzr the command line deezer com player be now an vs code extension too sadly the audio playing vs code show up as chromium in the volume mixer exactly like as in the so question how to edit electron instance s process name etc ...
microsoftvscode
in github codespace after copy a file in explorer I can only paste that file in jupyter notebook
Bug
repro step 1 open github codespace in the explorer select a file and press ctrl c or right click copy to copy it 2 switch to another tab or application and copy some random text 3 return to codespace and open a jupyter notebook when I press ctrl v in a markdown or code block it will ...
microsoftvscode
web typing file system trigger fs error when click through breadcrumb
Bug
1 set typescript experimental tsserver web typeacquisition enable true 2 load repo such as 3 navigate into the typing for a package such as picomatch 4 in picomatch d ts click on the breadcrumb bug see error such as unable to resolve nonexistent file vscode node modules...
microsoftvscode
do not regain focus on minimap
Bug
test 191527 similar to if minimap be enable when click on minimap from another editor it do not regain focus same for the actual scroll bar not just hover over and scroll with wheel swipe
microsoftvscode
dismiss a message will shrink the quick question ui
Bug
test 191496 repro 1 open quick question 2 ask copilot to tell you a story about program a few time 3 scroll up to expand the history 4 click x to dismiss one the history shrink despite there be enough content to fill the full size of the previous viewport
microsoftvscode
quick question border radius be cut off the focus border
Bug
test 191496 see the bottom leave and right corner image this might be just how the browser render it
microsoftvscode
ask github copilot item update slowly make the command palette feel sluggish
Bug
test 191496 repro type a query into the command palette type a character the character update in the item after 500ms 1s image if it s not possible to get the text immediately slow go via exthost then I don t think we need the update text at all tbh if it be just a static item at the bo...
microsoftvscode
current active presentation type be incorrect after change display style 1st image
Bug
test 191502 record 2023 08 29 at 11 47 46
microsoftvscode
the presentation style always default to text plain even when image be display
Bug
test 191502 it require an additional step by the user to change the presentation style
microsoftvscode
unfocused editor should regain focus be un dim on scroll
Bug
test 191527 in the gif you can see that after pick a file to be open in the editor I can scroll in the dimmed editor this feel weird to I
microsoftvscode
go from never to always the fold icon do not appear for sticky scroll
Bug
test 191452 1 set editor showfoldingcontrol to never 2 set editor showfoldingcontrol to always 3 no fold icon on the sticky scroll header image
microsoftvscode
fold control still present when set be change to mouseover
Bug
test 191452 1 set editor showfoldingcontrol to always 2 fold and unfold code use toggle on sticky scroll 3 set editor showfoldingcontrol to mouseover thus you re no long mouse over the toggle 4 it s still present image
microsoftvscode
terminalshelltype value be stick at gitbash
Bug
test 190104 this be sort of unrelated to the tpi but when I inspect context key on my terminal area I notice that it have terminalshelltype gitbash even when the active terminal isn t use git bash here be my repro step not sure if this can be simplify 1 create a terminal profile use an extensi...
microsoftvscode
keyboard binding suggest for open ended question do not bring over my question
Bug
test 191496 ask anything in command palette put the chat option last with a keybinding invoke that do not take my question over though image
microsoftvscode
go to next previous in notification accessible view be not disable
Bug
test 191345 1 enable screen reader accessibility mode 2 cause 1 notification to show I do 3 focus the notification and alt f2 4 the accessible view show 5 in the top right of the accessible view there be go to next and previous action they be clickable but they do nothing since ther...
microsoftvscode
notebook be not dim
Bug
test 191527 image
microsoftvscode
unclear what part of the editor be dim
Bug
test 191527 the setting seem to suggest the editor get dim but I be also expect breadcrumb and maybe tab to get dim also editor control like find input do not seem to get dim image
microsoftvscode
copy image output be quite slow
Bug
test 191502 have image output its size on disk be 200 kb select copy output it take a couple of second before the image make it into my clipboard
microsoftvscode
match whole word modifier have no effect for ipynb
Bug
test 191488 open enable search experimental closednotebookrichcontentresult true set file to include to panda 03 01 introduce panda object ipynb search for a and enable match whole word observe that a s inside word be return 1108 result open the notebook and repeat observ...
microsoftvscode
can not view diff for markdown file
Bug
do this issue occur when all extension be disabled yes vs code version 1 81 1 os version darwin arm64 22 4 0 step to reproduce 1 edit markdown file in a git repo 2 go to version control tab and click the file to show it s diff the problem the markdown file be open side by s...
microsoftvscode
move line compare become break when double click
Bug
test 191508 vs code version version 1 82 0 insider commit f7973f357e7c316a88e8817886f41a843021fe74 date 2023 08 28t05 03 24 392z 15 hrs ago step to reproduce 1 create a move code block 2 click compare button to enable compare mode arrow become orange and editor becom...
microsoftvscode
sticky scroll should show the last line of the scope as soon as shift be press
Bug
currently sticky scroll show the last line of the scope only when shift be press follow by a mouse move event press on shift do not automatically show the last line of the scope which it should
microsoftvscode
merge editor jump
Bug
image press space json languageid typescript base t tthis register applyobservabledecoration this editor original derive reader n t t t description decoration n t t tconst curunchangedregion unchangedregion read reader n t t tconst result curunchanged...
microsoftvscode
git stage individual change convert utf 8 with bom to utf 8
Bug
type bug 1 start with a utf 8 with bom file 2 make a change to some line 3 click the change indicator to the left and choose stage change do not stage the whole file 4 commit the stage change the file in head be now utf 8 not utf 8 with bom I e vscode remove the ef bb bf byte at the s...
microsoftvscode
css random red highlighting on code
Bug
type bug a random file in my vscode just highlight red I have run vscode bisect and have verify it doesn t relate to any extension vscode red highlighting I think it relate to 95699 edit I think it be relate to meta at rule use scss however it only seem to happen on this scss file a...
microsoftvscode
extension contribute menu item resourcefilename do not work as expect
Bug
sometimes the context menu entry be there sometimes not image my contribute config be menus explorer context command merge editor dev companion open folder in merge editor current when explorerresourceisfolder resourcefilename merge conflict ...
microsoftvscode
terminal title on window may not change when switch shortly after create
Bug
repro 1 open git repo folder 2 open terminal 3 quickly type git log enter the terminal title should change to git shortly after
microsoftvscode
documentsemantictokensprovider fail for the first untitled editor create with showtextdocument since v1 76
Bug
I ve be develop a vscode extension to syntax highlight a language use semantic highlight and I ve notice that vscode documentsemantictokensprovider providedocumentsemantictoken be never call for the untitled document create by vscode window showtextdocument await vscode workspace opentextdocument if ...
microsoftvscode
disable word wrap in terminal change font
Bug
type bug when I run a build task define in task json it output to the terminal window the line can be quite long so to disable word wrap I do alt z but this also change the font to something weird which make the text hard to read vs code version code 1 81 1 6c3e3dba23e8fadc360aed75ce363ba185c49794 2023...
microsoftvscode
outline panel stop show execution status on until reload
Bug
apply to x notebook ipynb file interactive window and or cell script py file with marker what happen the outline panel once close and reopen stop show notebook execution status vs code version version 1 81 1 user setup jupyter extension version version ...
microsoftvscode
unicode highlighting message mess up alignment
Bug
image class test ...
microsoftvscode
hover content be incorrectly sized and prevent clicking in the editor
Bug
create a ts file with this content ts class somethingwithalongname123123123123123123 public methodwithalongtext12123123123123 something bar123123123 another far213123123123 progress vscode progress message string edit vscode textedit nowhere close123123123123...
microsoftvscode
keyboards shortcuts stop work from time to time
Bug
sometimes when I have use vscode for a while my keyboard shortcuts semi stop work an example I can ctrl f to find focus be move but then enter to find next result do not work in the search context the issue happen every so often sometimes 3 4 time a week other week only once I be abl...
microsoftvscode
ref tree item in zone widget can not repeat click
Bug
type bug 1 open a ts project 2 go to some code s reference by right click menu go to reference then a zone widget will appear which contain editor and ref tree 3 click a item of ref tree then move the editor on leave to make the editor unselect the reference word 4 then click ref item agai...
microsoftvscode
recently open project have the same name
Bug
add issue description here version 1 81 1 commit 6c3e3dba23e8fadc360aed75ce363ba185c49794 user agent mozilla 5 0 macintosh intel mac os x 10 15 7 applewebkit 537 36 khtml like gecko chrome 115 0 0 0 safari 537 36 embedder vscode dev image
microsoftvscode
quick search text highlight not disappear in notebook
Bug
1 create a notebook that have the follow string tex text and open it 2 use the quick text search to look for tex by enter tex in the file quickpick let this load 3 add a t at the end of the string so that it say text 4 notice that the highlight for tex be still there despite h...
microsoftvscode
a11y visualstudiocodeclient sidebar bar option access the git side bar option name role value read our doc be a link but voice over be announce as button
Bug
check out accessibility insight identify accessibility bug before check in and make bug fix fast and easy githubtag a11ywcag2 1 a11ytcs a11ysev3 visual studio code client bm visualstudiocodeclient mac aug2023 voiceover mac name role value wcag4 1 2 environment and os det...
microsoftvscode
multiple untitled notebook editor with same name but different associated path do not distinguish
Bug
note this may well be relate to and step close all instance of code from the command line code foo new ipynb bar new ipynb 2 notebook open as tab but do not distinguish each other from the description property here be how it should look like with text file ...
microsoftvscode
inactive notebook editor do not indicate dirty state in this case
Bug
step close all instance of vscode from the command line run desktop test js new ipynb desktop test ts new ipynb this should open 2 tab with 2 notebook only the active editor report dirty although the explorer show a 2 see image image
microsoftvscode
color conversion to hsl lack precision
Bug
do this issue occur when all extension be disabled yes vs code version 1 81 1 os version linux x64 6 2 0 27 generic step to reproduce 1 on a css file use the color picker on a color rgb 167 169 188 2 click on the picker header and convert it to hsl result in hsl 234 14 7...
microsoftvscode
automatically focus on the line when a breakpoint hit even at the same file
Bug
in visual studio there be this feature that when a breakpoint be hit no matter which tab the user be currently look at it always jump to the breakpoint file and center the breakpoint line in fact if the file be not open at the moment visual studio will open that file in a new tab then focus the line ...
microsoftvscode
go to indicator do not show up unless cell be click
Bug
do this issue occur when all extension be disabled no vs code version 1 81 1 os version window 11 step to reproduce 1 run the following import time time sleep 60 the go to execution indicator do not show up unless the user click on one of the cell which make little sense...
microsoftvscode
env shell api should not be the empty string on start up
Bug
currently env shell always start as undefined since the cost to evaluate it be 50 100ms we don t want to do this before the extension host launch we could cache the value optimistically across session though and in the off chance that it be wrong it will fire the upcoming event quickly context iss...
microsoftvscode
notebook cut fail to paste
Bug
do this issue occur when all extension be disabled yes vs code version 1 82 0 insider commit f125afbc800ec611f5a9ab1333c769832ce424b3 date 2023 08 21t05 34 23 256z electron 25 5 0 electronbuildid 23084831 chromium 114 0 5735 289 node js 18 15 0 v8 11 4 183 29 electron 0 os da...
microsoftvscode
chat action command be inconsistent with workbench action chat
Bug
they re new so we should be consistent l80 l102 l37 l59
microsoftvscode
search match case not work for notebook
Bug
type bug when I type a word in all cap in the search field of the search pane and enable the match case option the result still include low case occurrence within ipynb notebook in my case within input cell of the notebook vs code version code 1 81 1 6c3e3dba23e8fadc360aed75ce363ba185c49794 ...
microsoftvscode
create pr button after fork a github repo do nothing
Bug
do this issue occur when all extension be disabled yes version 1 81 1 user setup commit 6c3e3dba23e8fadc360aed75ce363ba185c49794 date 2023 08 09t22 22 42 175z electron 22 3 18 electronbuildid 22689846 chromium 108 0 5359 215 node js 16 17 1 v8 10 8 168 25 electron 0 os window...
microsoftvscode
editor action clipboardpasteaction doesn t work with runcommand
Bug
type bug 1 define follow keybinding in keybinding json json key ctrl p command runcommand args command command editor action clipboardpasteaction command type args tex...
microsoftvscode
extension description overflow in side by side pane
Bug
type bug the screenshot below pretty much sum it up open several extension in split screen and the description overlap vs code version code 1 81 1 universal 6c3e3dba23e8fadc360aed75ce363ba185c49794 2023 08 09t22 20 33 924z os version darwin x64 22 5 0 mode system info item valu...
microsoftvscode
restore terminal in editor area don t restore the current work directory from the previous session
Bug
type bug ensure terminal integrate defaultlocation editor be set open remote ssh session I m not sure whether this be actually require or not but I use vs code with remote session exclusively choose terminal create new terminal with profile select the appropriate profile and confir...
microsoftvscode
diff editor alignment issue
Bug
image I think there be still some problem sometimes the code be not align when I restart vscode it be solve but after compare two 2000 line file it break again originally post by zsfab in issuecomment 1683563312
microsoftvscode
can not close window use touch
Bug
type bug thank for awesome software open vs code on a touch enable windows box with or without extension try to touch the x at upper right to close it will not close moreover it will disable all vs code touch input until you mouse click inside somewhere vs code version code 1 81 1 6c3e3dba...
microsoftvscode
task take 1 second to stop attempt 2
Bug
do this issue occur when all extension be disabled yes vs code version 1 55 2 1 56 2 1 57 1 1 81 1 os version window 11 build 22621 2134 step to reproduce two year ago macromaniac report this issue show that in 1 62 2 even no op task take more than 1 second to stop he provide...
microsoftvscode
code new file ipynb and then save do not always honour the path of the new file
Bug
I try search for duplicate by google github vscode jupyter issue save new file create from terminal wrong path and look through the first few page of search result do this issue occur when all extension be disabled yes I try with code disable extension new file ipynb vs code version 1 81 ...
microsoftvscode
process manager do not expose process memory usage reliably
Bug
context image
microsoftvscode
vscode terminal send ctrl instead of alt
Bug
do this issue occur when all extension be disabled yes vs code version 1 80 0 os version window 10 step to reproduce 1 enable terminal integrate sendkeybindingstoshell 2 focus terminal and press alt and any arrow key I use fish key reader to see what the terminal be send ...
microsoftvscode
slow scroll search view
Bug
1 create a workspace with this file image this be the request logo svg 2 search for 2 0 in the search view 3 scroll through result and notice janky scrolling I ve attach the profile trace 20230816t104602 json txt the lcut function seem to be the culprit image
microsoftvscode
one particular jupyter notebook not respond after return
Bug
do this issue occur when all extension be disabled yes no since the problem happen with a jupyter notebook I ve disable all extenstion execept jupyter extension that haven t be update in month the main jupyter notebook itself old build python new version it still occur then version ...
microsoftvscode
notebook find replace instance do not increment to next match correctly
Bug
run on ventura 13 5 mac os version 1 80 2 universal commit 2ccd690cbff1569e4a83d7c43d45101f817401dc date 2023 07 27t21 05 41 366z electron 22 3 14 electronbuildid 22695494 chromium 108 0 5359 215 node js 16 17 1 v8 10 8 168 25 electron 0 os darwin arm64 22 6 0 ste...
microsoftvscode
hover overflow onto editor on the right
Bug
stable image insider image version version 1 82 0 insider commit 7a464d6069a39b7d0e63c3da453d43a53eea7495 date 2023 08 16t05 34 59 532z electron 25 5 0 electronbuildid 23084831 chromium 114 0 5735 289 node js 18 15 0 v8 11 4 183 29 electron 0 os darwin arm64 22 6 0
microsoftvscode
hover doesn t pick correct direction to open in and get small enough height wise to fit the incorrect direction
Bug
stable image insider image version version 1 82 0 insider commit 7a464d6069a39b7d0e63c3da453d43a53eea7495 date 2023 08 16t05 34 59 532z electron 25 5 0 electronbuildid 23084831 chromium 114 0 5735 289 node js 18 15 0 v8 11 4 183 29 electron 0 os darwin arm64 22 6 0
microsoftvscode
bracket pair colorizing fail in nest template string
Bug
type bug the follow line of code have a template placeholder getworld 5 1 123 2 two time on the top level of the template string and inside another template string inside a placeholder test hello getworld 5 1 123 2 getworld 5 1 123 2 ...
microsoftvscode
incorrect indentation when pass snippet string as argument in inline suggestion
Bug
do this issue occur when all extension be disabled yes vs code version 1 81 1 os version development do in macos ventura version 13 5 occur in all os use case we be currently use inline suggestion and the text that go in as the parameter be a snippetstre the snippet string be use...
microsoftvscode
keybinde for period display as less than in table view
Bug
do this issue occur when all extension be disabled yes version 1 81 1 commit 6c3e3dba23e8fadc360aed75ce363ba185c49794 date 2023 08 09t22 18 39 991z electron 22 3 18 electronbuildid 22689846 chromium 108 0 5359 215 node js 16 17 1 v8 10 8 168 25 electron 0 os linux x64 6 2 0...
microsoftvscode
debt clean the code relative to limit the width of the hover to the content inside
Bug
relative to currently the code be not clean we add what appear to be random pixel number to make the feature work the feature also do not work correctly sometimes when increase slowly the width of the hover the text do not appear fully in the hover
microsoftvscode
bug focus content hover disappear when leave the editor
Bug
focus content hover disappear when leave the editor whereas it should remain visible until unfocused
microsoftvscode
focus border not visible on toggle search action
Bug
a11ywcag2 1 a11ytcs a11ysev3 desktopapp win32 visual studio code client bm visualstudiocodeclient win32 aug2023 wcag2 4 7 ailimite focusvisible keyboard environment and os detail visual studio code insider version 1 82 0 microsoft window 11 enterprise 22h2 build 22621 1992...
microsoftvscode
view container with lazy content don t get restore as active
Bug
type bug when I move outline and timeline together to the secondary side bar then each time I open vscode the search panel show up by defaut in the activity bar instead of the explorer panel reset the layout or don t move both of they solve the problem thank you vs co...
microsoftvscode
add editorside option for terminal integrate defaultlocation
Help Wanted
when command create a new terminal window I prefer that they create a terminal in my editor area this feature be add in however with that option they will create a new tab in my current editor group obscure whatever I be work on I would prefer they to be place to the side instead of in the current group ...
microsoftvscode
editor playground
Bug
type bug I m review the feature in the editor playground in the error and warning section there be no suiggle highlight error and warning in the sample code f8 do not navigate through the code either it could be my native setting but this be a brand new install of vs code and I haven t configu...
microsoftvscode
shell integration nonce unavailable in unknown shell
Bug
do this issue occur when all extension be disabled yes no vs code version 1 82 0 insider os version linux x64 6 4 6 1 manjaro step to reproduce 1 create a terminal with a shell that do not officially support shell integration e g julia 2 check the value of the vscode nonce en...
microsoftvscode
interactive rebase commit msg can not be edit while do edit
Bug
type bug when use interactive and select edit the commit be wait for amend however change the commit message be not possible from gui image the current workaround be to use the command line git commit amend or do another interactive rebase later and choose reword vs code versi...
microsoftvscode
terminal link hover be not dismiss when the mouse be no long hover it after a buffer update
Bug
type bug the bug occur when I hover over a path in the terminal and after run a command the hover link appear right above the path do not disappear until I hover over the same path again vs code version code 1 81 0 6445d93c81ebe42c4cbd7a60712e0b17d9463e97 2023 08 02t12 37 13 485z os version window...
microsoftvscode
terminal color look weird when terminal ansiwhite be set to dbd7caee
Bug
do this issue occur when all extension be disabled yes vs code version 1 82 0 insider bf9c8105647b1e9d244f0f00155c21298e7554cf os version window 11 22h2 22621 1992 step to reproduce 1 add these configuration json workbench colorcustomization terminal foreground dbd...
microsoftvscode
notebook output wordwrap do not seem to affect output from all magic
Bug
do this issue occur when all extension be disabled no because I need the jupyter extension to use the notebook p vs code version 1 81 0 os version ubuntu 22 04 2 step to reproduce 1 put notebook output wordwrap true in setting json 2 create a notebook 3 add a cell that...
microsoftvscode
layout or display issue
Bug
do this issue occur when all extension be disabled yes no vs code version 1 81 0 os version window 64 step to reproduce 1 minimize the vs code window 2 try to publish a repo to github 3 encounter a layout or display issue within vs code that be affect the ability to interac...
microsoftvscode
add ability to remove rootnameshort in window title if rootnameshort be empty string
Bug
I have a workspace that be an empty space in vscode the title bar with this will look like I would like so that the title bar only show the file name in this case so just readme md in above case and in case of a workspace with some name like rust instead of below it should be ...
microsoftvscode
suggestion make executeselectionrangeprovider respect setting for editor smartselect
Help Wanted
do this issue occur when all extension be disabled yes no vs code version 1 81 0 os version macos late vs code expose a command call executeselectionrangeprovider this call provideselectionrange with selectleadingandtrailingwhitespace true selectsubword true l308 l317...
microsoftvscode
explorer excludegitignore stop at the first gitgnore file it find instead of walk up the tree to the git repo root
Bug
type bug repro recipe mkdir vscode gitignore cd vscode gitignore git init echo test directory gitignore mkdir vscode echo explorer excludegitignore true vscode setting json mkdir p subdir test directory touch subdir gitignore cd subdir git statu...
microsoftvscode
textmate grammar highlight doesn t match github linguist when end be never match
Bug
this be report at issuecomment 1613758553 dart highlighting on github doesn t handle unterminated triple backtick as expect vs code do handle it as expect however while debug this I ve become less certain that github be wrong and feel like vs code might be here s a trim down version of the gra...
microsoftvscode
focus another window while drag a file from the fileexplorer cause a treeerror
Bug
do this issue occur when all extension be disabled yes vs code version 1 81 0 os version window nt x64 10 0 19044 step to reproduce 1 start drag a file in the file explorer 2 focus another window either by press alt tab or hover over an application icon in the windows taskbar 3 ...
microsoftvscode
vscode force change the locale to en we utf 8 for git commit hook in dev container
Bug
do this issue occur when all extension be disabled yes no can not disable all extension because wsl and dev container be require to reproduce vs code version 1 80 1 os version window 11 22h2 wsl debian 12 bookworm podman python 3 11 slim bullseye base container step to reproduce ...
microsoftvscode
workspace file drop and paste into css file should be automatically format
Help Wanted
when a workspace file be drop or paste into a css file the result should be a format link if image 1 png be drop paste then the result in the editor should be url image png use the file s relative path
microsoftvscode
javascript debugger desync with hot module reloading
Bug
vs code version 1 81 0 os version win8 node 16 19 18 17 step to reproduce 1 create a new angular project 2 create a launch json file for set the chrome debugger 3 start the browser do a change in you editor add a new line add a breakpoint save it you might need to repeat th...
microsoftvscode
search in notebook perf issue when use ssh
Bug
I can confirm the search issue only happen with ssh remote and when the connection be not stable I ve try locally do the notebook as large as possible or with a notebook with problem when in remote and everything be fine I m sure the other issue come from the same cause in general I have many problem wi...
microsoftvscode
json validation not work for a large enough number
Bug
type bug when validate json against json schema if a large enough number have be enter the validation for that number will stop work produce error 15 digit seem to be work fine validation stop work after the 16th digit have be enter schema example schema i d pro...
microsoftvscode
accessibility problem decoration enable set must equally benefit screen reader user
Bug
type bug problem decoration enable be set to true by default which indicate file folder error and warning in explorer ctrl shift e view however this setting do not take any effect for screen reader user because the hint be add via title attribute and this be not recognizable by most screen reader te...
microsoftvscode
1 81 0 break indentation style
Bug
do this issue occur when all extension be disabled yes no vs code version 1 81 0 os version mac step to reproduce before this update in setting I have editorindentguide activebackground 798092 editorindentguide background 00000000 now with this new update ...
microsoftvscode
webviews don t respect accessibility unfocusedviewopacity
Bug
this setting work by inject some css here l37 l50 webviews aren t part of the regular dom structure though so I m not sure the good way to do this I try this but it didn t work css datum parent flow to element i d webview editor element webview not focus within filter opacity 0 ...
microsoftvscode
gutter show change on symlink file even if git scm say no change
Bug
type bug shell git version git version 2 34 1 mkdir test test cd test test git init initialize empty git repository in test git test touch file test mkdir folder cd folder test folder ln s file link test folder cd test git...
microsoftvscode
indent guide transparency affect active indent guide
Bug
do this issue occur when all extension be disabled yes no vs code version 1 81 0 os version macos ventura 13 2 1 step to reproduce 1 set editorindentguide activebackground1 to desire value e g 0f0 2 set editorindentguide background1 to a transparent value e g f000...
microsoftvscode
html attribute quote do not auto close in php file
Bug
do this issue occur when all extension be disabled yes vs code version 1 80 2 os version ubuntu 22 04 2 step to reproduce 1 create a new untitled file and change the language mode to php 2 set php editor autoclosingquote always in vs code setting 3 type
microsoftvscode
autoclose pair be represent as object and as array of string
Bug
do this issue occur when all extension be disabled yes no version 1 81 0 insider user setup commit 6445d93c81ebe42c4cbd7a60712e0b17d9463e97 date 2023 08 02t12 36 29 806z electron 22 3 18 electronbuildid 22689846 chromium 108 0 5359 215 node js 16 17 1 v8 10 8 168 25 electron 0...
microsoftvscode
cursor move to breakpoint when debug focus editor on break be turn off
Bug
do this issue occur when all extension be disabled yes vs code version version 1 80 2 user setup commit 2ccd690cbff1569e4a83d7c43d45101f817401dc date 2023 07 27t20 40 28 909z electron 22 3 14 electronbuildid 22695494 chromium 108 0 5359 215 node js 16 17 1 v8 10 8 168 25...
microsoftvscode
persistent background terminal hidefromuser true istransient false be kill on window reload
Bug
do this issue occur when all extension be disabled yes vs code version version 1 80 2 universal commit 2ccd690cbff1569e4a83d7c43d45101f817401dc date 2023 07 27t21 05 41 366z os version darwin arm64 22 5 0 step to reproduce via the extension api create a background terminal wit...
microsoftvscode
search result return much less than search maxresult with sible clause
Bug
1 make sure that you have the default search maxresult in your setting 20000 2 create a multi root workspace contain the vscode and vscode doc repo 3 search for str and put vscode extension ts in file to include 4 only show 1000 result before warn that it s a subset of re...
microsoftvscode
accessibility issue error message multiple issue
Bug
do this issue occur when all extension be disabled yes vs code version 1 80 2 os version window nt x64 10 0 22621 this be an accessibility issue the tool I use to test be accessibility insight for window along with system narrator step to reproduce 1 type something that can trig...
microsoftvscode
git pull interaction
Bug
type bug try pull from multiple repos at the same time in the same workspace it lock pull another repo while pull push to a repo vs code version code 1 80 2 2ccd690cbff1569e4a83d7c43d45101f817401dc 2023 07 27t20 40 28 909z os version window nt x64 10 0 19045 mode system info item ...
microsoftvscode
problematic notebook diff with nest repos
Bug
type bug step 1 create nest repos with structure bash git subdir git gitignore script py test ipynb outer repo track file bash subdir gitignore subdir script py subdir test ipynb inner repo track file bash ...
microsoftvscode
copy paste file in explorer paste in wrong folder
Bug
type bug 1 select multiple file in the same folder in the explorer tree I do so by click on one then shift or cmd click on other 2 right click on one of the select file and select copy 3 right click on another folder and select paste do not select it first expect result fil...