Ecosyste.ms: Timeline

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

microsoft/vscode

davidmartos96 created a comment on a pull request on microsoft/vscode
@meganrogge What's your take on adding the following changes to fix #99878 on Linux with Fish? The changes depend on this PR to fix it. Or should I create a separate PR? https://github.com/davidm...

View on GitHub

roblourens created a comment on an issue on microsoft/vscode
I was actually looking at the same thing in `LanguageModelToolResultPart` but we can't avoid it there because you need to pass all the parts from `LanguageModelToolResult` which include `unknown`. ...

View on GitHub

ssheep created a comment on an issue on microsoft/vscode
> Would this work? If not what other requirements do you have? How about allowing/blocking extensions access to specific permissions (e.g. network access, system files...)

View on GitHub

joshspicer opened an issue on microsoft/vscode
Quick chat does not explain to show code block
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: ...
sbatten created a comment on an issue on microsoft/vscode
Yes, I feel there is already enough churn in these changes that we should not try to do more and we have the benefit of customers learning the new interaction before the dismiss the educational view.

View on GitHub

albertosantini created a comment on an issue on microsoft/vscode
`cd & 'C:\my\path\test test'` is a wrong command for VS Code terminal and external Terminal. `cd'C:\my\path\test test'` is correctly executed on VS Code terminal and external Terminal. `cd & 'C:\m...

View on GitHub

albertosantini created a comment on an issue on microsoft/vscode
No. :) The problem is the shortcut Ctrl + G, key binding used in the terminal inside VS Code to change directory. It "creates" a wrong command for the terminal. It is a VS Code affair, not the fa...

View on GitHub

sbatten created a comment on an issue on microsoft/vscode
Can we borrow the drag and drop behavior from editor where you can hold shift to drop into the editor instead of splitting the editors. Cases would be: - Dragging views within their own container ...

View on GitHub

meganrogge created a comment on an issue on microsoft/vscode
Given it does not work on an external terminal, closing this as it's not an issue with VS Code.

View on GitHub

meganrogge closed an issue on microsoft/vscode
Powershell 7 Ctrl + G from Terminal fails for paths with space
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: ...
silviupractic starred microsoft/vscode
jrieken pushed 1 commit to main microsoft/vscode
  • don't wrap WS title but render ellipsis, worst case overflow gets hidden (#232274) c0bc9b5

View on GitHub

jrieken deleted a branch microsoft/vscode

joh/separate-crane

daviddossett created a review on a pull request on microsoft/vscode

View on GitHub

meganrogge created a review on a pull request on microsoft/vscode
This works great and makes sense. Thank you!

View on GitHub

albertosantini created a comment on an issue on microsoft/vscode
No, it doesn't work on external Terminal. I don't see how it can work: : `cd & any_path` is executed, but it means another thing. The point is the following: - when I select a path, via `Ctrl + ...

View on GitHub

jrieken created a review on a pull request on microsoft/vscode

View on GitHub

connor4312 created a comment on an issue on microsoft/vscode
Unique symbols are pretty special. In for case I think they need to be contained in an interface, like `interface MyOpaqueType { readonly _opaque: unique symbol }`. With this `MyOpaqueType` will be...

View on GitHub

jrieken created a branch on microsoft/vscode

joh/separate-crane - Visual Studio Code

bamurtaugh created a comment on an issue on microsoft/vscode
@TylerLeonhardt I just tested in the latest Insiders: ``` Version: 1.95.0-insider (user setup) Commit: c0f27916ad81d8de78b62bd0aa0eab3f8cd99178 Date: 2024-10-25T09:02:38.980Z Electron: 32.2.1 Elec...

View on GitHub

CheChris opened an issue on microsoft/vscode
Can vscode support ANSI encoding?
Many older compilers use ANSI encoding as the default saving format for code files, and comments are also saved as ANSI encoding, hoping that vscode will be compatible with ANSI encoding to make th...
mjbvz created a comment on an issue on microsoft/vscode
Please share a small, self contained example. It's likely the code just doesn't have any typings

View on GitHub

joyceerhl pushed 1 commit to joyce/peculiar-raccoon microsoft/vscode
  • Go back to checking for font info or line height changes 68ea6dd

View on GitHub

joyceerhl opened a pull request on microsoft/vscode
fix: assign better keybinding for edits view on Linux
<!-- Thank you for submitting a Pull Request. Please: * Read our Pull Request guidelines: https://github.com/microsoft/vscode/wiki/How-to-Contribute#pull-requests * Associate an issue with the Pu...
joyceerhl created a branch on microsoft/vscode

joyce/powerful-yak - Visual Studio Code

jrieken pushed 1 commit to release/1.95 microsoft/vscode
  • Change tool paramters to input and make sure parameters stills works to keep backwards compatibility (#232248) fixes... 360bf09

View on GitHub

mjbvz created a review on a pull request on microsoft/vscode

View on GitHub

joyceerhl opened a pull request on microsoft/vscode
fix: assign better keybinding for edits view on Linux
<!-- Thank you for submitting a Pull Request. Please: * Read our Pull Request guidelines: https://github.com/microsoft/vscode/wiki/How-to-Contribute#pull-requests * Associate an issue with the Pu...
Load more