tanhakabir
aaa72d5b67
Distro bump ( #159700 )
2022-08-31 19:33:26 +02:00
Connor Peet
8c254bbf3e
inspect-brk main process with renderer process ( #159695 )
...
Debugging the main process is fairly lightweight, so let's just always do it. Also, have more appropriate launch config names
Fixes #159684
2022-08-31 19:13:39 +02:00
Joyce Er
29e6391a40
Don't store edit session if no Continue On destination is selected ( #159691 )
2022-08-31 10:04:37 -07:00
Daniel Imms
98c9c2543a
Merge pull request #159681 from microsoft/tyriar/159678
...
Skip shell for closeQuickOpen keybindings
2022-08-31 09:34:46 -07:00
Daniel Imms
fc4b583a4a
Merge pull request #159667 from microsoft/tyriar/159617_followup
...
Improve arg names in terminalIconsEqual
2022-08-31 09:20:51 -07:00
Sandeep Somavarapu
9e18376452
make service instantiation lazy ( #159680 )
...
* #159178 make service instantiation lazy
* add comment
* update comment
* make comment clear about cyclic dep
* :lisptick:
2022-08-31 12:20:30 -04:00
Alex Ross
e77342e59f
Add expand/collapse all commands for comments ( #159674 )
...
Part of #158316
2022-08-31 09:04:43 -07:00
Isidor Nikolic
a661cd0d50
references to GitHub discussions for extension authors ( #159682 )
2022-08-31 11:57:00 -04:00
Logan Ramos
449da3b7e4
Lighter weight matches ( #159554 )
...
* Implement a lighter weight matches when no override present
* Ensure diff still passes without override
* Address PR feedback
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com >
2022-08-31 08:49:02 -07:00
Sandeep Somavarapu
99a7f26b70
Merge pull request #159611 from microsoft/sandy081/fix154090
...
fix #154090
2022-08-31 17:20:17 +02:00
Johannes Rieken
2ccc23bef5
deprate registerWorkbenchAction more but make it leak less ( #159668 )
2022-08-31 17:06:39 +02:00
Daniel Imms
cc86f43b74
Skip shell for closeQuickOpen keybindings
...
Fixes #159678
2022-08-31 08:03:41 -07:00
Alex Ross
70c7237d86
Move almost everything out of the tree view constructor ( #159553 )
2022-08-31 16:56:38 +02:00
Alex Ross
dffbdebac5
Tooltip doesn't show when hovering over tree icon ( #159663 )
...
Fixes #159662
2022-08-31 07:25:09 -07:00
Benjamin Pasero
b7d5b65a13
perf - log slow running workbench contribs ( #159656 )
2022-08-31 15:25:51 +02:00
Johannes Rieken
d00804ec9b
Merge pull request #159661 from microsoft/joh/fast-pigeon
...
joh/fast pigeon
2022-08-31 14:35:23 +02:00
Daniel Imms
861eff6d40
Merge pull request #159666 from microsoft/tyriar/156864
...
Move all terminal contributions to run on restored phase
2022-08-31 05:32:07 -07:00
Daniel Imms
61bc0be8cc
Cover other variables too
2022-08-31 05:28:47 -07:00
Daniel Imms
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 Imms
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 Imms
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 Pasero
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
Benjamin Pasero
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 Er
8d28ffac6d
Allow ref checkout after protocol handler clone ( #159481 )
2022-08-31 11:06:44 +02:00
João Moreno
0ddb3aef52
fix: polish windows 7 support eol notification ( #159647 )
2022-08-31 09:58:59 +02:00
Matt Bierner
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 Bierner
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 Bierner
57fbc50857
Pick up latest marked release ( #159629 )
2022-08-31 08:51:05 +02:00
Matt Bierner
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 Bierner
c96574c969
Bump api notebook milestone ( #159615 )
2022-08-31 08:49:08 +02:00
Matt Bierner
21ce7dab97
Extract default marked renderers to constant functions ( #159630 )
2022-08-31 07:58:17 +02:00
Matt Bierner
01ea9c11ea
Update extension enabled tsconfig libs ( #159631 )
...
Matches what we set for `src/`
2022-08-31 07:57:15 +02:00
Benjamin Pasero
55046fccac
debt - remove outdated code ( #159637 )
...
debt - remove weird code
2022-08-31 07:38:50 +02:00
Robo
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 Bierner
1895178d00
Finalize notebookWorkspaceEdit api ( #159613 )
...
Fixes #155245
2022-08-30 15:36:40 -07:00
David Dossett
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 Ramos
dbfbebf5c0
Fix x button overlapping ( #159603 )
2022-08-30 21:07:38 +02:00
Robo
65b53f2aa3
fix: notify windows 7 support eol ( #159546 )
2022-08-30 21:02:14 +02:00
Rob Lourens
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 Imms
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