repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
microsoftvscode | setting editor show dropdown at 0 0 sometimes | Duplicate | open setting editor find filter inlinechat showguttericon select something from the dropdown sometimes the dropdown show at 0 0 but not always |
microsoftvscode | terminal s sticky scroll shell integration doesn t handle cls well | Bug | vs code version 1 85 0 insider os version windows11 enable sticky scroll in terminal use terminal integrate stickyscroll enable true there be couple of issue I observe sometimes the output of prev command get s stick along with the new command as show in below image cmd git status image... |
microsoftvscode | screen wiggling when add breakpoint | Bug | select some code so the sparkle button show up press f9 to add a breakpoint the screen shift as the breakpoint appear then replace the sparkle icon a moment later record 2023 11 14 at 22 13 05 |
microsoftvscode | setting ui enum dropdown can show itself in the top left of the window | Bug | 1 click the dropdown caret 2 hover over an enum value 3 bug dropdown appear in top leave |
microsoftvscode | terminal sticky scroll can show up at the bottom of the terminal for task | Invalid | I think this be relate to sticky scroll update its position when the terminal be in the background repro 1 open vscode repo 2 open a terminal 3 ctrl cmd shift b image |
microsoftvscode | terminal sticky scroll cause brick the terminal | Bug | when I run several git command in quick succession I see this image code l207 l213 I be able to reproduce it by open a new terminal and run git status over and over |
microsoftvscode | terminal command navigation sticky scroll should scroll to partial command if the execute marker exist | Bug | repro 1 enable terminal sticky scroll 2 run git diff notice git diff show in sticky scroll 3 ctrl cmd up git diff be skip and it go to the command before that |
microsoftvscode | multiple cursor copilot when accept suggestion do not copy this across all the cursor instance | Duplicate | do this issue occur when all extension be disabled no require github copilot extension vs code version 1 84 2 os version ventura 13 5 1 step to reproduce 1 create multiple cursor 2 prompt copilot to give a response 3 accept response with tab maybe this be a desire behaviour but... |
microsoftvscode | view and more action button use aria role of presentation but shouldn t | Bug | element mark as presentational should not have global aria or tabindex to ensure all screen reader ignore they presentation role conflict in this case we want screen reader to be aware of they so we need to change the role to button |
microsoftvscode | button contain empty aria check | Bug | whether or not a button be checkable it currently have aria check which be an accessibility issue and violate accessibility standard |
microsoftvscode | stage change be always collapse | Bug | type bug git alwaysshowstagedchangesresourcegroup true anytime I stage change the stage change block of the scm be collapse and require I to manually expand it previously it would be expand vs code version code insider 1 85 0 insider 94959e85502687ec77e23eb0d4d4b1a827b919af 2023 11 14t05 4... |
microsoftvscode | add tab title display type configuration | Bug | when set workbench editor tabsize to fix the title of diff editor which be open by click item in timeline view will only show the title of the editor and I also need to see all of the editor name image |
microsoftvscode | open recent in new window | Question | type bug choose file open recent to open a recent project override the project open in the current window this be almost never what you want the project should always open in a separate window keep the exist one alive this would save the frustrutation of have to re open and re run the current projec... |
microsoftvscode | there be many problem | Invalid | we have write the need datum into your clipboard because it be too large to send please paste |
microsoftvscode | multi diff editor doesn t support horizontal scrolling | Bug | open multi diff editor try to scroll horizontally not possible |
microsoftvscode | code block contain unexpected lead and trail line | Bug | type bug install the late version of vscode insider create a markdown file with code block and preview it there be some weird element appear in the first and last row and I don t know how to remove they image vs code version code insider 1 85 0 insider 345c8d0927402d41f42402411d856eeec4... |
microsoftvscode | manage notification information for each plugin separately | Duplicate | some plugin frequently pop up notification so I be wonder if we could set the notification policy of a certain plugin to not prompt so that I don t have to miss other notification information due to the intrusion free mode and win t be disturb by the frequent pop up notification of a certain plugin |
microsoftvscode | progress bar be not below editor title anymore | Bug | see record 2023 11 14 at 05 43 21 |
microsoftvscode | search input box validation message position in correctly | Bug | do this issue occur when all extension be disabled yes no late insider |
microsoftvscode | use url prase cause an error | Question | do this issue occur when all extension be disabled yes no vs code version v1 79 0 os version win10 x64 node version v18 14 1 step to reproduce 1 write a service use url parse import url from url export class requestservice implement irequestservice getu... |
microsoftvscode | sticky scroll for treeview | Duplicate | aticky scroll editor sticky scroll have become an invaluable way to understand the place of the current syntactical construct in the source hierarchy in the current editor I miss it a lot in the explorer tree view for deep workspace like vscode itself there be some treadoff if the treeview be not high ... |
microsoftvscode | add support for read relative path in setting in code workspace file | Duplicate | when use notation in setting inside a code workspace file for eg folder path notpython not a python folder path python1 the python folder that contain pylintrc path ... |
microsoftvscode | focus not work anymore | Duplicate | vs code version 1 84 2 os version window 10 64 bit v 10 0 19045 c c extension v1 17 5 step to reproduce in task json in c folder in presentation focus be true it use to work but now it doesn t work for example it be very convenient when after ... |
microsoftvscode | ability to enable workspace extension by default | Duplicate | similar request to when add a new project folder it take a bit of time to disable extension for workspace it would be good if there be a way to disable an extension by default also when instal a new extension it get enable for all other project too which take time to disable for every project that... |
microsoftvscode | aux window drag and drop show invalid drop feedback outside window and sometimes fail on macos | Help Wanted | type bug testing 8171 on windows 11 I be disconcert to see the no drop pointer red circle red diagonal slash through it but when I drop the aux window open correctly vs code version code insider 1 85 0 insider 345c8d0927402d41f42402411d856eeec4013e5e 2023 11 13t05 39 23 476z os versio... |
microsoftvscode | two repository show when mark an unsafe repository safe | Bug | type bug 1 create a git repository on a unc path 2 open the folder in vs code 3 mark the repository as safe image 4 two repository will be show instead of one image the issue be ephemeral and only one repo show after reload the window image vs code version cod... |
microsoftvscode | cycle through suggestion do not always work | Bug | type es on 336 of l335 inline completion image setting editor quicksuggestions other inline comment off string off fyi joaomoreno |
microsoftvscode | after vsc upgrade source control diff inline do not show old line | Duplicate | type bug 1 modify a line in package json 2 click on package json line in source control 3 the inline view show only the new line not the old one 4 instead the split view show both line this problem do not happen with all file of the project only some of they vs code version code 1 84... |
microsoftvscode | add an option never for show inline suggestion toolbar | Help Wanted | inline suggestion toolbar current feature currently we can control when to show the inline suggestion toolbar by set editor inlinesugg showtoolbar to always or onhover which be define as follow always show the inline suggestion toolbar whenever an inline suggestion be show and... |
microsoftvscode | local host refuse to conect | Question | type bug my html and css code win t launch on any of my browser it keep say that the local host refuse to connect vs code version code 1 84 2 1a5daa3a0231a0fbba4f14db7ec463cf99d7768e 2023 11 09t10 51 52 184z os version window nt x64 10 0 22621 mode system info item value ... |
microsoftvscode | workbench editor showtab incorrect resource scope error | Bug | do this issue occur when all extension be disabled yes no vs code version 1 85 0 insider universal os version sonoma 14 0 description the set workbench editor showtab be either list incorrectly as available under the folder setting or be incorrectly show an error when set under the fo... |
microsoftvscode | color picker error disappear window | Bug | type bug I ve be have a problem with the color picker in vscode for some time now when try to select a color the popup disappear when click when I want to change the color again additional character number and bracket be add explanation in the video I ve already ask in discord group remove p... |
microsoftvscode | memory leak in menubar | Bug | do this issue occur when all extension be disabled yes vs code version 1 84 2 os version ubuntu 23 04 step to reproduce 1 open a vscode window 2 in the menu at the top click on file which open the menu 3 in the menu at the top click on file again which close the menu ... |
microsoftvscode | bad escaping of path for command revealfileino | Bug | do this issue occur when all extension be disabled yes vs code version 1 84 2 os version linux mint 21 2 cinnamon step to reproduce 1 open a new empty folder in vscode let s call it project folder 2 create a subfolder name abc 3 create a file within it let s call it... |
microsoftvscode | extension development console debug always log twice console log do not | Bug | do this issue occur when all extension be disabled yes vs code version 1 84 2 os version window 10 step to reproduce ts import as vscode from vscode export function activate context vscode extensioncontext console debug asdsd result image ... |
microsoftvscode | can use other profile as default profile | Duplicate | can use other profile as default profile |
microsoftvscode | feature request configuration set to open secondary side bar by default | Duplicate | body I would like to suggest a feature for visual studio code that allow user to configure the secondary side bar auxiliary bar to open by default when the editor start current behavior vs code do not offer a setting json configuration to set the default state of the secondary side bar it ... |
microsoftvscode | I can t edit in visual studio code | Question | type performance issue I can t edit in visual studio code anything I do visual studio code show I you can not edit vs code version code 1 84 2 1a5daa3a0231a0fbba4f14db7ec463cf99d7768e 2023 11 09t10 51 52 184z os version window nt x64 10 0 22635 mode connection to tanuj could not be establish we... |
microsoftvscode | copy b but paste a | Duplicate | do this issue occur when all extension be disabled yes vs code version vscode dev 1 84 2 os version window 10 step to reproduce video to reproduce the problem 1 copy and paste a file e g bug md 2 bug copy md will be create 3 f2 to try and rename any file e g... |
microsoftvscode | add name group for installed extension | Duplicate | I d like to be able to create name group or section on my instal extension list something like this example below image I currently have 70 extension instal and the only way to check which one I get be to search through all of they or type the name in the search bar image I think something lik... |
microsoftvscode | janela de core | Bug | type bug when insert for example a background color and I want to change the color use the option where there be all exist core tone transparency and color such a window some after 1 click thus have to click again for I to change something again until a few day ago it be work normally I didn t c... |
microsoftvscode | eval function | Question | type bug so when I use thonny I could input tuple and list but when I use eval function here there be always a type error or a name error vs code version code 1 78 2 universal b3e4e68a0bc097f0ae7907b217c1119af9e03435 2023 05 10t14 44 45 204z os version darwin arm64 20 6 0 mode sandboxe ... |
microsoftvscode | multi line prompt and command at the very top don t play nicely with sticky scroll | Bug | sticky scroll for the command above should not show here because the top line be on the next command git st image |
microsoftvscode | terminal sticky scroll obscure the scroll bar | Bug | image image image |
microsoftvscode | command navigation highlight can appear again when the window be unfocused | Bug | repro 1 run a command in terminal 2 ctrl cmd up a blue border should appear and disappear 3 focus another window the blue border reappear and doesn t go away image |
microsoftvscode | command navigation should highlight multi line command | Bug | current state in image the line contain b and d should also be highlight |
microsoftvscode | title bar min max close button area block the context menu | Duplicate | do this issue occur when all extension be disabled yes vs code version 1 84 2 os version window 10 step to reproduce 1 right click on title bar near the top right corner 2 see the context menu be block by min max close button trivium there seem to have a window experi... |
microsoftvscode | context view sometimes appear in top left corner | Bug | image if anyone have step how to reliably reproduce please speak up it seem to happen when invoke quick fix command in editor or in the explorer rename a file remove its name so that the input box be empty |
microsoftvscode | extension set menu not show | Duplicate | type bug I can t see extension tab in the set menu I just normally install vscode with vscodesetup x64 1 84 1 exe vs code version code 1 84 2 1a5daa3a0231a0fbba4f14db7ec463cf99d7768e 2023 11 09t10 51 52 184z os version window nt x64 10 0 22621 mode system info item value cpu 12th g... |
microsoftvscode | trouble with check50 cs50 problem 2022 python outdate | Invalid | I find help somewhere on github before when check50 be complain about something at that time I be prompt the user when I be not suppose to that hint get I pass the problem but I don t remember how I get there at this time the check 50 of outdate py be complain about october 9 1971 and september 8 1... |
microsoftvscode | no reconoce extensione js ts | Duplicate | type feature request aaaaaa vs code version code 1 84 2 1a5daa3a0231a0fbba4f14db7ec463cf99d7768e 2023 11 09t10 50 47 800z os version linux x64 6 2 0 36 generic snap mode |
microsoftvscode | koko | Duplicate | null |
microsoftvscode | run command in quick succession on window can cause sticky scroll to fill screen | Bug | look like this be relate to the polling to correct the prompt positioning in handlecommandstart overlap image |
microsoftvscode | command navigation may not navigate to all entry | Bug | I notice this behavior particularly when there be a lot of command in the buffer and cmd ctrl up or down be hold down record 2023 11 10 at 14 16 43 |
microsoftvscode | sparkle icon on editor gutter feel off in notebook | Bug | do this issue occur when all extension be disabled yes no |
microsoftvscode | can not scroll horizontally in new diff editor | Bug | no horizontal scroll bar and shift wheel doesn t work yet |
microsoftvscode | new diff editor doesn t react to resize | Bug | repro open new diff editor resize image |
microsoftvscode | error while play sound domexception play can only be initiate by a user gesture | Bug | 1 enable screen reader optimize mode 2 use vs code for a bit I think I run some command in the terminal 3 open dev tool see this error error while play sound domexception play can only be initiate by a user gesture playsound audiocueservice ts 125 |
microsoftvscode | new diff editor lack pad on peek view s close button | Bug | image |
microsoftvscode | new diff view header look very out of place | Duplicate | the light background and dark text on top doesn t fix the ui for dark theme image image maybe something more like the peek view would look well image |
microsoftvscode | multi diff editor doesn t resize | Duplicate | open multi diff editor resize the window of vscode bug the editor doesn t resize h scroll once the editor be resize relayoute |
microsoftvscode | scm view as tree regression for scms with versionable directory | Bug | type bug observe with a custom extension on a clearcase scm but can be easily reproduce with svn too probably with any scm that treat directory as versionable entity how to reproduce 1 install the svn extension I wish we could skip this step but git do not version directory so we can t reprodu... |
microsoftvscode | registercompletionitemprovider not register input in jsx tsx element classname or other attribute | Question | do this issue occur when all extension be disabled yes no vs code version 1 84 2 os version 12 5 1 step to reproduce 1 whenever I type edit a classname or any sort of attribute in a jsx or tsx component element my registercompletionitemprovider simply stop register what I be enter se... |
microsoftvscode | json sort document throw error on specific document | Bug | 1 create a foo color theme json file with the content below 2 run json sort document request json sort fail with message range create call with invalid argument object object object object undefine undefined foo color theme json hello hell... |
microsoftvscode | customize layout activity bar reset activity bar position | Duplicate | type bug switch activity bar to top position hide and unhide it via customize layout its a buggy experience and activity bar end up back on the left move activity bar to top right click activity bar activity bar position top click customize layout button top right ... |
microsoftvscode | cell with display application json output error right after open ipynb | Bug | originally report here |
microsoftvscode | usr share code bin code tunnel lib x86 64 linux gnu libc so 6 version glibc 2 29 not find | Duplicate | do this issue occur when all extension be disabled yes vs code version 1 84 1 os version debian 10 buster step to reproduce 1 run code serve web help on a machine with debian 10 or any machine that have glibc version 2 28 or low result code serve web hel... |
microsoftvscode | confuse ux for enable all extension | Duplicate | type bug 1 in extension view search builtin python 1 see list of python extension that I have previously disable 1 I now want to enable all of they so I select enable all extension from the extension view menu bug this end up enable all of my instal extension not just the visible on... |
microsoftvscode | hover sticky scroll when gpu acceleration be enable doesn t use correct highlight color | Bug | repro ensure gpuacceleration be on run a command and hover the sticky scroll notice there be 2 different color image |
microsoftvscode | terminal command navigation should highlight the whole prompt | Bug | ctrl cmd up in the terminal currently highlight only a single line image it should highlight the whole prompt exclude lead whitespace only line image |
microsoftvscode | bug in the version 1 84 1 | Bug | type bug problem in the native color palette it be remove when you finish click the color code pile up semicolon be remove and it give an error you can t choose color shade anything you can t work at all with the native palette note it be not a mistake of my extension I try with ve... |
microsoftvscode | terminal sticky scroll should work for the currently run command | Bug | repro 1 enable terminal sticky scroll 2 run some long running command that fill the viewport sticky scroll only show up when it s finish run image image |
microsoftvscode | Bug | when choose a color the window close by itself although everything work fine before | |
microsoftvscode | recent dynamic launch configuration in the debug sidebar drop down be confusing and it s not obvious how to remove they | Bug | from the drop down menu on the debug side bar I can choose a debugg type and select an automatic launch configuration after I ve do this that launch configuration show in the drop down list even after a restart image this confuse I and a user at issuecomment 1803736511 because it s not... |
microsoftvscode | last update cause color picker to disappear immediately after any color modification | Bug | do this issue occur when all extension be disabled yes bisect vs code version 1 84 1 user setup os version win 10 ltsc window nt x64 10 0 19044 step to reproduce 1 activate the color picker by hover over the hex code for instance during customization of your color scheme ... |
microsoftvscode | photo jpg | Question | type bug I be unable to access my gallery image on visual studio code when I create file photo jpg itsshowe an error vs code version code 1 83 1 f1b07bd25dfad64b0167beb15359ae573aecd2cc 2023 10 10t23 48 05 904z os version window nt x64 10 0 19045 mode system info item value ... |
microsoftvscode | single tab tab bar setting sometimes doesn t apply in zen mode | Bug | type bug choose view appearance tab bar single tab enter zen mode you will see multiple tab right click the tab bar and select the option under tab bar have no effect you can get un stick here by exit zen mode change tab bar back to mutlip... |
microsoftvscode | vscode url protocol do not open file in vs code late version on macos | Duplicate | type bug with the late version 1 84 1 browser link with the vscode protocol don t open file in vs code anymore on macos the already open instance of vs code do get focus when you click such a link in browser but the file do not get open it be work with the previous version vs code version ... |
microsoftvscode | comment thread input width be too small in vscode 1 84 1 | Bug | I have create a vscode extension which use the comment thread and the comment thread width be too small after the update this be work fine in version 1 79 here s a screenshot of the bug |
microsoftvscode | can not scroll in tmux when ssh to the server in a local integrate terminal | Bug | type bug 1 open a local project in vscode and open an integrate terminal 2 ssh to a server and attach to a tmux session 3 ctrl b and try to scroll the whole tmux window get scroll down and reveal history before attach the session image I only experience it when ssh to a server i... |
microsoftvscode | test explorer error ui bug | Bug | some ui bug I can not view the full error and the red box allow some text to clip outside of it |
microsoftvscode | problem whit rgba color selector | Bug | type bug hello I want to report a problem with color selection when select a color in the rgba color palette it automatically close and add the wrong code vs code version code 1 84 1 2b35e1e6d88f1ce073683991d1eff5284a32690f 2023 11 06t12 35 59 022z os version window nt x64 10 0 19045 mode... |
microsoftvscode | multi cursor autocomplete | Duplicate | consider a situation like this it would be a nice addition to the multi cursor feature if tab autocomplete work on every cursor |
microsoftvscode | invalid disassemble command from disassembly | Bug | in gotoinstructionandoffset method there be a request for disassembly but the instruction of interest be out of request range l342 await this loaddisassembledinstruction instructionreference 0 disassemblyview num instruction to load disassemblyview num instruction to load ... |
microsoftvscode | activity bar top position not make use of available space for icon | Duplicate | do this issue occur when all extension be disabled yes it seem like the logic to calculate the available space in the activity bar when at the top be wrong it s hide icon too early see video below vs code version 1 84 1 os version macos 13 5 1 step to reproduce 1 move the ... |
microsoftvscode | setting sync to microsoft hotmail account faile | Duplicate | type bug set up setting sync to a microsoft hotmail account fail with no account available just like 195532 the ticket be close as be fix in 1 84 it be not fix for I version 1 84 1 user setup commit 2b35e1e6d88f1ce073683991d1eff5284a32690f date 2023 11 06t12 35 59 022z electron 25 9 2 electr... |
microsoftvscode | lag | Duplicate | type performance issue from today I be face an issue my vs code in not work properly and it be lag vs code version code 1 84 1 2b35e1e6d88f1ce073683991d1eff5284a32690f 2023 11 06t12 35 59 022z os version window nt x64 10 0 22621 mode system info item value cpu intel r core tm ... |
microsoftvscode | mehr | Invalid | add I on so we can talk my username be mehr1974 |
microsoftvscode | scss error when parse container query with interpolation | Bug | do this issue occur when all extension be disabled yes vs code version 1 84 1 os version macos sonoma 14 1 step to reproduce I think this be potentially an issue with visual studio code s css language service please let I know if I m suppose to make the issue there instead of her... |
microsoftvscode | scss error when function inside keyframe | Bug | type bug it be similar to already fix but currently the failure be cause by function inside keyframe scss keyframe foo function bar return error message resource untitle 1 owner generate diagnostic collection name... |
microsoftvscode | prevent set sticky scroll at workspace level | Bug | sticky scroll add initially in verify 1 disable sticky scroll at user level 2 enable sticky scroll at workspace level 3 open a terminal 4 run a command such that sticky scroll would show 5 verify sticky scroll do not show |
microsoftvscode | aux window do not reset maximized panel when editor open in float window | Bug | do this issue occur when all extension be disabled yes vs code version version 1 85 0 insider universal commit 7771124ebd6b7f6e60da14d744961b717b73282f date 2023 11 08t05 36 07 740z 6 hrs ago os version macos sonoma 14 0 arm step to reproduce 1 open vs code insider 2... |
microsoftvscode | integration test crash | Duplicate | ref |
microsoftvscode | string auto completion glitch | Duplicate | do this issue occur when all extension be disabled yes vs code version version 1 84 1 commit 2b35e1e6d88f1ce073683991d1eff5284a32690f date 2023 11 06t12 37 31 808z electron 25 9 2 electronbuildid 24603566 chromium 114 0 5735 289 node js 18 15 0 v8 11 4 183 29 electro... |
microsoftvscode | color palette close on click while toggele to different color option rgb hsl hex | Bug | type bug just enter any color and try to toggle to different color option vs code version code 1 84 1 2b35e1e6d88f1ce073683991d1eff5284a32690f 2023 11 06t12 35 59 022z os version window nt x64 10 0 19045 mode system info item value cpu intel r core tm i5 10600k cpu ... |
microsoftvscode | underscore in python code | Question | vs code version 1 84 1 os version macos step to reproduce when I type python code I have some code that be underscore and I do not why I have instal the package cf picture thx |
microsoftvscode | nearby quick fix not show for import | Bug | do this issue occur when all extension be disabled yes no vs code version os version step to reproduce 1 in python |
microsoftvscode | vscode file home url don t work correctly on ubuntu 23 10 | Duplicate | do this issue occur when all extension be disabled yes vs code version 1 84 1 2b35e1e6d88f1ce073683991d1eff5284a32690f x64 os version 23 10 step to reproduce I try to open my file form browser use this type of link vscode file home iqbal site golderp resource view backend layout... |
microsoftvscode | keyboard shortcuts don t work sometimes after recent update | Duplicate | type bug I be on kubuntu 22 04 after upgrade to vscode 1 84 0 d037ac076cee195194f93ce6fe2bdfe2969cc82d ctrl shift e ctrl shift x ctrl shift g binding stop to work they don t work only when workbench activitybar location hide when I set workbench activitybar location to the side value ... |
microsoftvscode | editor action in title do not seem to work | Bug | step begin with multi tab show open an editor hide tab bar action move to the top close editor open same editor action be not visible anymore there be just a |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.