Commit Graph

90679 Commits

Author SHA1 Message Date
Logan Ramos
c937ab0fb6 Fix #127789 2021-11-03 10:07:16 -04:00
Sandeep Somavarapu
fe00fa4d27 clean up 2021-11-03 14:46:44 +01:00
Alex Ross
b0c00c2143 Force task terminals to be in the view
Part of #134533
2021-11-03 14:40:50 +01:00
Henning Dieterichs
4d3d471c99 getPrefixSum(indexInclusive) -> getPrefixSum(count: indexInclusive + 1) 2021-11-03 14:16:57 +01:00
Alex Dima
44435f33e1 Fixes #116939: Escape unicode directional formatting characters when rendering control characters. Also turn on editor.renderControlCharacters by default. 2021-11-03 14:13:02 +01:00
Alex Dima
eeaeb28558 Remove no longer necessary license text 2021-11-03 14:12:29 +01:00
Alex Ross
44caa5a52b Remove console.log 2021-11-03 14:08:43 +01:00
Sandeep Somavarapu
1944e5d133 Fix #135935 2021-11-03 14:05:36 +01:00
Henning Dieterichs
21a828f217 Improves LineBreakData test 2021-11-03 14:05:14 +01:00
Henning Dieterichs
eec6ed94de Exposes and adopts IViewLineTokens.getLineContent 2021-11-03 13:58:04 +01:00
Johannes Rieken
435410dbf8 chore - use real CSS theme variables in language status and kernel view item 2021-11-03 13:37:46 +01:00
Johannes Rieken
ea27d603a6 chore - use CSS theme variables over registerThemingParticipant, codeLens, references, call hierarchy 2021-11-03 13:37:46 +01:00
Sandeep Somavarapu
4ed0329e9c #135935 move IUriIdentityService to platform 2021-11-03 12:11:00 +01:00
Henning Dieterichs
0e72666f28 Refactors line break data. 2021-11-03 12:08:28 +01:00
Benjamin Pasero
0847eebd73 web - adopt indexDB helper for storage 2021-11-03 11:41:18 +01:00
Martin Aeschlimann
f2d3a235b6 Browse themes from MP 2021-11-03 09:59:47 +01:00
Benjamin Pasero
bfa488dd8f watcher - use type property for crash reporter location 2021-11-03 09:23:45 +01:00
Johannes Rieken
3ff2cd942d remove ms-vscode.remotehub* from proposed API allow list, https://github.com/microsoft/vscode-internalbacklog/issues/2431#issuecomment-950869327 2021-11-03 09:13:40 +01:00
Benjamin Pasero
02d4cb5383 Unable to resolve your shell pops-up instantly (fix #136272) 2021-11-03 08:38:59 +01:00
Benjamin Pasero
af261488f8 watcher - enable crash reports on linux (#136264) 2021-11-03 08:28:48 +01:00
Simon McEnlly
b64259260d Merge branch 'microsoft:main' into main 2021-11-03 15:43:49 +10:00
Simon McEnlly
0603dcd867 Add replaceAll method to OutputChannel to improve render flickering for extensions with minimal output contents; associated with https://github.com/microsoft/vscode/issues/132183 2021-11-03 15:35:53 +10:00
Jackson Kearl
fd3b9ada8e Fix #135093 2021-11-02 21:13:00 -07:00
Jackson Kearl
c17da20cba Fix #131675 2021-11-02 20:23:54 -07:00
Rob Lourens
662b9779e8 Update execution order support when kernel changes
Fix #122639
2021-11-02 20:11:41 -07:00
Jackson Kearl
6fca14b779 Fix #133015 2021-11-02 19:12:58 -07:00
Megan Rogge
2c390625bc fix #136318 2021-11-02 18:08:58 -07:00
SteVen Batten
cbc4983743 fixes #127756 2021-11-02 18:03:32 -07:00
Jackson Kearl
bfcc4f8f22 Fix #135395 2021-11-02 17:51:44 -07:00
Jean Pierre
717a622b3c Fixes #136170 (#136171) 2021-11-02 19:31:59 -05:00
SteVen Batten
bf4ede862d remove vscode prefix for exp name 2021-11-02 17:31:23 -07:00
Megan Rogge
9c2cb61206 add more terminalProfileService tests (#136308) 2021-11-02 16:41:04 -07:00
Jackson Kearl
fe8ee4ce8f Fix #135477 2021-11-02 16:31:35 -07:00
Jackson Kearl
8b20926d70 Add descriotion to walkthrough 2021-11-02 16:19:44 -07:00
Jackson Kearl
8b8e1d1dfa Fix up markdown centering 2021-11-02 15:35:21 -07:00
Logan Ramos
d9ef7784b5 Update collector++ endpoint 2021-11-02 17:11:10 -04:00
Daniel Imms
773e643dd8 Merge pull request #136292 from microsoft/tyriar/more_xtermterminal
More XtermTerminal refactors
2021-11-02 12:58:51 -07:00
Jackson Kearl
338b390cdb Fix #129733
Fix #125400
2021-11-02 12:45:42 -07:00
rebornix
e6080fd723 💄 2021-11-02 12:12:18 -07:00
rebornix
83d551ba58 fix #132101. 2021-11-02 12:10:57 -07:00
rebornix
a4906e7a15 fix #133929. 2021-11-02 12:01:42 -07:00
Tyler Leonhardt
45e8ea4886 Narrow list of word separators. Fixes #123915 2021-11-02 11:45:51 -07:00
Megan Rogge
5d87d648cb Create TerminalProfileService (#136131) 2021-11-02 11:38:09 -07:00
SteVen Batten
3db1aad8fb Exp => Assignment Rename (#136253)
* rename workbench exp service to assignment service

* rename folder path for workbench exp service

* renames

* fix broken refactors

* refactor for code re-use

* bring back logic for network initialization with comments
2021-11-02 14:18:29 -04:00
Rob Lourens
86974a77bb Revert "Remove unused search process code"
This reverts commit b2494d777f.
2021-11-02 09:49:35 -07:00
Alex Ross
be9522f78c Fix unreliable terminal splitting for depends tasks
Fixes #134431
2021-11-02 17:42:10 +01:00
Sandeep Somavarapu
adc6ff8209 clean up 2021-11-02 17:12:05 +01:00
Sandeep Somavarapu
2948450d50 clean up 2021-11-02 15:54:56 +01:00
Sandeep Somavarapu
e06d19cfbc Fix #136295 2021-11-02 15:50:50 +01:00
Daniel Imms
b135abf293 Merge remote-tracking branch 'origin/main' into tyriar/more_xtermterminal 2021-11-02 07:39:02 -07:00