Commit Graph

100456 Commits

Author SHA1 Message Date
Ladislau Szomoru
eff6fa7696 Git - discover nested git repositories (#159291) 2022-09-07 15:35:46 +02:00
Henning Dieterichs
401189ef31 Fixes #159155 (#160293) 2022-09-07 15:15:00 +02:00
Ladislau Szomoru
1e99736c27 Git - Add merge abort command (#159753)
* Add merge abort command

* Pull request feedback
2022-09-07 06:06:20 -07:00
Logan Ramos
c6fd3c9c17 Add dialog to prompt for overwrite (#160291) 2022-09-07 14:49:25 +02:00
Johannes Rieken
a634a1c4c3 update my-work milestone (#160283) 2022-09-07 13:27:57 +02:00
Alex Ross
5f9946a307 Bump distro (#160277) 2022-09-07 06:55:40 -04:00
Johannes Rieken
7eeef6d584 Merge pull request #160274 from microsoft/joh/swc-lib
joh/swc lib
2022-09-07 11:32:19 +02:00
Benjamin Pasero
d3a33a2716 services - set more lazy in main process (#160273) 2022-09-07 11:29:41 +02:00
Benjamin Pasero
11f93b034f perf - no longer block for backup metadata writes (#160152)
* backups - make workspace metadata writing async

* shared process - only cleanup workspace storage for windows not in use

* remove backup path from env

* optimise `rimraf.move` when path does not exist

* backups - reduce publicly visible methods

* backups - drop deprecated format

* backups - 💄 code

* cleanup
2022-09-07 11:20:03 +02:00
Johannes
d6f5727021 also use SWC for extensions transpile 2022-09-07 11:18:53 +02:00
Johannes
87e54a0759 consume swc as libaray and wire up into the existing transpiler logic 2022-09-07 10:46:27 +02:00
Johannes
d7fafc7ada remove swc as executable task 2022-09-07 10:40:45 +02:00
Matt Bierner
077f5865da Support latest md ls (#160228)
- Update `looksLikeMarkdownPath` to look at open documents and notebooks, not just the uri
- Register custom command  for document links
2022-09-07 07:17:41 +02:00
Benjamin Pasero
c8dd96f73b smoke - fix log and retry exitApplication (#160244) 2022-09-07 07:17:04 +02:00
David Dossett
0f2de31e48 Vertically align codicons in custom tree view items (#160212)
* Vertically align codicons in custom tree view item

* Fix formatting
2022-09-06 20:25:30 -07:00
Logan Ramos
1c2eb0be75 Incremental naming add disabled (#160218) 2022-09-06 19:55:28 -07:00
Leonardo Montini
e6b2d880b5 Handled case with inline disabled breakpoint gets reactivated (#155403)
handled case with inline disabled breakpoint gets reactivated

Co-authored-by: Rob Lourens <roblourens@gmail.com>
2022-09-06 18:20:53 -07:00
Peng Lyu
dd9e590c0c Re #134853. Support html headers in notebook outline (#160240) 2022-09-07 03:06:52 +02:00
Raymond Zhao
17fc955b4f Disable WCO by default (#160213) 2022-09-06 17:42:39 -07:00
Raymond Zhao
50140a53cc Revert "Fix language-specific tab expansion and polish (#157035)" (#160233)
This reverts commit 9f80085795.
2022-09-06 15:21:34 -07:00
Johannes Rieken
50cdf1d71b Merge pull request #160176 from microsoft/joh/nasty-rook
have an explicit `SnippetTextEdit` and all to set them onto a workspace edit
2022-09-07 00:02:46 +02:00
Connor Peet
b686df76b6 testing: fix scrollbar on markdown messages (#159959)
Fixes #151320
2022-09-06 15:01:26 -07:00
Daniel Imms
5a6becf299 Merge pull request #159900 from microsoft/tyriar/159890
Fix remote fish shell integration path
2022-09-06 12:30:39 -07:00
Daniel Imms
520f5ec6b9 Merge pull request #159944 from microsoft/tyriar/154948
Remove MenuItemAction extension from terminal
2022-09-06 12:30:11 -07:00
Daniel Imms
29234f0219 Merge pull request #160209 from microsoft/tyriar/159864
Remove reliance on sed -r
2022-09-06 11:24:54 -07:00
Daniel Imms
32095ba21f Merge pull request #159698 from microsoft/tyriar/159677
Fix terminal link exact match edge cases with tests
2022-09-06 11:16:57 -07:00
Matt Bierner
6feea8bbb3 Add code action menu ctrl+n, ctrl+p mac keybindings (#160199)
Fixes #160126
2022-09-06 10:54:51 -07:00
Alex Ross
3211507e6b Using once in comment collapse state returns first value (#160192)
once doesn't do what I thought it did
2022-09-06 13:40:41 -04:00
Daniel Imms
bcdc03cae6 Merge pull request #159810 from microsoft/tyriar/159628
Clean up some of terminal instance impl and internal api
2022-09-06 10:23:11 -07:00
Daniel Imms
1fee9104ef Remove reliance on sed -r
Fixes #159864
2022-09-06 10:18:44 -07:00
Daniel Imms
1d5071a0a2 Merge remote-tracking branch 'origin/main' into tyriar/159628 2022-09-06 10:08:51 -07:00
Daniel Imms
d39839d469 Merge pull request #160198 from microsoft/tyriar/156961_2
Re-enable terminal profiles tests
2022-09-06 10:03:15 -07:00
Sandeep Somavarapu
707f04f1a8 Merge pull request #160201 from microsoft/sandy081/energetic-mockingbird
refactor handling profiles from CLI
2022-09-06 18:55:58 +02:00
Benjamin Pasero
fb15edb328 Revert "services - set more lazy in main process" (#160202)
Revert "services - set more lazy in main process (#160188)"

This reverts commit a319249930.
2022-09-06 09:47:48 -07:00
Benjamin Pasero
e5a305fad5 💄 2022-09-06 09:40:05 -07:00
Sandeep Somavarapu
771389ca51 refactor handling profiles from CLI 2022-09-06 17:58:18 +02:00
Daniel Imms
d0186508a1 Re-enable terminal profiles tests
It passed a loop of 50x tests so it looks like the flakiness is gone

Fixes #156961
2022-09-06 08:37:47 -07:00
Henning Dieterichs
c2cc481940 Fixes context menu bug (#160195)
* Fixes context menu bug

* Fixes diffing bug
2022-09-06 16:49:53 +02:00
Johannes Rieken
5c28e1ef4d make some more services explicily delayed or eager (#160194)
https://github.com/microsoft/vscode/issues/159178
2022-09-06 16:45:47 +02:00
Benjamin Simmonds
d37b28fa7b Actually rerender TreeView (#160189)
* rerender

* rerender checkboxes
2022-09-06 16:16:36 +02:00
Sandeep Somavarapu
6ec2291ee4 fix #159577 (#160163)
* fix #159577

* do not associate profile for the folder to add
2022-09-06 07:04:38 -07:00
Benjamin Pasero
a319249930 services - set more lazy in main process (#160188) 2022-09-06 10:03:07 -04:00
Alex Ross
0547f64db9 Properly use comment API collapsibleState as initial (#160187)
Fixes #158316
2022-09-06 15:58:30 +02:00
Henning Dieterichs
95f469a0df Merge editor improvements (#160173)
* Merge editor improvements

* Merge editor improvements
2022-09-06 15:29:14 +02:00
Benjamin Pasero
14459d6db1 Merge pull request #160016 from microsoft/ben/joint-hippopotamus
debt - remove avoidMonkeyPatchFromAppInsights
2022-09-06 06:26:03 -07:00
Johannes
bcf6547e92 fix API tests for new API 2022-09-06 14:53:43 +02:00
Johannes Rieken
e0ccceeb04 Use canonical uris when applying bulk edits (#159067)
* Use canonical uris when applying bulk edits

* move `reviveWorkspaceEditDto` into mainThreadBulkEdit
* make `reviveWorkspaceEditDto` require the uri ident service
* add test

fixes https://github.com/microsoft/vscode/issues/158845

* revive first, otherwise the `is` checks don't work

* fix tests
2022-09-06 14:51:11 +02:00
Johannes
5e2825730e add one more API todo tag 2022-09-06 14:29:32 +02:00
Sandeep Somavarapu
ba6d0bd1d9 adopt lazy services (#160168)
#159178
- make services lazy
- adopt to eager instantiation with comment
2022-09-06 14:06:03 +02:00
Henning Dieterichs
12185baa0f Fixes merge editor decoration bug (#160158) 2022-09-06 14:04:42 +02:00