Commit Graph
124157 Commits
Author SHA1 Message Date
BeniBenj 9d161efa98 tabindex calls blur() to early 2024-01-08 15:37:51 +01:00
Johannes RiekenandGitHub cc7a0865e4 update notebook (#201998) 2024-01-08 14:57:05 +01:00
BeniBenj f14bc31be8 💄 2024-01-08 14:54:17 +01:00
BeniBenj c84e38d44b small fixes 2024-01-08 14:49:15 +01:00
4e278ecca7 #198975: saveValue => historyNavigator.add (#199142)
Co-authored-by: Vishwas <disawalva@gmail.com>
Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2024-01-08 13:48:18 +00:00
Alexandru DimaandGitHub deae3ca4b1 Switch to using sha256 for checksums (fixes CodeQL warning) (#201977)
* Switch to using sha256 for checksums (fixes CodeQL warning)

* Fix unit test
2024-01-08 14:11:19 +01:00
Ladislau SzomoruandGitHub 51e490e8a2 Git - 💄 add historyItemParentId to provideHistoryItemChanges (#201991) 2024-01-08 14:00:57 +01:00
Sandeep SomavarapuandGitHub b0b59b4c5a fix #200026 (#201990) 2024-01-08 13:57:52 +01:00
Johannes RiekenandGitHub 3beaab3f7c Joh/organic-armadillo (#201988)
* insta - keep proxied events alive when service got instantiated in the meantime

* insta - make sure to not leak listener of early, proxied events
2024-01-08 13:57:24 +01:00
Ladislau SzomoruandGitHub 03e191825d Git - fix context menu order (#201986) 2024-01-08 13:02:13 +01:00
Sandeep SomavarapuandGitHub 731da64740 fix #201813 (#201985) 2024-01-08 12:39:20 +01:00
Ulugbek AbdullaevandGitHub 61fb9b10f5 Merge pull request #201299 from microsoft/ulugbekna/inline-chat-detected-intent
inline chat: display detect intent for the duration of the request & allow re-running the request without intent detection
2024-01-08 12:28:15 +01:00
Johannes RiekenandGitHub 1350b6eca0 fix https://github.com/microsoft/vscode/issues/201340 (#201983) 2024-01-08 12:02:42 +01:00
BeniBenj c980e8be29 Merge remote-tracking branch 'origin' into benibenj/stickyScrollFocus 2024-01-08 11:42:21 +01:00
BeniBenj 9bf447edf4 Explorer Context menu fix 2024-01-08 11:38:47 +01:00
Alexandru DimaandGitHub 6476d4b87f Document reason for using sha1 (resolves CodeQL warning) (#201979) 2024-01-08 11:34:05 +01:00
zWingandGitHub 2443fd1613 fix registerProfileContentHandler typos (#183197) 2024-01-08 11:06:09 +01:00
Sandeep SomavarapuandGitHub 48a49a3b23 log error message (#201974) 2024-01-08 11:01:08 +01:00
Ladislau SzomoruandGitHub f8616b9a2b Git - rename "Open Stash" to "Preview Stash" (#201973)
* Git - rename "Open Stash" to "Preview Stash"

* Add Preview Stash command to the "..." menu
2024-01-08 10:59:49 +01:00
Ladislau SzomoruandGitHub cfebdd863a Git - add open stash command (#201970)
* Initial implementation

* Add button to quick pick

* Improve stash picker

* Remove quick pick buttons
2024-01-08 09:48:51 +01:00
Johannes d6ee3a2e30 Merge branch 'main' into joh/bumpy-bonobo 2024-01-08 09:48:09 +01:00
Anthony StewartandGitHub 0a90cb8a06 Log extensionLocation not location in error message of getCustomBuiltinExtensionsFromLocations (#200748)
Log extensionLocation not location in error message of getCustomBuiltinExtensionsFromLocations
2024-01-08 08:14:01 +00:00
Sandeep SomavarapuandGitHub 99e16e6621 Merge pull request #199893 from samhanic/cli-extension-update
[CLI] extension update command
2024-01-08 12:48:07 +05:30
Sandeep SomavarapuandGitHub 4caba0473a fix #147668 (#201961) 2024-01-08 02:29:19 +01:00
Sandeep SomavarapuandGitHub 8f6498a2d8 fix #174883 (#201959) 2024-01-08 02:28:58 +01:00
samhanic 70dda3c792 Merge branch 'main' into cli-extension-update 2024-01-07 21:24:26 +01:00
Connor Peet 10458b49e4 use ID-based enablement and track hit state on the breakpoint
- Referencing the breakpoint location got tricky when breakpoints
  resolve to different locations than they were initially set at, and
  also as breakpoints change when files change. Instead, use the
  breakpoint UUID.

- Newly-enabled breakpoints were sent for a URI when hit, but in DAP
  sending breakpoints for a URI replaces all the breakpoints in it, so
  this was problematic. Instead track on the breakpoint whether it's
  been triggered for a session.
2024-01-05 16:29:01 -08:00
Aaron MungerandGitHub f88bce8fe6 get children when node expands (#201909)
* get children when node expands

* switch to asynchronous tree for more natural lazy loading

* store variables by ID so we can look up the correct instance
2024-01-05 15:44:43 -08:00
Connor Peet cce898337c unlink dependent breakpoints when parent is removed, fixed column matching 2024-01-05 15:35:59 -08:00
Connor Peet 87d7b79bca improve labels, enable/disable/remove state, hydration error 2024-01-05 14:59:16 -08:00
Connor Peet 923b211d7e Merge remote-tracking branch 'origin/main' into pr/gayanper/166202-1 2024-01-05 14:12:22 -08:00
meganrogge 41c99fd2c5 on dispose/change of active instance, stop 2024-01-05 15:10:50 -06:00
Ladislau SzomoruandGitHub bff3ef7651 Git - improve code that gets commit count (#201907) 2024-01-05 12:55:05 -08:00
Justin ChenandGitHub b2809a8d3e allow issue reporter command to activate API (#201905)
* added groundwork

* removed extra button stuff

* removed commented out code
2024-01-05 12:20:16 -08:00
Tyler James LeonhardtandGitHub b33222d206 Allow Embedders to contribute auth providers (#201897)
* Allow Embedders to contribute auth providers

* update integration tests
2024-01-05 11:42:36 -08:00
Peng LyuandGitHub ccb11dc2b9 Re #201832. Fetch correct codewindow. (#201904)
* Re #201832. Fetch correct codewindow.

* remove console
2024-01-05 13:15:36 -06:00
meganrogge 7156038cfc rename things 2024-01-05 12:46:28 -06:00
meganrogge 13fcd1a8c3 move around 2024-01-05 12:41:54 -06:00
Andrea MahandGitHub 9659190026 quick text search -> quick search (#201900)
quich text search -> quick search
2024-01-05 10:36:21 -08:00
meganrogge c37b435618 move things around 2024-01-05 12:19:56 -06:00
Bhavya UandGitHub 0d735d01ab Change Welcome page contribution activation to LifecyclePhase.Starting (#201844)
Change up starup activation for welcome pages
2024-01-05 10:16:49 -08:00
dd5be7a8e5 avoid to enter the infinite loop when item.children is empty. (#201701)
avoid while loop when item.children is empty.

Co-authored-by: Logan Ramos <lramos15@gmail.com>
2024-01-05 11:03:38 -07:00
Aaron MungerandGitHub 4abe42fa45 bump distro for proposed api (#201895) 2024-01-05 09:50:00 -08:00
Remco HaszingandGitHub fe249aa134 Remove bigNumbersDelta (#194712)
If I understand correctly, this is just a hack to support IE. However,
IE is no longer supported, so this is no longer necessary.
2024-01-05 17:01:12 +01:00
João MorenoandGitHub 1cfc62d46e fixes #201890 (#201891) 2024-01-05 07:45:11 -08:00
Ladislau SzomoruandGitHub 9a62124524 SCM - only save tree state if tree exists (#201883) 2024-01-05 15:05:57 +01:00
Sandeep SomavarapuandGitHub 9688d25cec cleanup (#201879) 2024-01-05 12:53:37 +01:00
samhanic 78fee308ca review fix 2024-01-05 12:28:17 +01:00
João MorenoandGitHub 6f96811659 stop uploading to legacy CDN (#201792)
* stop uploading to legacy CDN

* add missing compilation
2024-01-05 11:45:57 +01:00
João MorenoandGitHub 91e69a3383 codeql exemption (#201780)
* codeql exemption

* add missing compilation
2024-01-05 11:24:24 +01:00