Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

microsoft/vscode

gigarrees forked microsoft/vscode

gigarrees/vscode

jrieken created a comment on an issue on microsoft/vscode
I believe it would parameter _and_ arguments (like OpenAI and gemini use for function tools) or input as Anthropic uses for just tools

View on GitHub

jrieken created a comment on an issue on microsoft/vscode
> Could explore a shape using unique symbol later but I don't know that it makes the usage any clearer. I like `unique symbol` but I couldn't get TS happy when I would use it in `type Foo = typeof...

View on GitHub

alexr00 pushed 1 commit to main microsoft/vscode
  • How to configure the font size of review thread popup? (#232239) Fixes #232237 56b535f

View on GitHub

alexr00 closed an issue on microsoft/vscode
How to configure the font size of review thread popup?
When open a file in "GitHub Pull Requests" with comments, the font size of of the comments in the review thread popup seems not adjusted with the `editor.fontSize` setting, and keeps unchanging. Is...
alexr00 closed an issue on microsoft/vscode
How to configure the font size of review thread popup?
When open a file in "GitHub Pull Requests" with comments, the font size of of the comments in the review thread popup seems not adjusted with the `editor.fontSize` setting, and keeps unchanging. Is...
alexr00 deleted a branch microsoft/vscode

alexr00/issue232237

alexr00 closed a pull request on microsoft/vscode
How to configure the font size of review thread popup?
Fixes #232237
alexr00 deleted a branch microsoft/vscode

alexr00/obedient-dinosaur

alexr00 closed a pull request on microsoft/vscode
Update grammars
aeschli created a review on a pull request on microsoft/vscode

View on GitHub

yinjiehe01 opened an issue on microsoft/vscode
[NETSDKE2E] [Insiders] Asian language localization display anomalies when using tar.gz to install VS Code.
Affected Build: VS Code 1.95.0-insider Repro OS: Linux Steps to Reproduce: 1. Use the tar.gz to install VS Code insiders from https://code.visualstudio.com/insiders/#linux in Linux 2. Change the ...
RedCMD created a comment on an issue on microsoft/vscode
@alexr00 that is highlighted correctly ![Image](https://github.com/user-attachments/assets/70dcf4af-dcd7-443f-9bd4-cf47b7bad25c)

View on GitHub

isidorn created a comment on an issue on microsoft/vscode
No progress on this one. We are hands-down focused on Universe. And we are also in the process of getting UI designers with David's switch. I suggest to discuss this again in 2 weeks. By that time...

View on GitHub

jinliming2 created a comment on an issue on microsoft/vscode
@RedCMD Yes, it seems that removing the space after the generic parameter can eliminate the error, but the lint rule will automatically format it and add the space back. I have to disable the lint ...

View on GitHub

alexr00 opened a pull request on microsoft/vscode
How to configure the font size of review thread popup?
Fixes #232237
alexr00 created a branch on microsoft/vscode

alexr00/issue232237 - Visual Studio Code

isidorn created a comment on an issue on microsoft/vscode
Keep in mind that the vertical hit zone in sidebar is same length as in editor area. So imho it might work. > if the 80% case is to move a view into the bar instead of splitting This is the key p...

View on GitHub

alexr00 created a comment on an issue on microsoft/vscode
@RedCMD I'm still seeing the original bug: ![Image](https://github.com/user-attachments/assets/59d98e2a-8f49-410b-a612-8235a84e4ce3)

View on GitHub

estruyf created a comment on an issue on microsoft/vscode
I would love to see such an API as well. My use case is that I do various presentations with VS Code and use the [Demo Time](https://marketplace.visualstudio.com/items?itemName=eliostruyf.vscode-de...

View on GitHub

dbaeumer created a comment on an issue on microsoft/vscode
[vscode-debugadapter-863fc4be.json.gz](https://github.com/user-attachments/files/17519604/vscode-debugadapter-863fc4be.json.gz)

View on GitHub

alexr00 opened a pull request on microsoft/vscode
Update grammars
alexr00 created a branch on microsoft/vscode

alexr00/obedient-dinosaur - Visual Studio Code

bpasero created a comment on an issue on microsoft/vscode
The reason I like this idea is that I wonder if the 80% case is to move a view into the bar instead of splitting. Also for the editor, the hit zone to move is much larger than splitting. I would th...

View on GitHub

benibenj created a comment on an issue on microsoft/vscode
Worth exploring. I do see there being a couple of weird scenarios. Also, I don't think it will fell as natural/intuitive as for the editor grid due to the smaller hit area, but it might still work.

View on GitHub

bpasero created a comment on an issue on microsoft/vscode
Aligning with how it works with editors could work, even though its overall a smaller hit area.

View on GitHub

ManPython created a comment on an issue on microsoft/vscode
Great organization MS : )

View on GitHub

grg2rsr created a comment on an issue on microsoft/vscode
figured it out. Adding ``` { "key": "shift+enter", "command": "editor.debug.action.selectionToRepl", "when": "inDebugMode" } ``` to the `keybindings.json` generate...

View on GitHub

grg2rsr closed an issue on microsoft/vscode
send and evaluate selected code in editor in currently active debugger console (python)
<!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoi...
bpasero deleted a branch microsoft/vscode

ben/solid-shark

Load more