Ecosyste.ms: Timeline

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

microsoft/vscode

bpasero created a comment on an issue on microsoft/vscode
When you run VS Code from the command line, we do not resolve shell environment because it gets inherited from the command line.

View on GitHub

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

View on GitHub

omermizr created a comment on an issue on microsoft/vscode
Same issue for me. Started with `--verbose` and my log shows this a bunch of times: ``` [trace] resolveShellEnv(): skipped (VSCODE_CLI is set)

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

bhavyaus pushed 1 commit to dev/bhavyau/walkthrough-open-rel microsoft/vscode
  • fix: Show walkthrough if the extension pack has only 1 walkthrough df95467

View on GitHub

davidmartos96 opened a pull request on microsoft/vscode
Fix PATH prepending when using Fish on Linux
Support Linux on EnvMixin to handle `fish_user_paths` being prepended to the PATH, overriding any configuration in the VSCode environment via the `context.environmentVariableCollection` API. Fix...
vs-code-engineering[bot] created a comment on an issue on microsoft/vscode
We closed this issue because it is a question about using VS Code rather than an issue or feature request. Please search for help on [StackOverflow](https://aka.ms/vscodestackoverflow), where the c...

View on GitHub

vs-code-engineering[bot] closed an issue on microsoft/vscode
Companion
ADD ISSUE DESCRIPTION HERE I have opened this through cengage for an assignment for class. No tab has opened for the companion so I can't get instructions for my assignment or submit it. Version: ...
joyceerhl created a review on a pull request on microsoft/vscode

View on GitHub

bhavyaus pushed 1 commit to dev/bhavyau/walkthrough-open-main microsoft/vscode
  • Also check for extension context a274f11

View on GitHub

gjsjohnmurray created a comment on an issue on microsoft/vscode
/question please use your course support channel.

View on GitHub

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

View on GitHub

sbatten pushed 1 commit to sbatten/impressed-asp microsoft/vscode
  • deregister the view container if context key isn't honored 1cf13ea

View on GitHub

connor4312 opened a pull request on microsoft/vscode
debug: update js-debug 1.95.1 for WASM fix
Contains: https://github.com/microsoft/vscode-js-debug/compare/v1.95.0...v1.95.1 <!-- Thank you for submitting a Pull Request. Please: * Read our Pull Request guidelines: https://github.com/micr...
connor4312 created a branch on microsoft/vscode

connor4312/js-debug-1.95.1 - Visual Studio Code

connor4312 opened a pull request on microsoft/vscode
debug: update js-debug 1.95.1 for WASM fix
Contains: https://github.com/microsoft/vscode-js-debug/compare/v1.95.0...v1.95.1 <!-- Thank you for submitting a Pull Request. Please: * Read our Pull Request guidelines: https://github.com/micr...
connor4312 created a branch on microsoft/vscode

connor4312/js-debug-1.95.1-candidate - Visual Studio Code

raghul-batesville starred microsoft/vscode
mjbvz created a review on a pull request on microsoft/vscode

View on GitHub

bpasero opened an issue on microsoft/vscode
Secondary sidebar does not fallback to its view when view got removed
See how the aux sidebar appears as if empty even though it has a view: ![Image](https://github.com/user-attachments/assets/715f285a-5be9-442b-9c65-68abc6bb5c1c) Steps to Reproduce: 1. setup exp...
TS137 starred microsoft/vscode
albertosantini created a comment on an issue on microsoft/vscode
I dig the code. Here the code of the combo box, displaying the list of the paths. `src/vs/workbench/contrib/terminalContrib/history/browser/terminalRunRecentQuickPick.ts` Basically here it is gen...

View on GitHub

TS137 forked microsoft/vscode

TS137/vscode

meganrogge pushed 1 commit to merogge/start-terminal-suggest microsoft/vscode

View on GitHub

meganrogge pushed 1242 commits to merogge/start-terminal-suggest microsoft/vscode
  • feat: add a toolbar for viewing/accepting/rejecting individual edited files (#229576) * feat: add a toolbar for view... 354163d
  • Merge pull request #229453 from microsoft/andreamah/issue229437 Quick search showing stale results 9615388
  • Skip the floating chat widget in notebook. 7f56777
  • Merge pull request #229632 from microsoft/rebornix/rough-rooster Disable the floating chat widget in notebook. d65d8f0
  • fix long image paste (#229636) use crypto for hashing instead and other small fix 329897c
  • focus on editor when closing out of attachments (#229639) set focus on the editor input after closing out 7898f48
  • fix kernel variable suggestion override by files (#229646) c31f85f
  • fix #225476 - check and update the in-memory state always before writing (#229628) 664d1d6
  • Custom reference rendering for kernel variable (#229325) dc7ab09
  • Explorer find: progress bar hides when search is running (fix #229522) (#229653) 830da20
  • Let's remove the read aloud actoin (fix microsoft/vscode-copilot#8458) (#229655) be2747e
  • Use combined @ and / label in chat suggest widget (#229658) Use combined @ and / label d9727b3
  • Hide @ button in inline chat (#229659) ec60ccb
  • Focus on walkthrough step on close (#229666) Focus on step on close 1bf775a
  • Closes #229602 (#229668) closes #229602 6f93421
  • fix #229479 - allow dismissing notifications in extensions view (#229670) 6b5d494
  • fix: New Chat should clear chat editing widget (#229671) 2d94027
  • fix #228467 (#229673) 66b38fc
  • chat command center polish (#229674) * mark `chat.commandCenter.enabled` as EXP setting, change default * render key... b802728
  • fix #229484 (#229676) 433fe7f
  • and 1222 more ...

View on GitHub

sdaaronwheeler opened an issue on microsoft/vscode
Companion
ADD ISSUE DESCRIPTION HERE I have opened this through cengage for an assignment for class. No tab has opened for the companion so I can't get instructions for my assignment or submit it. Version: ...
bhavyaus pushed 6 commits to dev/bhavyau/walkthrough-open-main microsoft/vscode
  • don't wrap WS title but render ellipsis, worst case overflow gets hidden (#232274) c0bc9b5
  • fix: update edits decorations if editor layout changed (#232270) 43c580c
  • fix: assign better keybinding for edits view on Linux (#232272) 67ea86a
  • fix:chat panel reopen on workspace trust change (#232279) f2f6c35
  • Fix fish shell integration execution order (#226589) 40a0424
  • fix: Show walkthrough if the extension pack has only 1 walkthrough c3cd487

View on GitHub

bhavyaus opened a pull request on microsoft/vscode
fix: Show walkthrough if the extension pack has only 1 walkthrough
<!-- 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...
Load more