repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
microsoftvscode | bug miss telemetry diagnostic code for typescript diagnostic in telemetry datum base | Bug | today we have try to see what be the most common diagnostic code but the datum appear to be sometimes miss there be perhaps an error in how the datum be send |
microsoftvscode | be wsl vscode now hog the prompt | Duplicate | type bug vscode have start hog the prompt in wsl and not run as a background task can we please revert this behaviour vs code version code 1 82 2 abd2f3db4bdb28f9e95536dfa84d8479f1eb312d 2023 09 14t05 55 25 390z os version window nt x64 10 0 22621 mode remote os version linux x64 5 ... |
microsoftvscode | editor codeactionsonsave source sort json true error | Bug | do this issue occur when all extension be disabled yes no vs code version 1 83 0 os version macos sonoma step to reproduce 1 add the setting below json editor codeactionsonsave source sort json true the expect behaviour be to sort json file o... |
microsoftvscode | can not rename a jsx component | Question | do this issue occur when all extension be disabled yes vs code version 1 83 0 os version window 11 step to reproduce 1 give the follow jsx code jsx function page return function component return 2 click on the word component on line 2 and... |
microsoftvscode | break codeactionsonsave | Bug | do this issue occur when all extension be disabled yes no vs code version 1 83 0 os version step to reproduce with version 1 83 0 codeactionsonsave accept only an object unfortunately for my use case be deal breaker because I would like to apply format and sort before the lint ... |
microsoftvscode | vscode always replace symlink setting json | Bug | do this issue occur when all extension be disabled yes vs code version 1 83 0 e7e037083ff4455cf320e344325dacb480062c3c os version arch linux step to reproduce 1 ln s source setting json vscode user setting json 2 restart vscode 3 vscode user setting json be replace by vs... |
microsoftvscode | cpu peg after some build | Bug | several time a day my team be experience vscode run away with the cpu on osx require a force kill this always happen with the cmake plugin run and after a configure operation I finally capture the condition with the javascript debugger open and find that the method that be take all of the time be this l90 ... |
microsoftvscode | open quick text search with a selection should select the text in the input by default | Bug | step to reproduce set up a keybinding to launch quick text search open a diff editor select some text launch quick text search expect the text to be highlight image actual the text be not highlight image highlight it be good because if I don t want my selection to be use ... |
microsoftvscode | editor tab row hide when create file prompt be show | Bug | vs code version 1 83 0 stable os version window 11 step to reproduce 1 create a markdown file with a link to a non existent file 2 open markdown preview and click on the link a create file prompt be show in the editor region but the editor tab be push up underneath the title bar row ... |
microsoftvscode | focusedview be wrong when a webview be show | Bug | do this issue occur when all extension be disabled yes no vs code version 1 82 3 os version macos 13 5 step to reproduce 1 add focusedview to window title or inspect context key and find focusedview 2 open a webview in the sidebar for example the copilot lab extens... |
microsoftvscode | terminal find right click execution error | Bug | version 1 82 3 right click on the text input box |
microsoftvscode | toc show up while do search while workbench setting settingssearchtocbehavior set to hide | Bug | 1 on any os on the late stable or insider navigate to the setting editor 2 set workbench setting settingssearchtocbehavior to hide 3 clear the search query 4 search for a set 5 bug the toc still show up this issue start occur after the setting editor switch to use a split view to allow... |
microsoftvscode | paste image into markdown cell no long add a notebook attachment | Bug | I test on win11 win10 it work as long as you start a new workbook and don t save the jupyter notebook once you save the notebook your paste of image from the clipboard will no long be treat as inline attachment originally post by beckerben in discussioncomment 7180960 |
microsoftvscode | look for remote tunnel on fresh user startup | Bug | after start up vs code for the first time something strange appear in the status bar image click it then click the notification link the output open empty wait long enough and an error come up image |
microsoftvscode | keymap editor | Question | hi I use visual studio code as an ide and I m sorry if this have already be request I search in the issue but I can not find a way to easily customize the key binding if not by download a 3rd party extension be it possible to have a setting tab where all of the key mapping can be customize I like other ... |
microsoftvscode | vscode server fail when connection token start with a dash | Bug | do this issue occur when all extension be disabled yes vs code version 1 82 3 os version window 11 10 0 22621 n a build 22621 I have be try to use the remote tunnel in vscode to do some remote work but everytime when I try to connect it eventually fail with a websocket close with status code 1... |
microsoftvscode | angle bracket color become red incorrectly in typescript | Duplicate | when I use typescript with angled bracket spread across multiple line the color of the bracket change from blue blue to white red this happen in a ts file with no extension enable use the dark or dark modern theme image proper coloring when no line break image typescript ... |
microsoftvscode | error expect before token | Question | type bug include int main printf hello return 0 vs code version code 1 82 3 fdb98833154679dbaa7af67a5a29fe19e55c2b73 2023 10 02t10 51 22 294z os version window nt x64 10 0 19045 mode system info item value cpu intel r pentium r cpu g4560 3... |
microsoftvscode | default value should satisfy any requirement like 20 character limit | Bug | image the default name be long than the 20 character maximum this be awkward because I don t really care what the name should be I should be able to hit enter and a random name that satisfy whatever requirement be use |
microsoftvscode | issue with path expansion in vscode subprocess on macos | Bug | do this issue occur when all extension be disabled yes vs code version 1 82 3 os version ventura 13 6 this one be tricky to investigate and be impact the unity extension and c c dev kit scenario in that scenario vs code be start from one application use the macos open com... |
microsoftvscode | issue | Invalid | do this issue occur when all extension be disabled yes no vs code version os version step to reproduce 1 2 |
microsoftvscode | reload the window with active task briefly show they localize and then show the english version | Bug | repro 1 install and activate a non english language pack 2 open vscode repo 3 run default build task 4 reload window image |
microsoftvscode | can t get when clause contexts in code | Question | extension develop I can use vscode command executecommand setcontext xxx yyy to set myself context key value but I can t find getcontext command in I need this command to find insnippetmode value then I find source code it seem that there be no method to get a context item value on... |
microsoftvscode | theme colour apply to svg icon | Bug | type bug the flutter extension as well as many other extension put extra icon in the debug control now that the control can be place on the command center 192592 it seem that some of they break I don t know if this be something that the author should fix or it be due to the change in th... |
microsoftvscode | scss hover tooltip should show medium query | Help Wanted | currently the scss hover tooltip do not show medium query for example screenshot in a long css file I rely on the tooltip to understand which selector I be look at show the media query in the tooltip would be very helpful in case where the medium query be declare several line before this will avoid... |
microsoftvscode | false positive move | Bug | see for datum also here xqaaaakbcgaaaaaaaabbqqkhq5njdmjwa jy7siq9s7dnlzs5w mwj0fe1zcdrfc9ws9xqe0sje1jc2vkxhalfiw9vewsxw3yscxjpu1rgmsatbnyrna50vlhwwdon0yi7ifu0xj0cgyu1vrtgnkpmzzqcq1f9i f9ycvquj8hivuedk6xk10attm7g7vjcx4doxhnni1 colthaap9z blgpsvk3q mg4l7cop1sb h4 d0iqnzg6cr1pchmgmfdk9e4vupbplhzg5jvfh15amqkevsm... |
microsoftvscode | vscode workspace findfile and workspacefolder uri inconsistency regard windows driver letter | Bug | do this issue occur when all extension be disabled yes vs code version version 1 82 2 commit abd2f3db4bdb28f9e95536dfa84d8479f1eb312d date 2023 09 14t05 51 20 981z electron 25 8 1 electronbuildid 23779380 chromium 114 0 5735 289 node js 18 15 0 v8 11 4 183 29 electron ... |
microsoftvscode | queryselector be not work | Duplicate | type bug 1 queryselector be throw null for an element which be present in the html 2 if we use getelementbyid its work fine vs code version code 1 82 3 fdb98833154679dbaa7af67a5a29fe19e55c2b73 2023 10 02t10 49 50 455z os version linux x64 6 2 0 33 generic mode system info item va... |
microsoftvscode | show running extension start extension host profile button do nothing | Bug | do this issue occur when all extension be disabled yes vs code version 1 83 0 insider universal os version mac 13 4 1 22f82 step to reproduce 1 type cmd shift p developer show run extension 2 near the top right there s a circle icon hover over it show the tooltip st... |
microsoftvscode | open quick text search in a diff editor doesn t put select text in input | Bug | do this issue occur when all extension be disabled yes no vs code version os version step to reproduce 1 set up a keybinding to launch quick text search 2 open a diff editor 3 select some text 4 launch quick text search nothing in input image expect image |
microsoftvscode | fine tune clear alert | Bug | jooyoungseo rperez030 I ve just merge a pr that will alert clear when the terminal or chat history have be clear this win t be in insider s until late this week after our release fyi I notice that we handle this differently across component search say the search result have be clear d... |
microsoftvscode | unc path be not readable from an extension s worker thread | Bug | do this issue occur when all extension be disabled no vs code version 1 83 0 insider user setup os version window 11 step to reproduce 1 on a windows machine share a folder 2 add a single python file to that folder 3 clone the sample repo 4 debug the extension 5 open... |
microsoftvscode | tunnel serivice fail after several hour with error get authorization | Bug | do this issue occur when all extension be disabled yes no vs code version code v code 1 82 2 commit abd2f3db4bdb28f9e95536dfa84d8479f1eb312d laest as client os version ubuntu 2022 on server side window 11 on client side step to reproduce 1 take a vanilla ubuntu 2022 vm adn run... |
microsoftvscode | support uniform fix width date time format in render extension description view | Bug | when view the detail page for extension it would be more ideal if the publish release date would have an align date time format use lead zero in all date or time string part in vs code the current date format appear to be yyyy m d hh mm ss where the month or day win t have a lead zero the time for... |
microsoftvscode | workbench editor untitled hint migration be buggy | Bug | I have a set workbench editor untitled hint hide in my setting everytime I reload I see a set workbench editor empty hint hide be add this keep on happen the old setting be never remove record 2023 10 02 at 20 30 30 not sure if this should be a candidate sandy081 do this... |
microsoftvscode | revert lightbulb flicker when leave click on inline diff | Bug | 1 edit a file 2 view inline diff 3 click on the black lightbulb that show up on a line in the diff 4 bug context menu flicker |
microsoftvscode | notebook find replace corrupt notebook | Bug | type bug from 194629 1 in vscode repo with notebook search enable 2 search september 2023 or maybe october 2023 if we ve update milestone 3 add some replacement text and confirm the preview look good screenshot 2023 10 02 at 10 41 26 am 4 do the replacement bug so... |
microsoftvscode | integrate terminal not work correctly | Question | type bug problem description my integrate terminal be display the prompt incorrectly with all around and not interpreter as they should also the arrow key be no more do what they should and instead display their ascii sequence like a for uparrow I try everything I could to tackl... |
microsoftvscode | be not let I to compile and execute teh program and it be really basic | Question | type bug since yeserday I ve be have problem with header main and source file the file be in the same folder header and source file have the same name example funcion h and funcion cpp and the program be not allow I to run the code tell I that unable to start debug gdb fail with message not i... |
microsoftvscode | terminal overlay on terminal tab | Bug | 1 have two split terminal 2 run exit 1 in the right terminal 3 terminal xterm element overlay upon terminal tab image err can not read property of undefined read dimension typeerror can not read property of undefined read dimension at get dimension as dimension vscode... |
microsoftvscode | vscode task executetask error unexpected task do not exist after task terminate | Bug | type bug clone repro from and open project folder corrupt task run the repro extension from vscode open two folder in the workspace these will not be touch by the repro code the problem be encounterd in multi folder workspace and this just reproduce that environment run command run task ... |
microsoftvscode | mac remote ssh tmux select problem | Duplicate | type bug I recently start to have this problem I run tmux on a linux server I connect to from my mac mac option force selection option use to work properly but since a month or so it still highlight as if select while I m drag the cursor but deselect when I release the cursor so I can t copy it wo... |
microsoftvscode | loop code do not run frequently please help I | Question | type bug when I write code use other method it run smooth and bit fast but when I write my code use loop then the code execute very very very slow I be not abel to do coding please help I with this vs code version code 1 82 2 abd2f3db4bdb28f9e95536dfa84d8479f1eb312d 2023 09 14t05 55 25 390z os versi... |
microsoftvscode | loop | Duplicate | type bug when I write code use other method it run smooth and bit fast but when I write my code use loop then the code execute very very very slow I be not abel to do coding please help I with this vs code version code 1 82 2 abd2f3db4bdb28f9e95536dfa84d8479f1eb312d 2023 09 14t05 55 25 390z os versi... |
microsoftvscode | loop | Duplicate | type bug when I write code use other method it run smooth and bit fast but when I write my code use loop then the code execute very very very slow I be not abel to do coding please help I with this vs code version code 1 82 2 abd2f3db4bdb28f9e95536dfa84d8479f1eb312d 2023 09 14t05 55 25 390z os versi... |
microsoftvscode | drag editor tab onto pin tab bar container not work | Bug | this be a regression be introduce when fix a bug during testing week record 2023 10 02 at 12 15 20 |
microsoftvscode | extension host should not terminate unexpectedly if an uncaughtexception handler throw | Bug | the ocaml platform extension be register an uncaughtexception handler that rethrow the exception which would terminate the extension host eh shouldn t terminate on an exception from such a handler cc jrieken |
microsoftvscode | configure linter not support by any extension | Question | system do this issue occur when all extension be disabled yes version 1 82 2 commit abd2f3db4bdb28f9e95536dfa84d8479f1eb312d date 2023 09 14t05 51 20 981z electron 25 8 1 electronbuildid 23779380 chromium 114 0 5735 289 node js 18 15 0 v8 11 4 183 29 electron 0 os linux 2... |
microsoftvscode | setting editor overlap with editor group highlight | Bug | do this issue occur when all extension be disabled yes no vs code version os version the bottom of the set editor overlap with the border of the editor group image |
microsoftvscode | add a textedit to a completionitem from a language server cause vscode to display no suggestion | Question | do this issue occur when all extension be disabled n a vs code version v1 82 2 os version macos venture 13 0 1 22a400 step to reproduce 1 take a work language server that be return simple completionitem with with just a label and kind with no completion resolver 2 add t... |
microsoftvscode | setting pane be blank unless reload the window | Bug | do this issue occur when all extension be disabled yes vs code version 1 82 2 os version window 10 0 22621 2361 step to reproduce test |
microsoftvscode | remote explorer switch remote button not work | Bug | type bug for some reason I decide that hide the swich remote button be a good idea to repeat this 1 go to remote explorer section 2 hide the swich remote button 3 now how to show again 4 go to more option and select swich remote vscode display an interesting error vs code ... |
microsoftvscode | in vs code some css code be not norke like fist letter hover pls fix this | Question | do this issue occur when all extension be disabled yes no vs code version os version step to reproduce 1 2 tasklist task |
microsoftvscode | nodejs file module suggestion not work | Question | hello I m try to get suggestion of file tree inside require module but I get not suggestion I m use vsc on mac it work when I type the file name manually but I want it to suggest I automatically after I type any idea how I can solve it it use to work before but not anymore |
microsoftvscode | search exclude setting be not be respect in my workspace | Duplicate | do this issue occur when all extension be disabled yes no yes vs code version version 1 82 2 user setup commit abd2f3db4bdb28f9e95536dfa84d8479f1eb312d date 2023 09 14t05 55 25 390z electron 25 8 1 electronbuildid 23779380 chromium 114 0 5735 289 node js 18 15 0 v8 11 4 ... |
microsoftvscode | I save some program with java file but it s only show its class file pls fix it vs code version code 1 82 2 | Invalid | we have write the need datum into your clipboard because it be too large to send please paste |
microsoftvscode | scm autoreveal doesn t work property when a folder have multiple scm provider | Bug | do this issue occur when all extension be disabled yes no vs code version 1 82 2 os version macos monterey 12 6 step to reproduce 1 install any scm extension e g hg so you ll have multiple scm provider 2 git init hg init touch foo ts 3 in vscode select th... |
microsoftvscode | action to open quicktextsearch with previous query | Duplicate | if I use the quicktextsearch to search for the string hello then select a file from the picker I d love a way to reopen the quicktextsearch with hello pre fill and the same search result |
microsoftvscode | neo | Invalid | do this issue occur when all extension be disabled yes no vs code version os version step to reproduce 1 2 |
microsoftvscode | strange highlight in extension log level quickpick | Bug | type bug why be the warning row highlight here junk vs code version code insider 1 83 0 insider ccc9961c5b2d99af99d892ce9ec38dd054590d3f 2023 09 29t17 05 10 058z os version window nt x64 10 0 22621 mode |
microsoftvscode | typescript crash | Duplicate | type bug typescript crash 5 time and reload forever not work intellisense nothing vs code version code 1 82 2 abd2f3db4bdb28f9e95536dfa84d8479f1eb312d 2023 09 14t05 55 25 390z os version window nt x64 10 0 22621 mode remote os version linux x64 5 15 90 1 microsoft standard wsl2 system info i... |
microsoftvscode | notebook toolbar show within maximized bottom panel | Duplicate | type bug when I have a jupyter notebook ipynb tab open then open display the bottom panel usually to display terminal and the click button near top right of panel to maximize panel size I get a strip of the notebook toolbar show within the maximized bottom panel at the position the notebook toolb... |
microsoftvscode | when save new file with some content in a readonly directory vscode create an empty file instead | Bug | type bug 1 use the follow setting json file file readonlyinclude true 2 create temporary file with some content in editor image 3 save file somewhere on the computer image 4 the file create by vscode be empty this be a bug image vs ... |
microsoftvscode | zombie extension host run at 100 | Bug | over the last week I have see zombie process run at full cpu load when try to debug they via sigusr1 they die deepak1556 analyse a crash dump and see that this be because the eh be already in the process of shut down the previous point match the observation that no window report its eh as have crash... |
microsoftvscode | update extension require reload don t appear at top of extension view sometimes | Duplicate | description usually when extension that require reload appear at top of the extension view when I see a badge on the extension icon I open the extension view click on reload requrie on one of the extension at the top that require reload but sometimes extension aren t at the top version... |
microsoftvscode | computediff throw illegal value for linenumber | Bug | observe this error in dev console err illegal value for linenumber error illegal value for linenumber at u getlinemaxcolumn vscode file vscode app application visual 20studio 20code 20 20insiders app content resource app out vs workbench workbench desktop main js 731 116 at vscode file ... |
microsoftvscode | give ms python debugpy access to portsattribute proposal | Bug | the python debugger extension have adopt the portsattribute api to help we gain confidence in the api before finalization not grant that extension access to the api be an oversight |
microsoftvscode | html why be repeat by auto close tag | Bug | type bug good day I enter then then press leave arrow then enter th and character be repeat few time can not paste screenshot to show you but do not expect this anyways vs code version code 1 82 2 abd2f3db4bdb28f9e95536dfa84d8479f1eb312d 2023 09 14t05 55 25 390z os versi... |
microsoftvscode | start vs code | Question | type bug arch linux try to get vs code to find yarn berry package for intellisense vs code version code oss 1 82 0 8b617bd08fd9e3fc94d14adb8d358b56e3f72314 2023 09 11t16 30 45 959z os version linux x64 6 5 3 arch1 1 mode system info item value cpu intel r core tm ... |
microsoftvscode | can t use icon contribute use ttf file | Bug | do this issue occur when all extension be disabled yes vs code version 1 82 2 os version macos monterey 12 3 step to reproduce 1 create a ttf font file use select any icon and font character I have select g 2 update the package json to include the ttf file icon my... |
microsoftvscode | split task terminal on web fail with error | Bug | do this issue occur when all extension be disabled yes vs code version 1 82 2 os version window 10 step to reproduce 0 from a windows machine 1 in something like github codespace 2 create a task with a configuration like this version 2 0 0 task ... |
microsoftvscode | visual bug after create new terminal and adjust secondary sidebar size | Bug | type bug be look at a terminal splitview add a new terminal and then resize my secondary sidebar initial realization that something be wrong come when I be get incorrect rendering of currently active terminal at the upper right of the terminal view see small sc below log from devtool be attach ... |
microsoftvscode | verify fix revision to code action on save | Bug | test and new change from related to add back old boolean value since we revert the change for migration in addition to support new enum value this be for both code action in notebook and in the editor 1 find notebook codeactionsonsave or editor codeactionsonsave 2 test each enum s b... |
microsoftvscode | breadcrumb be limit to 6 item within a file | Question | do this issue occur when all extension be disabled yes no vs code version recent main 8b5719b3b65cc5ffd9145f5fca98ab225fd717d6 also v1 82 2 os version window 11 step to reproduce 1 just open any deeply nest file personally I use a jsonified version of the docker api spec 2... |
microsoftvscode | fix some issue | Invalid | real accept |
microsoftvscode | focus cell output with ctrl down do not visually select the output | Bug | find testing for issuecomment 1739961604 1 run a cell to get output 2 press ctrl down to focus the output bug visually it look like the cell container be focus |
microsoftvscode | comment editor height be incorrect when window be resize to be small | Bug | 1 resize window 2 start a comment 3 bug as you can see from the scrollbar the comment text doesn t fill the full editor image |
microsoftvscode | error ebusy resource busy or lock | Question | file to save html file unable to write file disk folder htmlfile unknown filesystemerror error ebusy resource busy or lock open disk folder htmlfile suddenly this error occur when I make change in the code and save |
microsoftvscode | setting be get update with language key separately if it be define already with multiple language key | Bug | extract from issuecomment 1739613430 setting be get update with language key separately if it be define already with multiple language key |
microsoftvscode | terminal accessible view open unexpectedly | Bug | 1 create a terminal 2 quickly use alt f1 3 the terminal accessible view open dynamic prompt datum be show |
microsoftvscode | response in progress audio cue loop forever sometimes | Bug | 1 with screen reader mode on in the inline chat type generate some test for this with a selection 2 in progress response audio cue play forever until I reload the window even though the response have come back |
microsoftvscode | folderopen task do not run in old codespace | Bug | report by bhavyau and joyceerhl 1 have an exist codespace which contain a task that run on folder open 2 open the codespace 3 the task do not get run add a task that run on folder open succeed in that same codespace |
microsoftvscode | autocomplete style in javascript | Question | good morning I recently start a javascript course use the self teach official documentation from firefox first and foremost I d like to express my gratitude to all the developer who contribute to this project both voluntarily and professionally I m new to this so please forgive I if I may be take up your... |
microsoftvscode | les aper u d image ne s affichent plus | Duplicate | type bug bonjour je ne peux plus voir les image que je meet des mes dossier j ai ce message d erreur error could not register service worker invalidstateerror fail to register a serviceworker the document be in an invalid state vs code version code 1 82 2 abd2f3db4bdb28f9e95536dfa84d8479f... |
microsoftvscode | profile icon selector popup close accidentally | Duplicate | the popup keep accidentally close on I I expect that when open a popup on click it will require a click again on the icon or outside the popup to close it not by hover outside it take very precise mouse control to move the cursor down and select an icon do this issue occur when all extension be disabled ... |
microsoftvscode | accessibility accessible view do not work for the first inline suggestion in a new line | Bug | type bug 1 enable copilot and auto inline suggestion 1 in test py type the follow comment in the first line and hit enter python create a bar plot 1 as soon as you hit enter to change a line you will hear an audio cue and alert for the inline suggestion such as import panda as pd... |
microsoftvscode | ella intelligent global network inc | Invalid | do this issue occur when all extension be disabled yes no vs code version os version step to reproduce 1 2 |
microsoftvscode | accessibility remove deprecate command from the terminal buffer help | Bug | type bug if you press alt f1 in the terminal buffer you will see terminal buffer related help at the bottom you will see the follow instruction access accessibility setting such as terminal integrate tabfocusmode via the preference open accessibility setting command note terminal integrate... |
microsoftvscode | regression codeaction on save be break | Bug | version 1 83 0 insider commit aad333b878b4cfce2f4152d48552fb6f980d7daf have the user set spec d below open src vs editor contrib stickyscroll test browser stickyscroll test ts remove the semicolon on line 29 save via cmd s semi column isn t insert editor codeactionsonsave ... |
microsoftvscode | clarify what always mean | Bug | the comment for editor codeactionsonsave always just say always trigger code action on save but that s not true because format on delay isn t a trigger reason this should be mention explicitly because other folk be confuse also the set name syntax could be use to link to the require setting |
microsoftvscode | kuch ni | Duplicate | type feature request bs bhai video call add krdena vs code version code 1 82 2 abd2f3db4bdb28f9e95536dfa84d8479f1eb312d 2023 09 14t06 00 27 244z os version darwin arm64 22 3 0 mode |
microsoftvscode | run a selection of code be not work while it run when the program be execute | Question | type performance issue I be use python ide when I run some part of my code I get error like nameerror syntaxerror but when the program be run as a whole the code execute as it should how do I fix it I d like to keep run portion of the program without necessarily execute the whole program section of... |
microsoftvscode | keep get a change on workspace open | Bug | I guess this a regression from have workspace set like below reload the window bug you get change in vscode setting json which be a spread of those compact setting before typescript javascript editor insertspace false editor defaultformatter vscod... |
microsoftvscode | chat view err error invalid range 1 0 | Bug | in one of my workspace I see no more chat the console show the stacktrace below the debugg stop like this err error invalid range 1 0 at new k offsetrange ts 48 10 at c g chatmodel ts 538 42 at chatmodel ts 525 65 at array map at c f chatmodel ts 524 1... |
microsoftvscode | crash report | Invalid | type bug crash report vs code version code 1 82 2 universal abd2f3db4bdb28f9e95536dfa84d8479f1eb312d 2023 09 14t05 59 47 790z os version darwin arm64 21 4 0 mode system info item value cpus apple m1 8 x 24 gpu status 2d canvas enabledcanvas oop rasterization enable ondir... |
microsoftvscode | vs code stop run react code | Question | type bug hi vs code stop automatically while run react code this happen frequently after this every time npm start command have to be give this issue be very annoying kindly check the issue and resolve asap vs code version code 1 82 2 abd2f3db4bdb28f9e95536dfa84d8479f1eb312d 2023 09 14t05 ... |
microsoftvscode | forcibly unsync | Invalid | type bug use a dirty usb on my system to sync all my mac vs code version code 1 82 2 abd2f3db4bdb28f9e95536dfa84d8479f1eb312d 2023 09 14t05 55 25 390z os version window nt x64 10 0 19041 mode system info item value cpu intel r pentium r cpu n3540 2 16ghz 4 x ... |
microsoftvscode | task allowautomatictask off doesn t work in workspace setting | Bug | I have a multiroot workspace that contain vscode and vscode copilot which have an auto run task I have task allowautomatictask off in my workspace config setting but when I reload the window the build task autorun anyway I think this be work early maybe not |
microsoftvscode | clear persistent task when task reconnection be disable | Bug | when one disable task reconnection the persistent task should get clear |
microsoftvscode | pende comment in a thread be restore as new thread | Bug | test 193104 1 have a pr comment 2 reply to the pr comment do not submit it 3 transfer that state to a different machine or reset your local state and then restore change from cloud 4 bug the pr comment show up as a new discussion thread rather than a reply to the exist comment |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.