Benjamin Simmonds and GitHub
72f67fa7ca
Merge branch 'main' into benibenj/tabHeight
2023-09-06 16:02:48 +02:00
Henning Dieterichs and Henning Dieterichs
87f8a9fcfd
Fixes leaking tests
2023-09-06 16:00:38 +02:00
Henning Dieterichs and Henning Dieterichs
b506b0ce31
Fixes leaks
2023-09-06 15:48:19 +02:00
BeniBenj
ebf1fa42c5
reformat
2023-09-06 15:46:01 +02:00
Henning Dieterichs and Henning Dieterichs
79a9276e6a
Uses disposable tracking for autorun
2023-09-06 15:37:08 +02:00
Benjamin Simmonds and GitHub
1f6e0ae054
Merge branch 'main' into benibenj/tabHeight
2023-09-06 15:25:34 +02:00
Michael Bethke and GitHub
bde132b441
Fix Minimap AutoHide with StickyScroll Lines Running Together ( #188499 )
...
* Layer minimap above stickyscroll
* StickyScroll Allow Full-Width and Layer Under
* Restore stickyscroll zindex
* Increase minimap z-index
* Restore stickyscroll zindex
2023-09-06 13:23:04 +00:00
BeniBenj
908d5f155d
variable renaming
2023-09-06 15:20:49 +02:00
Aiday Marlen Kyzy and GitHub
dc8730c6d6
Merge pull request #192286 from microsoft/aiday/checkViewNonNull
...
Check view non null before running code
2023-09-06 14:49:44 +02:00
Ladislau Szomoru and GitHub
a4e1870896
Git - fix stage/unstage selected ranges in nested git repositories ( #191987 )
...
* Git - fix stage/unstage selected ranges in nested git repositories
* Remove the submodule check as it is being covered by the repository check
* Pull request feedback
2023-09-06 14:35:55 +02:00
Aiday Marlen Kyzy
c71e8d7bb5
checking that view exists before running code
2023-09-06 14:25:26 +02:00
Robo and GitHub
1f40d64450
fix: deb and rpm dependency after keytar removal ( #192275 )
...
* fix: deb and rpm dependency after keytar removal
* chore: rm libsecret-1-dev from CI
* ci: update cache
2023-09-06 05:24:39 -07:00
Johannes Rieken and GitHub
dfde37b41d
Merge pull request #192282 from microsoft/joh/beneficial-marmoset
...
more `ensureNoDisposablesAreLeakedInTestSuite` work
2023-09-06 12:46:36 +02:00
Sandeep Somavarapu and GitHub
2aa8453e35
Merge pull request #192270 from microsoft/sandy081/dreadful-ferret
...
#191860 - retry if command is not found
2023-09-06 11:59:04 +02:00
Johannes
1c285ac806
more ensureNoDisposablesAreLeakedInTestSuite work
2023-09-06 11:42:57 +02:00
Sandeep Somavarapu
9ed384ffe7
fix while check
2023-09-06 11:10:35 +02:00
Sandeep Somavarapu
7b15902db0
only check for No matching commands text
2023-09-06 10:58:27 +02:00
Martin Aeschlimann and GitHub
4adde92102
command to browse marketplace color themes ( #192269 )
2023-09-06 10:57:28 +02:00
Aiday Marlen Kyzy and GitHub
b737d8f860
Merge pull request #192272 from microsoft/aiday/leakingDisposables
...
Leaking disposables inside of sticky scroll test
2023-09-06 10:44:36 +02:00
BeniBenj
2e33655e9c
rename variables title height, added super methods
2023-09-06 10:39:10 +02:00
Sandeep Somavarapu
6e93ce037b
feedback
2023-09-06 10:30:13 +02:00
Sandeep Somavarapu and GitHub
acfce3c8c4
Get settings sync session only when needed ( #192264 )
...
#187284 Get settings sync session only when needed
2023-09-06 10:08:22 +02:00
Aiday Marlen Kyzy
e5d65965c3
adding the fix for leaking disposables
2023-09-06 10:01:39 +02:00
Robo and GitHub
ab2afd626f
chore: disable hardware acceleration support for linux smoke tests ( #192265 )
2023-09-06 16:58:16 +09:00
Sandeep Somavarapu
7a0fecc0a7
#191860 - retry if command is not found
2023-09-06 09:36:50 +02:00
Johannes Rieken and GitHub
1e528d7a4c
Merge pull request #191913 from microsoft/joh/normal-hummingbird
...
Fix some DebugSession leakage
2023-09-06 09:09:24 +02:00
Benjamin Pasero and GitHub
7dcecb16f1
Merge branch 'main' into benibenj/tabHeight
2023-09-06 09:06:29 +02:00
Benjamin Pasero and GitHub
3e6068253b
storage - first cut action to see and remove large entries ( #192013 )
...
* storage - first cut action to see and remove large entries
* limit to dev only
* update
* support in web too
* optimize db as well
* add integration test
* include large string
* actually check on DB size
2023-09-06 08:54:08 +02:00
Tyler James Leonhardt and GitHub
384e2636e5
Allow for querying multiple kinds of related information ( #192259 )
2023-09-06 08:53:15 +02:00
Tyler James Leonhardt and GitHub
225ab90d83
Have secrets adopt ensureNoDisposablesAreLeakedInTestSuite ( #192258 )
...
ref https://github.com/microsoft/vscode/issues/190503
2023-09-06 08:52:49 +02:00
Rob Lourens and GitHub
e682a8dcd2
Merge pull request #192243 from microsoft/roblou/legislative-gazelle
...
Adopt ensureNoDisposablesAreLeakedInTestSuite for some tests
2023-09-05 19:21:16 -07:00
Connor Peet and GitHub
e00e7db6a4
debug: fix launch task doesn't run if similar task is already running in different workspace folder ( #192249 )
...
* debug: fix launch task doesn't run if similar task is already running in different workspace folder
Fixes #191949
* more _id replacement
2023-09-05 19:19:38 -07:00
Rob Lourens
2281561e9f
Merge remote-tracking branch 'origin/main' into roblou/legislative-gazelle
2023-09-05 18:13:08 -07:00
Rob Lourens
d3f6b37596
Fix more leaks in chat service
2023-09-05 18:04:07 -07:00
Connor Peet and GitHub
58a4db6b5b
testing: fix markdown styling in test results view ( #192251 )
...
Fixes #191292
2023-09-05 17:51:35 -07:00
Joyce Er and GitHub
5bfedc46bc
Allow slash commands to return trees and followups ( #192247 )
...
* Allow slash commands to return tree data
* Allow slash commands to return followups
* Revive URIs in tree data
2023-09-05 17:48:18 -07:00
Tyler James Leonhardt and GitHub
5134662139
Remove CredentialsService & keytar ( #192224 )
...
* Remove CredentialsService & keytar
ref https://github.com/microsoft/vscode/issues/115215
fixes https://github.com/microsoft/vscode/issues/143395
* compile
* remove imports
* rip the bandaid
2023-09-05 17:47:30 -07:00
Rob Lourens
221d7c695c
Simplify
2023-09-05 17:19:30 -07:00
Rob Lourens and GitHub
a8eda33032
Fix invalid php snippet ( #192246 )
...
Fix #189561
2023-09-06 02:13:03 +02:00
Matt Bierner and GitHub
7cc7a6f50c
Update md grammar ( #192245 )
2023-09-06 01:56:58 +02:00
Matt Bierner and GitHub
630bbb1954
Pick up latest markdown language service ( #192242 )
2023-09-05 16:41:49 -07:00
Matt Bierner and GitHub
996b733b2c
Adopt ensureNoDisposablesAreLeakedInTestSuite ( #192221 )
...
For #190503
2023-09-06 01:41:34 +02:00
Connor Peet and GitHub
4de3a2cb9d
debt: adopt ensureNoDisposablesAreLeakedInTestSuite ( #192226 )
...
Finishes adoption in test I own
2023-09-05 16:27:21 -07:00
Rob Lourens
033ed7a9f3
Cleanup
2023-09-05 16:20:42 -07:00
Rob Lourens
1b8f1ff9cd
Adopt ensureNoDisposablesAreLeakedInTestSuite for chatService.test.ts
2023-09-05 16:16:53 -07:00
David Dossett and GitHub
e1b3512105
Fix inline status row margins ( #192212 )
2023-09-06 00:54:32 +02:00
Rob Lourens
f73b2315b2
Adopt ensureNoDisposablesAreLeakedInTestSuite for chatModel.test.ts
2023-09-05 15:51:12 -07:00
Rob Lourens
449dfbcbc0
Adopt ensureNoDisposablesAreLeakedInTestSuite in ExtHostSearch test
2023-09-05 15:48:52 -07:00
Rob Lourens
fc2d092a34
Adopt ensureNoDisposablesAreLeakedInTestSuite for MainThreadWorkspace tests
2023-09-05 15:32:56 -07:00
Rob Lourens
13fe2caa64
Adopt ensureNoDisposablesAreLeakedInTestSuite in contextKey tests
2023-09-05 15:28:05 -07:00