id
stringlengths
4
10
text
stringlengths
4
2.14M
source
stringclasses
2 values
created
timestamp[s]date
2001-05-16 21:05:09
2025-01-01 03:38:30
added
stringdate
2025-04-01 04:05:38
2025-04-01 07:14:06
metadata
dict
523459073
An error occurs when importing document into Mongo DB collection OS: Windows Build Version: 20191114.1 Repro Steps: F1->Cosmos DB: Import Document into a Collection->Select a .json file->Select one Mongo DB collection. Check the result. Expect: Import the document into Mongo DB collection successfully. Actual: An e...
gharchive/issue
2019-11-15T13:05:09
2025-04-01T04:35:03.467926
{ "authors": [ "nturinski", "v-ruizh", "wwlorey" ], "repo": "microsoft/vscode-cosmosdb", "url": "https://github.com/microsoft/vscode-cosmosdb/issues/1242", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1041658234
fix: change user before run go get/install change user before run go get/install to avoid permission denied on /go/pkg/mod/cache. go: writing go.mod cache: mkdir /go/pkg/mod/cache/download/go.uber.org: permission denied go: writing go.mod cache: mkdir /go/pkg/mod/cache/download/go.uber.org: permission denied Another...
gharchive/pull-request
2021-11-01T21:25:45
2025-04-01T04:35:03.475733
{ "authors": [ "Chuxel", "giautm" ], "repo": "microsoft/vscode-dev-containers", "url": "https://github.com/microsoft/vscode-dev-containers/pull/1150", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2610944368
Module resolution not working With regular import: (Config breaks. Nothing works [just a few tsc sqigglies]) With manual import: Plugins like neostandard and @eslint/FlatCompat cause this extension to not work upon import (even without configuring the imported function), which are now imperative if you're transitio...
gharchive/issue
2024-10-24T09:08:57
2025-04-01T04:35:03.499879
{ "authors": [ "dbaeumer", "whaaaley" ], "repo": "microsoft/vscode-eslint", "url": "https://github.com/microsoft/vscode-eslint/issues/1942", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1362562160
Some actions in vega viewer do not work The following actions do not work in vega viewer: View Source Open in Vega Editor Thoughts: Do we know how many try using this feature? What if we were to just disable these two in the custom renderer? They have been disabled, Testing instructions: Install latest VS Code...
gharchive/issue
2022-09-06T00:19:13
2025-04-01T04:35:03.516630
{ "authors": [ "DonJayamanne" ], "repo": "microsoft/vscode-jupyter", "url": "https://github.com/microsoft/vscode-jupyter/issues/11294", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1446093448
notebook controller is disposed when Interactive window is opened quickly after vs code reload repro steps: open a python script and add a # %% cell reload vs code run the cell before the Discovering Python Interpreters status item finishes if that succeeds, wait until it finishes and run the cell again (otherwise t...
gharchive/issue
2022-11-11T23:23:48
2025-04-01T04:35:03.519436
{ "authors": [ "DonJayamanne", "amunger" ], "repo": "microsoft/vscode-jupyter", "url": "https://github.com/microsoft/vscode-jupyter/issues/11998", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1470896443
Clarify Working with Python setup In the README.md section Working with Python there's this cryptic step: Since not working with Python, make sure to have a Jupyter kernelspec that corresponds to the language you would like to use installed on your machine. What does this mean? Let's clarify this from the perspecti...
gharchive/issue
2022-12-01T08:33:17
2025-04-01T04:35:03.521357
{ "authors": [ "DonJayamanne", "joaomoreno" ], "repo": "microsoft/vscode-jupyter", "url": "https://github.com/microsoft/vscode-jupyter/issues/12258", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1856261833
Connecting to a distant jupyter server is no longer working Applies To [ ] Notebooks (.ipynb files) [ ] Interactive Window and/or Cell Scripts (.py files with #%% markers) What happened? I've been working on a jupyter server with vscode since some time, through a distant-machine vscode server. I had to reset my (co...
gharchive/issue
2023-08-18T08:05:00
2025-04-01T04:35:03.530427
{ "authors": [ "DonJayamanne", "Tenivar", "ntezak" ], "repo": "microsoft/vscode-jupyter", "url": "https://github.com/microsoft/vscode-jupyter/issues/14151", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2218662286
timeout errors from jupyter extension only in OSS, might be fixed in latest
gharchive/issue
2024-04-01T16:57:17
2025-04-01T04:35:03.531426
{ "authors": [ "amunger" ], "repo": "microsoft/vscode-jupyter", "url": "https://github.com/microsoft/vscode-jupyter/issues/15454", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2318161063
jupyter Environment data VS Code version: XXX Jupyter Extension version (available under the Extensions sidebar): XXX Python Extension version (available under the Extensions sidebar): XXX OS (Windows | Mac | Linux distro) and version: XXX Python and/or Anaconda version: XXX Type of virtual environment used (N/A | ...
gharchive/issue
2024-05-27T03:42:23
2025-04-01T04:35:03.533989
{ "authors": [ "DonJayamanne", "radhikaraiur" ], "repo": "microsoft/vscode-jupyter", "url": "https://github.com/microsoft/vscode-jupyter/issues/15720", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
806744267
Synchronously import zmq Today we have a lot of async code in a numer of places to check if zmq is supported. However for some reason this is async. We can make this sync & the code will be simpler. Validated.
gharchive/issue
2021-02-11T21:10:32
2025-04-01T04:35:03.534670
{ "authors": [ "DonJayamanne", "IanMatthewHuff" ], "repo": "microsoft/vscode-jupyter", "url": "https://github.com/microsoft/vscode-jupyter/issues/4764", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
984394356
Debugging cells in the interactive window will show the 'temp hashed file' if you restart the kernel Latest stable Repro steps: Open py file with a bunch of cell delimiters Send a cell to the interactive window Restart the kernel Debug a cell This will come up: @rchiodo I can't repro this in Insiders now, can yo...
gharchive/issue
2021-08-31T22:42:21
2025-04-01T04:35:03.536947
{ "authors": [ "joyceerhl", "rchiodo" ], "repo": "microsoft/vscode-jupyter", "url": "https://github.com/microsoft/vscode-jupyter/issues/7366", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1426518089
didChange is being sent before didOpen This seems to be causing the issue mentioned here: https://github.com/BetterThanTomorrow/calva/issues/1900. The spec says: Before a client can change a text document it must claim ownership of its content using the textDocument/didOpen notification. I do see that the time is t...
gharchive/issue
2022-10-28T02:20:41
2025-04-01T04:35:03.540750
{ "authors": [ "bpringe", "dbaeumer" ], "repo": "microsoft/vscode-languageserver-node", "url": "https://github.com/microsoft/vscode-languageserver-node/issues/1105", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
984397369
fix import of jsonrpc module fix https://github.com/microsoft/vscode-languageserver-node/issues/759 Thanks!
gharchive/pull-request
2021-08-31T22:47:22
2025-04-01T04:35:03.541729
{ "authors": [ "dbaeumer", "link89" ], "repo": "microsoft/vscode-languageserver-node", "url": "https://github.com/microsoft/vscode-languageserver-node/pull/805", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1889636245
Document Default Interpreter The mypy-type-checker.interpreter setting is helpfully documented in the README: Path to a python interpreter to use to run the linter server. The default value is [], but it isn't immediately clear what interpreter is used in this case. For instance, is python.defaultInterpreterPath us...
gharchive/issue
2023-09-11T04:30:29
2025-04-01T04:35:03.551146
{ "authors": [ "Kurt-von-Laven", "karthiknadig" ], "repo": "microsoft/vscode-mypy", "url": "https://github.com/microsoft/vscode-mypy/issues/144", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
711114000
PR views: do not use inline actions From @isidorn Currently the PR extension uses inline actions for the following cases that I could find PULL REQUESTS: Open Pull Request Description to the Side ISSUES: Start Work on Issue and Open Issue Might there be more I am missing? My suggestion: to make the whole view experie...
gharchive/issue
2020-09-29T13:29:52
2025-04-01T04:35:03.552853
{ "authors": [ "alexr00" ], "repo": "microsoft/vscode-pull-request-github", "url": "https://github.com/microsoft/vscode-pull-request-github/issues/2179", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
739385417
Don't show "Pull" notification if it looks like the branch has been rebased If a PR branch has been rebased, executing a pull could be quite destructive. We should try to detect if it looks like the current branch has been rebased (probably by comparing the set of commit to see if there are changed ones in common via...
gharchive/issue
2020-11-09T21:45:31
2025-04-01T04:35:03.554380
{ "authors": [ "eamodio" ], "repo": "microsoft/vscode-pull-request-github", "url": "https://github.com/microsoft/vscode-pull-request-github/issues/2267", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
766760709
PR sidebar view not activated When opening a PR in Codespaces (Web), the PR view isn't activated in the sidebar. Extension version: v2020.12.19262 How to replicate Open a PR in a Codespace (Web) What happens The first file with changes is opened in the diff view, but the PR view is not activated in the sidebar. What ...
gharchive/issue
2020-12-14T17:44:08
2025-04-01T04:35:03.556691
{ "authors": [ "RMacfarlane", "burkeholland" ], "repo": "microsoft/vscode-pull-request-github", "url": "https://github.com/microsoft/vscode-pull-request-github/issues/2325", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1681216532
Extensions says I'm not signed into Github when I'm actually signed in already Extension version: v0.62.0 (latest stable from marketplace) VSCode Version: Version: 1.77.3 Commit: 704ed70d4fd1c6bd6342c436f1ede30d1cff4710 Date: 2023-04-12T09:16:52.732Z Electron: 19.1.11 Chromium: 102.0.5005.196 Node.js: 16.14.2 V8: ...
gharchive/issue
2023-04-24T12:55:21
2025-04-01T04:35:03.559276
{ "authors": [ "artificial-intelligence" ], "repo": "microsoft/vscode-pull-request-github", "url": "https://github.com/microsoft/vscode-pull-request-github/issues/4762", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
609020946
Add inline action for start working And a few linting errors Fixes #1717 @misolori here are the icons I picked for starting and stopping working. What do you think? Hmm...the check is often used for "done" or "active" so it feels a bit odd here. You could use the pencil though that could imply editing the issue ...
gharchive/pull-request
2020-04-29T12:33:55
2025-04-01T04:35:03.562190
{ "authors": [ "RMacfarlane", "alexr00", "misolori" ], "repo": "microsoft/vscode-pull-request-github", "url": "https://github.com/microsoft/vscode-pull-request-github/pull/1718", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
563582105
Formatting adds an extra new line in some cases Note this is not a dup of https://github.com/microsoft/vscode-python/issues/1877. Cause of both issues mentioned below is likely the same. Have a file where the last line needs formatting 1 print ("yes") 1. BLACK FORMATTER Formats document with black Actual behavi...
gharchive/issue
2020-02-11T23:09:43
2025-04-01T04:35:03.566253
{ "authors": [ "chdsbd", "karrtikr" ], "repo": "microsoft/vscode-python", "url": "https://github.com/microsoft/vscode-python/issues/10060", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
679254957
Opening a notebook for the first time is overwhelming Environment data VS Code version: 1.48.0-insider Extension version (available under the Extensions sidebar): v2020.8.101144 OS and version: macOS 10.15.6 (19G73) Python version (& distribution if applicable, e.g. Anaconda): Python 2.7.17 64-bit Type of virtual e...
gharchive/issue
2020-08-14T16:04:15
2025-04-01T04:35:03.570455
{ "authors": [ "DavidKutu", "greazer", "karthiknadig", "misolori" ], "repo": "microsoft/vscode-python", "url": "https://github.com/microsoft/vscode-python/issues/13437", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
695814222
Automatic scroll-to-bottom for Python Interactive Window (PIW) It would be very helpful if the PIW automatically scrolled to the bottom whenever new code is run. This is how terminals and consoles normally function, and I always get a little frustrated when I run code but then have to manually scroll all the way to t...
gharchive/issue
2020-09-08T12:07:55
2025-04-01T04:35:03.572068
{ "authors": [ "juandpinto", "rchiodo" ], "repo": "microsoft/vscode-python", "url": "https://github.com/microsoft/vscode-python/issues/13826", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
876961840
Discovery process never stops on main branch Add "python.logging.level": "info" user setting, activate the extension and open the Python output channel. You'll see us continuously attempt to discover interpreters and never stop. https://github.com/microsoft/vscode-python/issues/16151 is likely because of this. cc @ka...
gharchive/issue
2021-05-06T00:22:13
2025-04-01T04:35:03.573850
{ "authors": [ "karrtikr", "karthiknadig" ], "repo": "microsoft/vscode-python", "url": "https://github.com/microsoft/vscode-python/issues/16160", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
491820572
Add telemetry for existence of project files It would be interesting to be able to preconfigure settings based on the existence of Python project files. E.g. if a user opens a Visual Studio Python Project, or PyCharm project, in VS Code, we could make use of these settings in those files to configure their settings i...
gharchive/issue
2019-09-10T18:07:17
2025-04-01T04:35:03.574756
{ "authors": [ "gramster", "karrtikr" ], "repo": "microsoft/vscode-python", "url": "https://github.com/microsoft/vscode-python/issues/7312", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
547902111
It displays "..." in Watch/Locals debugger windows with native code debug. Environment data Build of Visual Studio: 16.5.0 Preview 2.0 [29709.165.master] Build of Python Package: 16.5.19345.1 Expected behavior This is the correct display. Actual behaviour It displayed Python View and C++ view results after we right ...
gharchive/issue
2020-01-10T07:01:53
2025-04-01T04:35:03.577144
{ "authors": [ "linette-zyy" ], "repo": "microsoft/vscode-python", "url": "https://github.com/microsoft/vscode-python/issues/9508", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
606374918
check for empty array of workspaces when getting rootpath For #11291 [x] Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR). [x] Title summarizes what is changing. [x] Has a news entry file (remember to thank yourself!). [ ] Appropriate comments and documentation str...
gharchive/pull-request
2020-04-24T14:55:15
2025-04-01T04:35:03.581286
{ "authors": [ "IanMatthewHuff", "ganxy1028" ], "repo": "microsoft/vscode-python", "url": "https://github.com/microsoft/vscode-python/pull/11388", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
547096610
pass figure_formats as a set (#9425) Port of: https://github.com/microsoft/vscode-python/pull/9425 To release branch [ ] Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR) [ ] Title summarizes what is changing [ ] Has a news entry file (remember to thank yourself!) [...
gharchive/pull-request
2020-01-08T20:54:34
2025-04-01T04:35:03.594396
{ "authors": [ "IanMatthewHuff", "codecov-io" ], "repo": "microsoft/vscode-python", "url": "https://github.com/microsoft/vscode-python/pull/9452", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2277518513
Shared vscode dev link is not opening the file in the shared link Open insiders.vscode.dev with vscode-docs repo Open v1_89.md Share the file using vscode.dev link Paste the link in another browser Eg: https://insiders.vscode.dev/github.com/microsoft/vscode-docs/blob/main/release-notes/v1_89.md#1 🐛 File is not ope...
gharchive/issue
2024-05-03T11:51:03
2025-04-01T04:35:03.662101
{ "authors": [ "joyceerhl", "sandy081" ], "repo": "microsoft/vscode-remote-repositories-github", "url": "https://github.com/microsoft/vscode-remote-repositories-github/issues/446", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
646874234
markdown footnote display error Issue Type: Bug 1.The built-in markdown previewer can't display Chinese in footnote content. for example: demo text with footnote [^1] [^1]: if the text here is Chinese,the footnote will display some % , some numbers and Uppercase letter. 2.when the footnote content contain whitespace,...
gharchive/issue
2020-06-28T08:50:09
2025-04-01T04:35:03.674916
{ "authors": [ "cheapw", "mjbvz" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/101221", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
680154300
"JetBrains Mono" setted to editor.fontFamily stop working. Issue Type: Bug Install on your system jetbrains mono font. (ttf-jetbrains-mono on my archlinux). Set in your settings.json: "editor.fontFamily": "JetBrains Mono" Open a file. The font isn't rendered. Before the update it worked. VS Code version: Code 1.48....
gharchive/issue
2020-08-17T11:14:26
2025-04-01T04:35:03.688272
{ "authors": [ "dlagg", "hiredtocode" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/104809", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
682516203
Extension host keeps crashing! VSCode Version:1.48.0(user setup) OS Version: Windows 10 Enterprise Steps to Reproduce: It's random. It feels like a freeze than my i7 cpu starts to heavily load and fans are blowing than it crashes and I need to restart the host. Does this issue occur when all extensions a...
gharchive/issue
2020-08-20T08:12:05
2025-04-01T04:35:03.692255
{ "authors": [ "dkok1988", "isidorn", "philsherry" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/105057", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
728301966
Can't use Git Windows when project is opened in remote WSL VSCode Version: 1.50.1 OS Version: Linux x64 4.4.0-18362-Microsoft (WSL1 on Windows 10) Open a remote project in VisualStudioCode Try git commands in GitBash or actions in GitGui Enjoy the error message: Rename from 'C:/workspace/myproject/.git/index....
gharchive/issue
2020-10-23T15:15:29
2025-04-01T04:35:03.698709
{ "authors": [ "joaomoreno", "ymoreau" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/109242", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
745051275
Hidden menu bar stays shown when mnemonics are used VSCode Version: 1.51.1 OS Version: Linux x64 5.4.77-1-lts Steps to Reproduce: Set window.menuBarVisibility to "hidden" Set window.enableMenuBarMnemonics to true → menu is now hidden Press Alt + F → menu is now show and File is deployed press Esc twice to clo...
gharchive/issue
2020-11-17T20:09:28
2025-04-01T04:35:03.702298
{ "authors": [ "Azorlogh", "deepak1556", "sbatten" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/110822", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
785856472
Uncrustify not shown in the extension marketplace VSCode Version: 1.52.1 Commit: ea3859d4ba2f3e577a159bc91e3074c5d85c0523 Date: 2020-12-16T16:32:10.090Z Electron: 9.3.5 Chrome: 83.0.4103.122 Node.js: 12.14.1 V8: 8.3.110.13-electron.0 OS Version: ubuntu 20.04 (5.8.0-36-generic) Steps to Reproduce: 1.Open extens...
gharchive/issue
2021-01-14T10:08:42
2025-04-01T04:35:03.708400
{ "authors": [ "IllusionMH", "picatostas" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/114344", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
842671772
[simple browser] icons are broken in firefox Originally reported in Gitpod: https://github.com/gitpod-io/gitpod/issues/3474 But I can reproduce in Codespaces with latest Firefox as well: @mjbvz seems like a simple browser issue, codicons in the screenshot above appear to have been loaded.
gharchive/issue
2021-03-28T06:05:52
2025-04-01T04:35:03.710229
{ "authors": [ "akosyakov", "misolori" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/120036", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
848339521
wsl terminal There is no support for multilingualism I will pull merge request wsl -l -q Duplicate of #120321 it seems to be solved with this PR https://github.com/microsoft/vscode/pull/120382 Duplicate of #120321 This should be fixed in Insider's
gharchive/issue
2021-04-01T10:26:31
2025-04-01T04:35:03.713220
{ "authors": [ "lengyuxuan", "meganrogge", "mpasteur", "takapiro99" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/120333", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
925363433
[css] Color picker for css variables Currently vs code color picker doesn't display color picker on hover for a color picker where css variable is used. E.g. color: hsl(0, 0%, 0%) ^Works But, --hue-color: 250 color: hsl(var(--hue-color), 0%, 0%) ^Doesn't work. Is there a way to make it work? If the feature is n...
gharchive/issue
2021-06-19T10:13:35
2025-04-01T04:35:03.715870
{ "authors": [ "baymac" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/126733", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
930756635
Add support for OSC 8 hyperlinks Support for in-terminal hyperlinks was recently added to Microsoft Terminal. We should support these in the VSCode terminal too! https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda Related issues: https://github.com/microsoft/terminal/issues/204 https://github.com/...
gharchive/issue
2021-06-26T17:29:21
2025-04-01T04:35:03.718423
{ "authors": [ "Tyriar", "pd93" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/127229", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
931074730
[TestUI] UI Display should clear timing display and tooltips when "clear data" is run Issue Type: Bug @connor4312 Example (clear data was run but Basic.Tests.ps1 still shows 0.0ms and whatnot) VS Code version: Code - Insiders 1.58.0-insider (49e1f9919880c1c96004f9b6ad91bcee7a94a1bd, 2021-06-25T05:14:20.119Z) OS ver...
gharchive/issue
2021-06-28T01:17:15
2025-04-01T04:35:03.739374
{ "authors": [ "JustinGrote" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/127279", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
943736447
Closing File freezes VSCode for a second Issue Type: Performance Issue Just close a File - see issue. VS Code version: Code 1.58.0 (Universal) (2d23c42a936db1c7b3b06f918cde29561cc47cd6, 2021-07-08T06:54:17.694Z) OS version: Darwin arm64 20.5.0 Restricted Mode: No System Info Item Value CPUs Apple M1 (8 x 24) ...
gharchive/issue
2021-07-13T18:55:22
2025-04-01T04:35:03.763088
{ "authors": [ "BerkeAras", "deepak1556", "kieferrm" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/128567", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
958458190
rename using F2 Issue Type: Bug I selected an html div tag and then pressed F2 key to rename the tag along with its closing tab, after entering a new name suddenly all div tags in all of my files in my project renamed to the new name. That was so wierd and critical bug. Fortunately I was using git VCS and I could und...
gharchive/issue
2021-08-02T19:53:03
2025-04-01T04:35:03.775052
{ "authors": [ "aeschli", "mjbvz", "mogaozq" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/129991", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1132207784
Git - use git mv when a file is being renamed in the explorer Investigate the possibility of installing a handler that would participate in the file move operation and invoke git mv. possible code here https://github.com/adam8810/vscode-git-rename https://marketplace.visualstudio.com/items?itemName=ambooth.git-rena...
gharchive/issue
2022-02-11T09:42:53
2025-04-01T04:35:03.779079
{ "authors": [ "bgbruno", "erickriva", "lszomoru", "s-h-a-d-o-w", "villesundell" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/142821", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1203857962
Symbolic link on Debian is deleted everytime VSCode gets updated Issue Type: Bug Hello! It's just a minor nuissance, but everytime that VSCode updates, I no longer can launch it via terminal typing "code ." because the symbolic link that is usually located on my /usr/bin is deleted. Then, I have to manually recreate ...
gharchive/issue
2022-04-13T22:44:28
2025-04-01T04:35:03.791180
{ "authors": [ "GuilhermeSoaresGarcia" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/147419", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1249752472
Use gitattributes encoding when opening a file It would be a very good idea for VSCode to take into account the ".gitattributes" file to apply the encoding when opening files. *.html encoding=utf-8 *.c encoding=cp1252 This feature request is now a candidate for our backlog. The community has 60 days to upvote...
gharchive/issue
2022-05-26T15:57:58
2025-04-01T04:35:03.795662
{ "authors": [ "SecSamDev", "VSCodeTriageBot" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/150462", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1323473650
Each time I open VScode, I need to log back in to my Microsoft account VS Code Version: 1.69.2 OS Version: Darwin arm64 22.0.0 Steps to Reproduce: quit vscode reopen vscode /duplicate of #152964 Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed t...
gharchive/issue
2022-07-31T14:13:46
2025-04-01T04:35:03.798456
{ "authors": [ "VSCodeTriageBot", "evimacs", "gjsjohnmurray" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/156754", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1389735246
Add branch name and filenames in autosuggest list for commit message editor This will remove the need for copy pasting branch name and filenames in the commit message. Just type the first letter and press Control+Space to complete. This feature request is now a candidate for our backlog. The community has 60 d...
gharchive/issue
2022-09-28T17:47:07
2025-04-01T04:35:03.802387
{ "authors": [ "VSCodeTriageBot", "asherlporetz" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/162232", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1580681182
Can't copy or edit built-in keybindings with arguments Type: Bug Built-in keybindings that involve arguments for the command can't really be interacted with in any meaningful way from the keybindings GUI Copy - The copied text doesn't include arguments so the binding isn't actually usable. Change Keybinding - Looses...
gharchive/issue
2023-02-11T06:10:16
2025-04-01T04:35:03.811977
{ "authors": [ "VSCodeTriageBot", "abyrd-phx", "akbyrd", "sandy081" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/174125", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1677741972
add more accessibility.verbosity settings / hints With the initial small set that we allow configuring in #180365, we should find other components that would benefit from: a setting like this an aria-label with helpful information and then a setting like this Originally posted by @meganrogge in https://g...
gharchive/issue
2023-04-21T03:52:44
2025-04-01T04:35:03.819499
{ "authors": [ "VSCodeTriageBot", "amunger", "joyceerhl", "meganrogge", "mjbvz" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/180470", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1851837148
Ability to wrap long cells in Data Wrangler Data Wrangler has a lot of nifty features for filtering, viewing the distribution of each feature, doing operations on the dataframe, etc., but sometimes I'd also like it use it in a more basic way to just look at the data (like I would in Excel/Numbers/Sheets/whatever)...
gharchive/issue
2023-08-15T17:27:08
2025-04-01T04:35:03.823026
{ "authors": [ "VSCodeTriageBot", "chambliss" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/190511", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1921174320
Settings Editor overlaps with editor group highlight Does this issue occur when all extensions are disabled?: Yes/No VS Code Version: OS Version: The bottom of the setting editor overlaps with the border of the editor group Duplicate of #183503
gharchive/issue
2023-10-02T03:11:12
2025-04-01T04:35:03.825392
{ "authors": [ "rebornix", "rzhao271" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/194582", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1994671530
[extension activation] Extension not activated on certain contribution points. Dear VSCode devs, this is a follow up to https://github.com/microsoft/vscode-discussions/discussions/901 , pinging you here as I believe there may be a bug, not sure VS Code Version: 1.82 OS Version: Linux Starting with VSCode 1.75 (I be...
gharchive/issue
2023-11-15T12:20:47
2025-04-01T04:35:03.832805
{ "authors": [ "VSCodeTriageBot", "ejgallego", "joyceerhl" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/198295", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2165417112
Store at .vscode/settings.json workspace the Window size (width, height) It would be nice to have a way to store the Window width, and height in the .vscode/settings.json, so if the user wanted to use these settings the window would open at the values ​​the user wants for that workspace. Are there other apps wi...
gharchive/issue
2024-03-03T15:30:05
2025-04-01T04:35:03.835230
{ "authors": [ "VSCodeTriageBot", "microhobby", "rzhao271" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/206729", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2241651215
Pattern (?<!\)backtick in end property didn't match \backtick in backtick string Does this issue occur when all extensions are disabled?: No Version: 1.88.1 Commit: e170252f762678dec6ca2cc69aba1570769a5d39 Date: 2024-04-10T17:43:08.196Z (2 days ago) Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0...
gharchive/issue
2024-04-13T16:43:47
2025-04-01T04:35:03.846075
{ "authors": [ "RedCMD", "VSCodeTriageBot", "alexr00", "gomez-git" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/210307", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2408693581
Replacement of standard icons with Material Icon Theme I think that the standard icons of vscode are rather gloomy, there are no and many icons for different types of files are missing, and I think that it would be better to replace them with Material Icons, because these icons are much more attractive, clearer a...
gharchive/issue
2024-07-15T13:02:29
2025-04-01T04:35:03.855822
{ "authors": [ "aeschli", "okineadev" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/221714", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2446964168
Terminal is not working fine. Type: Bug When i am creating the vite app by writing npm create @vite project-name. Then when it ask for the type project and while clicking down arrow key it is repeating the same command again and again for e.g: $ npm create vite@latest chatt ? Select a framework: » - Use arrow-keys. ...
gharchive/issue
2024-08-04T08:45:07
2025-04-01T04:35:03.871296
{ "authors": [ "ShivnandanBasotra", "albertosantini", "gjsjohnmurray" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/224727", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
218065971
showInputBox should have the ability to have an array of quickpick options as well If you do showInputBox, you can receive input from a user. If you do showQuickPick you can have the user choose from a list. There is no way to receive input from a user AND show a list of choices. If you try this with showQuickPick, a...
gharchive/issue
2017-03-30T02:50:02
2025-04-01T04:35:03.874933
{ "authors": [ "jacobdufault", "rugpanov", "usernamehw", "xconverge" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/23633", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
458538313
Terminal dom renderer doesn't render dimmed colors VSCode Version: Version 1.35.1 (1.35.1) OS Version: macOS 10.13.6 Steps to Reproduce: Open terminal in VSCode and run npx dim-cli - it prints Hello World with World dimmed Change the "Integrated: Renderer Type" to dom - World is no longer dimmed. Canvas Renderer ...
gharchive/issue
2019-06-20T09:24:52
2025-04-01T04:35:03.879656
{ "authors": [ "Tyriar", "alexr00", "timsuchanek" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/75827", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
468002092
Failed to save ...: The content of the file is newer. Please compare your version with the file contents. VSCode Version: 1.36.1 OS Version: openSUSE Leap 15.0 Steps to Reproduce: Change git branch Change file, try to save in new branch One out of 20 times get the error :) It is extremely frustrating seeing this ...
gharchive/issue
2019-07-15T08:32:37
2025-04-01T04:35:03.886236
{ "authors": [ "afreepenguin", "bpasero", "jmargolisvt", "mcarpenterjr", "slaffcheff" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/77387", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
520446212
[web] Folder selector not working as intended on Firefox I am running VS Code remotely via code-server code-server version: 2.1485-vsc1.38.1 OS Version: Arch Linux (rolling release) Coming from issue: code-server#1063 The folder selector seems to be very glitched, making it near impossible to open the folder I wan...
gharchive/issue
2019-11-09T14:43:49
2025-04-01T04:35:03.891516
{ "authors": [ "EnKrypt", "alexr00" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/84382", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
580327049
JavaScript debugger drops Block scoped variables before return executes VSCode Version: 1.43.0 OS Version: Mac OS X 10.14.6 With the following JavaScript code (this is just a simple example), run under the VS Code debugger: function convertAttribute(attr) { if (attr) { const key = 1; const val = 2; retu...
gharchive/issue
2020-03-13T02:15:34
2025-04-01T04:35:03.897166
{ "authors": [ "connor4312", "john-aws" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/92617", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
587914260
C++ intelisense not working Hello my intelisense isn't working in C++ files \extC++
gharchive/issue
2020-03-25T18:47:24
2025-04-01T04:35:03.898137
{ "authors": [ "AlohaJax", "JacksonKearl" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/93425", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
608159811
Not seeing setting sync info message everywhere re #96226 have two computers both have settings sync off (at least both show "Turn on Pref Sync") on computer A it puts me right into the what-to-sync picker on computer B it shows a nice message ❓ I am confused. Is that because I am logged in on computer A? This d...
gharchive/issue
2020-04-28T09:20:56
2025-04-01T04:35:03.900365
{ "authors": [ "jrieken", "sandy081" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/96353", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
608544933
Breakpoints look like they're set immediately based on the gutter but that's not always true Issue Type: Bug git clone https://github.com/ivanhernandez13/vscode-mock-debug npm install, compile, run the mock debug extension. create a readme.md file in your workspace with multiple lines run the "Ask for file name" con...
gharchive/issue
2020-04-28T19:04:13
2025-04-01T04:35:03.909993
{ "authors": [ "ivanhernandez13", "weinand" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/96476", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
617345368
Incorrect syntax highlighting of PHP strings containing an SQL query VSCode Version: 1.45.0 and 1.46.0-insider (e88b8d32aa7233f6cb3665f6dae9fa78b1e8aafb) OS Version: Win 10 1909 Syntax highlighting around an array appended to an SQL query string is incorrect. Note the dots and square brackets. Steps to Reprodu...
gharchive/issue
2020-05-13T10:48:01
2025-04-01T04:35:03.913704
{ "authors": [ "MmAaXx500", "alexr00" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/issues/97703", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2624893201
scroll chat list on keyboard focus fixes https://github.com/microsoft/vscode-copilot/issues/9357 https://github.com/user-attachments/assets/253bb733-3a9d-4948-abd3-74f82e34f1ce Looks great, but it looks like it's scrolling even when tabbing to something inside the viewport? I don't think it should do that, and it ...
gharchive/pull-request
2024-10-30T17:57:30
2025-04-01T04:35:03.916138
{ "authors": [ "meganrogge", "roblourens" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/pull/232644", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
412130358
fix for #69005 expand workspace folders from current state unless starting vscode fix for issue #69005 This should be fixed in latest. Closing as outdated
gharchive/pull-request
2019-02-19T21:22:33
2025-04-01T04:35:03.917018
{ "authors": [ "isidorn", "ragrag" ], "repo": "microsoft/vscode", "url": "https://github.com/microsoft/vscode/pull/69006", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
913498939
winget list command not working Brief description of your issue Failed to open the predefined source; please report to winget maintainers. An unexpected error occurred while executing the command: 0x80070459 : No mapping for the Unicode character exists in the target multi-byte code page. Steps to reproduce winget li...
gharchive/issue
2021-06-07T12:33:23
2025-04-01T04:35:03.940715
{ "authors": [ "charudatta10", "denelon" ], "repo": "microsoft/winget-cli", "url": "https://github.com/microsoft/winget-cli/issues/1129", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1154204093
Remove duplicated message about unknown versions [X] Have you signed the Contributor License Agreement? [ ] Are you working against an Issue? It turns out that this message is displayed twice, without a reason. Example: $ winget upgrade --all Name Id Version Available Source --------------------------...
gharchive/pull-request
2022-02-28T15:07:59
2025-04-01T04:35:03.943612
{ "authors": [ "felipecrs", "yao-msft" ], "repo": "microsoft/winget-cli", "url": "https://github.com/microsoft/winget-cli/pull/1982", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1568685656
Add custom download handler support to COM api This is part of the effort to support private 3rd party sources where packages hosted may require custom handling (encryption, custom format, etc). Added support for a group policy source to be configured as hidden Added custom download callback functionality Added e2e ...
gharchive/pull-request
2023-02-02T19:47:20
2025-04-01T04:35:03.946092
{ "authors": [ "yao-msft" ], "repo": "microsoft/winget-cli", "url": "https://github.com/microsoft/winget-cli/pull/2912", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1789483555
How can we help? I would like someone else to build the manifest. Please read and ensure the following [X] The installer meets the above requirements Please provide the following information Download Page Url: https://sourceforge.net/projects/gpredict/files/Gpredict/ Publisher: Alexandru Csete Package Name: Gpredict ...
gharchive/issue
2023-07-05T12:46:38
2025-04-01T04:35:03.949139
{ "authors": [ "AsciiWolf", "Trenly" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/issues/111362", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1148099195
[Package Request]: SQLite Studio Package Requested [X] I would like someone else to build the manifest. [ ] I would like help so I can submit the manifest. [X] I have performed a search and couldn't find this package. [ ] I have checked that the installer for this package is not a standalone or portable executable o...
gharchive/issue
2022-02-23T13:30:17
2025-04-01T04:35:03.954941
{ "authors": [ "ItzLevvie", "Trenly", "schlamar", "szyb" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/issues/47856", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1692949846
Remove Alibaba.Yuque version 2.5.5 URL is 404 Microsoft Reviewers: Open in CodeFlow @wingetbot run
gharchive/pull-request
2023-05-02T19:04:06
2025-04-01T04:35:03.956292
{ "authors": [ "ImJoakim", "Trenly" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/104202", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1827764230
New version: Dogramming.Imaconverter version imaconverter2.0 Pull request has been created with WinGet Automation :rocket: Microsoft Reviewers: codeflow:open?pullrequest=https://github.com/microsoft/winget-pkgs/pull/113626&drop=dogfoodAlpha Automatic Validation ended with: (Inconclusive) Manual Validation ended ...
gharchive/pull-request
2023-07-30T02:15:49
2025-04-01T04:35:03.958749
{ "authors": [ "stephengillie", "vedantmgoyal2009" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/113626", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1920084308
Add version: ShiningLight.OpenSSL.Light version 1.1.1w Pull request has been created with Komac v1.11.0 :rocket: Microsoft Reviewers: Open in CodeFlow Command: komac --update --id ShiningLight.OpenSSL.Light --version 1.1.1w --urls https://slproweb.com/download/Win64OpenSSL_Light-1_1_1w.msi,https://slproweb.com/down...
gharchive/pull-request
2023-09-30T03:28:45
2025-04-01T04:35:03.960426
{ "authors": [ "szhu25" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/121300", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1932734173
Delete manifests/s/SKDataAS/ORMCore/202330051 directory [x] Have you signed the Contributor License Agreement? [x] Have you checked that there aren't other open pull requests for the same manifest update/change? [x] This PR only modifies one (1) manifest [x] Have you validated your manifest locally with winget valid...
gharchive/pull-request
2023-10-09T10:12:54
2025-04-01T04:35:03.964409
{ "authors": [ "skdataas" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/122200", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2105908157
New version: Ryujinx.Ryujinx.Ava version 1.1.1143 Pull request has been created with Komac v1.11.0 :rocket: Microsoft Reviewers: Open in CodeFlow Automatic Validation ended with: No errors to post. (Automated response - build 672.) @wingetbot waivers Add Validation-Executable-Error @wingetbot waivers Add Vali...
gharchive/pull-request
2024-01-29T16:39:45
2025-04-01T04:35:03.968332
{ "authors": [ "Exorcism0666", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/136995", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2113626726
Fix Maltego.Maltego to only have primary ARP entry Microsoft Reviewers: Open in CodeFlow /AzurePipelines run
gharchive/pull-request
2024-02-01T22:30:35
2025-04-01T04:35:03.969434
{ "authors": [ "Trenly", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/137552", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2114042563
Update version: alexx2000.DoubleCommander version 1.0.11 Pull request has been created with komac v2.0.3 :rocket: Microsoft Reviewers: Open in CodeFlow /AzurePipelines run For moderators This account is automated by Github Actions and the source code was created by CoolPlayLin. If you have any questions about any...
gharchive/pull-request
2024-02-02T04:39:39
2025-04-01T04:35:03.972387
{ "authors": [ "Exorcism0666", "mdanish-kh", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/137584", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2177590976
Remove Apifox.Apifox 2.3.1 to Ruihu.Apifox 2.3.1 Microsoft Reviewers: Open in CodeFlow URL: https://cdn.apifox.cn/download/2.3.1/Apifox-2.3.1.exe Status Code: 200 (Automated message - build 869)
gharchive/pull-request
2024-03-10T07:58:11
2025-04-01T04:35:03.974050
{ "authors": [ "SpecterShell", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/143643", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2339336742
Moved: Foxit.FoxitReader.Inno version 2023.3.0.23028 Microsoft Reviewers: Open in CodeFlow Possible duplicate package entry. Similar installer SHA256 hash found in manifest: InstallerSha256: 64ef44e90646e00ef67d059a5d3e1f318699be0dd76a7520e4fd87262d9df03b manifests\f\Foxit\FoxitReader\2023.3.0.23028 Verify ...
gharchive/pull-request
2024-06-07T00:03:13
2025-04-01T04:35:03.976377
{ "authors": [ "SpecterShell", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/156885", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2363359986
New version: erickutcher.thumbsviewer version 1.0.3.1 Pull request has been created with komac v2.2.1 :rocket: Microsoft Reviewers: Open in CodeFlow Automatic Validation ended with: (Automated response - build 886.)
gharchive/pull-request
2024-06-20T02:04:18
2025-04-01T04:35:03.978063
{ "authors": [ "stephengillie", "tianyeeT" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/158859", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2415458097
Remove version: CrystalDewWorld.CrystalDiskInfo version 8.12.7 [Automated] It returns code over 400 in all urls Microsoft Reviewers: Open in CodeFlow URL: - https://osdn.net/frs/redir.php?m=auto&f=crystaldiskinfo%2F75914%2FCrystalDiskInfo8_12_7.exe Invalid URI: The URI scheme is not valid. (Automated message - buil...
gharchive/pull-request
2024-07-18T06:07:51
2025-04-01T04:35:03.981188
{ "authors": [ "Exorcism0666", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/163559", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2451387023
Update SHA256: Tencent.WeType 1.2.2.630 #165220 Microsoft Reviewers: Open in CodeFlow 8/6/2024 5:45:10 PM Installer Verification Analysis Context Information: Specified hash doesn't match. Actual hash: AF04E13B073A993C1E16F48B6FC06DB7D24875BBE66E182A8DD64E62AB571790 Expected hash: 3339f2967e28d7d84116308d59fd197...
gharchive/pull-request
2024-08-06T17:38:45
2025-04-01T04:35:03.983205
{ "authors": [ "stephengillie", "stevenlele" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/166398", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2645437517
Remove version: qBittorrent.qBittorrent version 4.5.1 [Automated] It returns code over 400 in all urls Microsoft Reviewers: Open in CodeFlow URL: https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.5.1/qbittorrent_4.5.1_lt20_qt6_x64_setup.exe/download OK (Automated message - build 923...
gharchive/pull-request
2024-11-09T01:01:42
2025-04-01T04:35:03.985545
{ "authors": [ "Exorcism0666", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/190020", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2659251739
New package: lostindark.DriverStoreExplorer version 0.11.92 Checklist for Pull Requests [x] Have you signed the Contributor License Agreement? [x] Resolve #191494 Manifests [x] Have you checked that there aren't other open pull requests for the same manifest update/change? [x] This PR only modifies one (1) manifes...
gharchive/pull-request
2024-11-14T15:49:50
2025-04-01T04:35:03.992475
{ "authors": [ "Dragon1573", "stephengillie" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/191544", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1167486963
Update: Tyrrrz.LightBulb version 2.2.0 Removing old versions to reduce clutter Microsoft Reviewers: Open in CodeFlow @wingetbot run
gharchive/pull-request
2022-03-13T05:40:48
2025-04-01T04:35:03.993818
{ "authors": [ "vedantmgoyal2009" ], "repo": "microsoft/winget-pkgs", "url": "https://github.com/microsoft/winget-pkgs/pull/53664", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
455473207
Allow bot to blur background in a teams meeting Microsoft teams has a background blur feature: https://support.office.com/en-ie/article/blur-your-background-in-a-teams-meeting-f77a2381-443a-499d-825e-509a140f4780 Is it possible for a bot, which is in the call to blur the background? Yes, if you process the raw vide...
gharchive/issue
2019-06-12T23:49:20
2025-04-01T04:35:04.000156
{ "authors": [ "ksikorsk", "saraswat40", "ssulzer" ], "repo": "microsoftgraph/microsoft-graph-comms-samples", "url": "https://github.com/microsoftgraph/microsoft-graph-comms-samples/issues/83", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2357524820
Update Microsoft.DirectoryServices.json Instructions: Add any supporting information, such as a description of the PR changes, here. [!NOTE] The following guidance is for Microsoft employees only. Community contributors can ignore this message; our content team will manage the status. After you've created your PR,...
gharchive/pull-request
2024-06-17T14:41:16
2025-04-01T04:35:04.007168
{ "authors": [ "Lauragra", "keshri-rahul7" ], "repo": "microsoftgraph/microsoft-graph-docs-contrib", "url": "https://github.com/microsoftgraph/microsoft-graph-docs-contrib/pull/9367", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
2271109956
Generated beta models and request builders This pull request was automatically created by Azure Pipelines. Important Check for unexpected deletions or changes in this PR. closing as impacted by https://github.com/microsoftgraph/msgraph-sdk-python/issues/673
gharchive/pull-request
2024-04-30T10:37:26
2025-04-01T04:35:04.354108
{ "authors": [ "andrueastman", "baywet" ], "repo": "microsoftgraph/msgraph-beta-sdk-python", "url": "https://github.com/microsoftgraph/msgraph-beta-sdk-python/pull/395", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2266869126
Logo and image colors in the README differ in light vs dark theme Description: Our logo and brand colors seem to be different when I see it in light theme and dark theme. The dark theme seems to be closer to our brand colors. Light Theme Dark Theme Ideal state Colors are uniform across modes. #203 resolves this
gharchive/issue
2024-04-27T06:29:19
2025-04-01T04:35:04.364139
{ "authors": [ "amoghjalan", "dhruvagarwal" ], "repo": "middlewarehq/middleware", "url": "https://github.com/middlewarehq/middleware/issues/201", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
449101956
zone parsing: return more comments Right now the zoneparser returns comment after an RR: example.org. IN A 10.10.10.1 ; a comment will return "a comment" to the caller. This is useful-ish, but I'm contemplating to more DNSSEC work in CoreDNS and leaving comments intact while rewriting a zonefile has some appeal. I'm ...
gharchive/issue
2019-05-28T07:18:57
2025-04-01T04:35:04.373559
{ "authors": [ "miekg", "tmthrgd" ], "repo": "miekg/dns", "url": "https://github.com/miekg/dns/issues/978", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
797888297
Validate Rdlength and off in UnpackRRWithHeader This was split out of #1214. I don't think this can be hit from UnpackRR as unpackHeader does validate it doesn't exceed msg, but it can definitely be hit by calling UnpackRRWithHeader directly. The off check doesn't seem to be done anywhere else off is taken so I'm n...
gharchive/pull-request
2021-02-01T02:07:31
2025-04-01T04:35:04.375213
{ "authors": [ "tmthrgd" ], "repo": "miekg/dns", "url": "https://github.com/miekg/dns/pull/1215", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
1077290803
Authentication For SSH authentication: [ ] For password logins, we should support the userauth_password with callback, for cases where the server requests that we change the password before continuing. [x] ~Should an empty password be allowed, rather than triggering interactive mode?~ [x] ~Should we show the fingerp...
gharchive/issue
2021-12-10T22:48:21
2025-04-01T04:35:04.397226
{ "authors": [ "migueldeicaza" ], "repo": "migueldeicaza/SwiftTermApp", "url": "https://github.com/migueldeicaza/SwiftTermApp/issues/79", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1284846821
Context menu Copy command freezes app (on main branch) Describe the bug In Ubuntu when I activate Copy the app freezes. Console is Terminator. Ctrl+Q does not respond, no response to clicks/keypresses etc. Only way out is to close terminal or kill process. Also worth noting is that while the program is blocking I c...
gharchive/issue
2022-06-26T08:37:27
2025-04-01T04:35:04.403814
{ "authors": [ "BDisp", "tznind" ], "repo": "migueldeicaza/gui.cs", "url": "https://github.com/migueldeicaza/gui.cs/issues/1837", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
637107452
MainLoop: Indeterminate behavior of AddIdle/RemoveIdle I'm writing unit tests for MainLoop. The exercise is clearly illustrating the advantages of test-driven-development, esp for APIs like this. Tons of poor design decisions and resulting indeterminate behavior being exposed. This is one of the worst and should be c...
gharchive/issue
2020-06-11T15:21:42
2025-04-01T04:35:04.407839
{ "authors": [ "BDisp", "tig" ], "repo": "migueldeicaza/gui.cs", "url": "https://github.com/migueldeicaza/gui.cs/issues/671", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
273792451
Does it support encode to Data and decode from Data? Does it support encode to Data and decode from Data? Does it supoort NSRect, NSSize, NSPoint? BinaryEncoder.encode() -> Data BinaryDecoder.decode(BinaryCodable, data: Data) It doesn't directly deal with Data, but it's easy to convert between Data and [UInt8]. I'm...
gharchive/issue
2017-11-14T13:29:18
2025-04-01T04:35:04.454226
{ "authors": [ "diuming", "mikeash" ], "repo": "mikeash/BinaryCoder", "url": "https://github.com/mikeash/BinaryCoder/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
30981041
Added $params property to Request with merged GET, POST, PUT and DELETE ... ...params. I thought it would be useful to have a single Collection with all the GET, POST and raw (PUT and DELETE from php://input) parameters merged together. This would allow for a layer of abstraction between the method of a request and t...
gharchive/pull-request
2014-04-07T12:49:57
2025-04-01T04:35:04.464812
{ "authors": [ "dmalatesta" ], "repo": "mikecao/flight", "url": "https://github.com/mikecao/flight/pull/111", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
253042460
Consider an alternative to Bower It looks like the Bower team is recommending npm or yarn for new UI projects. It would be helpful to add yarn/npm as an alternative or in place of Bower in the videos/repository. Hi @saschwarz Thanks for the heads up. This is a bummer. I'll keep this issue open until I either fix th...
gharchive/issue
2017-08-25T23:47:01
2025-04-01T04:35:04.466654
{ "authors": [ "jboys", "mikeckennedy", "saschwarz" ], "repo": "mikeckennedy/python-for-entrepreneurs-course-demos", "url": "https://github.com/mikeckennedy/python-for-entrepreneurs-course-demos/issues/23", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
268134242
WP_REST_Posts_Controller vs WP_REST_Terms_Controller Received a report that the current entry in the class constant is incorrect and causing issues with Yoast SEO. // Terms. foreach ( get_taxonomies( array( 'show_in_rest' => true ), 'object' ) as $taxonomy ) { $class = ! empty( $taxonomy->rest_control...
gharchive/issue
2017-10-24T18:15:05
2025-04-01T04:35:04.474100
{ "authors": [ "mikelking" ], "repo": "mikelking/bacon", "url": "https://github.com/mikelking/bacon/issues/13", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
438974540
Switches to unicode, adds a .gitignore for VS (C#) The old version of the program took input and gave output in ASCII. This commit replaces this with unicode. The purpose of this is opening up for the usage of special characters. The commit also adds a .gitignore in the csharp-directory. The .gitignore is the recomm...
gharchive/pull-request
2019-04-30T20:57:40
2025-04-01T04:35:04.524398
{ "authors": [ "johannesskivdal", "mikepound" ], "repo": "mikepound/pwned-search", "url": "https://github.com/mikepound/pwned-search/pull/23", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }