Commit Graph
100456 Commits
Author SHA1 Message Date
Daniel Imms 61bc0be8cc Cover other variables too 2022-08-31 05:28:47 -07:00
Daniel ImmsandGitHub a9e28d5ee4 Merge pull request #159626 from microsoft/tyriar/159618
Move ITerminalInstance.runRecent into its own file
2022-08-31 05:26:55 -07:00
Daniel ImmsandGitHub fa9d5ab150 Merge pull request #159578 from microsoft/tyriar/osc_hyperlink
Support terminal OSC hyperlink sequence
2022-08-31 05:25:14 -07:00
Daniel Imms 9ea0cd0f53 Improve arg names in terminalIconsEqual
See #159617
2022-08-31 05:23:57 -07:00
Daniel ImmsandGitHub 72f734b006 Merge pull request #159617 from microsoft/tyriar/lgtm
Action lgtm.io alerts in terminal
2022-08-31 05:23:09 -07:00
Daniel Imms cfe061f5e9 Move all terminal contributions to run on restored phase
Part of #156864
2022-08-31 05:16:34 -07:00
Benjamin PaseroandGitHub 963bd989c4 perf - disable electron from setting a default menu (#159660) 2022-08-31 13:30:13 +02:00
Johannes 099cfa996e debt - don't use appendMenuItems for goto commands anymore, also migrate to use EditorAction2 2022-08-31 13:19:12 +02:00
b358daf373 UI freeze when trusting/untrusting current folder (fix #159224) (#159258)
* UI freeze when trusting/untrusting current folder (fix #159224)

* Consolidate a few of the resolver events

Co-authored-by: Logan Ramos <lramos15@gmail.com>
2022-08-31 13:04:25 +02:00
Johannes 147f162b65 use MicrotaskEmitter to (drastically) reduce the number of MenuRegistry-change events 2022-08-31 12:31:03 +02:00
Joyce ErandGitHub 8d28ffac6d Allow ref checkout after protocol handler clone (#159481) 2022-08-31 11:06:44 +02:00
João MorenoandGitHub 0ddb3aef52 fix: polish windows 7 support eol notification (#159647) 2022-08-31 09:58:59 +02:00
Matt BiernerandGitHub 48f1eceabc Re-use plaintext markdown renderer (#159627)
This renderer is stateless so we can reuse it across calls to `renderMarkdownAsPlaintext`
2022-08-31 09:21:40 +02:00
Matt BiernerandGitHub 21337aed3f Pick up newest markdown language service (#159619)
This brings support for code actions and source actions, along with some bug fixes

Also fixes `getAllMarkdownDocuments` to prefer open documents instead of those on disk
2022-08-31 09:20:41 +02:00
Matt BiernerandGitHub 57fbc50857 Pick up latest marked release (#159629) 2022-08-31 08:51:05 +02:00
Matt BiernerandGitHub ec121789cd Always use custom code action widget (#159614)
Also updates setting names to use `widget` instead of `menu`
2022-08-31 08:49:57 +02:00
Matt BiernerandGitHub c96574c969 Bump api notebook milestone (#159615) 2022-08-31 08:49:08 +02:00
Matt BiernerandGitHub 21ce7dab97 Extract default marked renderers to constant functions (#159630) 2022-08-31 07:58:17 +02:00
Matt BiernerandGitHub 01ea9c11ea Update extension enabled tsconfig libs (#159631)
Matches what we set for `src/`
2022-08-31 07:57:15 +02:00
Benjamin PaseroandGitHub 55046fccac debt - remove outdated code (#159637)
debt - remove weird code
2022-08-31 07:38:50 +02:00
RoboandGitHub 3c3ba581e5 chore: update electron@19.0.12 (#159634) 2022-08-31 03:39:15 +02:00
Daniel Imms 89c00c59b6 Move ITerminalInstance.runRecent into its own file
Fixes #159618
2022-08-30 15:53:11 -07:00
Matt BiernerandGitHub 1895178d00 Finalize notebookWorkspaceEdit api (#159613)
Fixes #155245
2022-08-30 15:36:40 -07:00
David DossettandGitHub ffc2374a82 Remove border radius on selected text in SCM view (#159612)
Remove border radius on selected text
2022-08-30 14:28:16 -07:00
Daniel Imms 436b3564ec Action lgtm.io alerts in terminal
Fixes #159616
2022-08-30 14:23:59 -07:00
Sandeep Somavarapu 78fafbea42 fix #154090 2022-08-30 22:16:27 +02:00
Logan RamosandGitHub dbfbebf5c0 Fix x button overlapping (#159603) 2022-08-30 21:07:38 +02:00
RoboandGitHub 65b53f2aa3 fix: notify windows 7 support eol (#159546) 2022-08-30 21:02:14 +02:00
Rob LourensandGitHub 635e7284df Revert "Queue all parts of debug start that can require user input (#… (#159602)
Revert "Queue all parts of debug start that can require user input (#158439)"

This reverts commit 0dddb856fd.
2022-08-30 11:52:33 -07:00
Daniel ImmsandGitHub dff9f597d4 Merge pull request #158609 from microsoft/tyriar/156179-options
Move showOptionButtons into IFindInputOptions.showCommonFindToggles
2022-08-30 10:02:12 -07:00
Daniel Imms e0335f887b Update xterm webgl addon
Fixes #39278
2022-08-30 09:13:52 -07:00
Daniel Imms 7d749080dc Delay the tooltip hover 2022-08-30 08:48:49 -07:00
Daniel Imms 76384da25e Working OSC hyperlinks
Part of #39278
2022-08-30 08:39:55 -07:00
Joyce ErandGitHub db4f5a84dc Debt - do not expose an unregister method from service (#158641)
* Debt - do not expose an unregister method from service

* Add registration disposable to disposable store
2022-08-30 08:34:15 -07:00
Aiday Marlen KyzyandGitHub af14c1036e Merge pull request #159568 from microsoft/aiday/wrongOrderOfOutlineElements
Ordering the outermost outline elements in the function fromOutlineModel before calling fromOutlineElement
2022-08-30 17:07:35 +02:00
Logan RamosandGitHub 4216e6170d New File.. polish (#159570) 2022-08-30 16:57:18 +02:00
aiday-mar aca9e01e48 Using endLineNumber not startLineNumber, and implementing a custom comparator 2022-08-30 16:52:27 +02:00
aiday-mar f8b2fd8f5d Ordering the first set of outline elements in the function StickyOutlineElements.fromFoldingModel. Adding one to the end line number returned from the folding model (it turns out it returns the second to last end line number). 2022-08-30 16:29:19 +02:00
João MorenoandGitHub 43a909c0ae update .mailmap (#159565) 2022-08-30 16:14:56 +02:00
Logan RamosandGitHub 0ccec43747 Some explorer commands should ignore nested children (#159563)
Add ability to ingore nested children
2022-08-30 16:10:12 +02:00
Aiday Marlen KyzyandGitHub 93327316c0 Merge pull request #159305 from microsoft/aiday/issue159136
Sticky Scroll : when several outline models are available, choose the one spanning the biggest total range
2022-08-30 15:02:09 +02:00
aiday-mar d3a964d7b7 providerID has type string or undefined. Using Iterable.find() function. 2022-08-30 14:47:01 +02:00
Benjamin PaseroandGitHub 3965d6503a perf - mark times for creating workbench contributions (#159548)
* perf - mark times for creating workbench contributions

* fix layer issue

* do not use `measure` for now
2022-08-30 14:36:20 +02:00
Johannes RiekenandGitHub ba8636b3c9 add perf-marks for handling extension points (#159549) 2022-08-30 08:31:36 -04:00
aiday-mar 95279b7671 Merge branch 'main' into aiday/issue159136 2022-08-30 14:30:37 +02:00
Johannes 52193cfc09 make to run buildWebNodePaths when using transpile-swc 2022-08-30 14:27:20 +02:00
Johannes fb76d213f9 update swc 2022-08-30 14:16:18 +02:00
Johannes a252938303 Merge branch 'main' into joh/swc 2022-08-30 14:14:22 +02:00
Aiday Marlen KyzyandGitHub f62d2c849f Merge pull request #159198 from microsoft/aiday/issue157165
When no document symbol provider use the folding model for the sticky scroll
2022-08-30 13:02:17 +02:00
Benjamin PaseroandGitHub 2ba046482d bump esbuild@1.15.5 (#159533)
bump esbuild
2022-08-30 12:52:31 +02:00