Martin Aeschlimann
|
82ff980017
|
use item labels for themes
|
2020-11-03 10:12:28 +01:00 |
|
João Moreno
|
dfaf4ef080
|
Merge branch 'master' into joao/terrapin
|
2020-11-03 10:04:38 +01:00 |
|
João Moreno
|
4d9e54c0b8
|
increase job timeout
|
2020-11-03 10:03:53 +01:00 |
|
Benjamin Pasero
|
37e16f845b
|
storage - adopt new API in one place
|
2020-11-03 09:58:38 +01:00 |
|
Benjamin Pasero
|
b64171bd0b
|
storage - introduce onDidChangeTarget event
|
2020-11-03 09:54:46 +01:00 |
|
Sandeep Somavarapu
|
6f26a40b76
|
Fix #101612
|
2020-11-03 09:47:11 +01:00 |
|
Martin Aeschlimann
|
183b2a2892
|
[themes] theme names are all not localized. Fixes #109840
|
2020-11-03 09:46:34 +01:00 |
|
Sandeep Somavarapu
|
c8b48d0d99
|
Fix #103438
|
2020-11-03 09:26:48 +01:00 |
|
Sandeep Somavarapu
|
8d429660a9
|
fix message
|
2020-11-03 09:15:24 +01:00 |
|
Sandeep Somavarapu
|
cecd55133f
|
Fix #106989
|
2020-11-03 09:13:16 +01:00 |
|
Benjamin Pasero
|
6a242516e4
|
storage - first cut target support (user, machine)
|
2020-11-03 08:56:12 +01:00 |
|
Sandeep Somavarapu
|
1d98078624
|
fix #106857
|
2020-11-03 08:26:32 +01:00 |
|
Matt Bierner
|
ad1dc7f87a
|
Strip newlines from the code actions title
Fixes #109869
|
2020-11-02 15:46:08 -08:00 |
|
Connor Peet
|
296aa89012
|
debug: improve attach to vscode config
|
2020-11-02 15:15:14 -08:00 |
|
rebornix
|
6acc9ff1ee
|
editor cmd+e find with selection.
|
2020-11-02 14:06:13 -08:00 |
|
Matt Bierner
|
90b17ed115
|
Make it easier to override markdown table stylings
Fixes #105796
This makes the markdown preview's default css for tables less specific. This should make it easier to user or extensions to override it
|
2020-11-02 13:53:26 -08:00 |
|
Matt Bierner
|
699e3e5afa
|
Update marked
|
2020-11-02 13:53:25 -08:00 |
|
Jackson Kearl
|
49873aa674
|
Bump actions
|
2020-11-02 12:53:30 -08:00 |
|
Connor Peet
|
1ca6360d5e
|
terminal: fix typeahead eol naming
|
2020-11-02 11:28:44 -08:00 |
|
rebornix
|
1351f36293
|
💄
|
2020-11-02 11:27:43 -08:00 |
|
Connor Peet
|
06c401b358
|
terminal: cleanup typeahead tests
|
2020-11-02 11:21:11 -08:00 |
|
Connor Peet
|
25e70bb455
|
terminal: update typeahead tests
|
2020-11-02 11:21:10 -08:00 |
|
digeff
|
5e636afbcf
|
Remove unused imports
|
2020-11-02 11:18:50 -08:00 |
|
Eric Amodio
|
4e15db0b49
|
Fixes always white comment body border
|
2020-11-02 11:18:09 -08:00 |
|
Rob Lourens
|
f25cb53571
|
Bump distro
|
2020-11-02 11:10:20 -08:00 |
|
digeff
|
4f1f830735
|
Merge remote-tracking branch 'origin/master' into searchView/context/extensionPoints
|
2020-11-02 11:06:56 -08:00 |
|
digeff
|
bce86a137e
|
Fixed other context menus using this context
|
2020-11-02 10:57:41 -08:00 |
|
rebornix
|
bf161eb5cd
|
use mouse events for iPadOS instead of pointer events as iOS sometimes does not emit them
|
2020-11-02 10:56:33 -08:00 |
|
Rob Lourens
|
16d8eb9c57
|
Merge pull request #109630 from microsoft/eagerTerminalReconnection
Reconnect terminals at startup instead of waiting for the terminal view to become visible
|
2020-11-02 10:54:55 -08:00 |
|
Connor Peet
|
c1a6bc16b8
|
terminal: capture cursor position correctly in typeahead backspace
|
2020-11-02 10:51:50 -08:00 |
|
Daniel Imms
|
220a067d8e
|
Merge pull request #109850 from kena0ki/issue##109636
Update xterm.css
|
2020-11-02 10:51:18 -08:00 |
|
SteVen Batten
|
3258a28683
|
clarify activity bar action menu layout
refs #40262
|
2020-11-02 10:42:32 -08:00 |
|
Connor Peet
|
fd9ace8458
|
terminal: fix typeahead leaving stray characters with backspaces
Fixes https://github.com/microsoft/vscode/issues/109704
Fixes https://github.com/microsoft/vscode-internalbacklog/issues/1575
|
2020-11-02 10:41:09 -08:00 |
|
Connor Peet
|
cbb21a30dd
|
terminal: restore old cursor style after failed backspace
|
2020-11-02 10:41:09 -08:00 |
|
Rob Lourens
|
933d888b2a
|
Merge branch 'master' into eagerTerminalReconnection
|
2020-11-02 10:22:11 -08:00 |
|
Sandeep Somavarapu
|
efb8cba23a
|
Fix #108817
|
2020-11-02 18:35:15 +01:00 |
|
Johannes Rieken
|
e6e9d6c36b
|
add report issue to extension bisect, move issue service interface to workbench/services, allow to file issue against disabled extension if explicitly names, fyi @RMacfarlane
|
2020-11-02 17:40:10 +01:00 |
|
Ken Aoki
|
6c5cc99c77
|
Merge branch 'master' into issue##109636
|
2020-11-03 01:39:52 +09:00 |
|
João Moreno
|
a9dfd7e0ed
|
fixes #109849
|
2020-11-02 17:04:17 +01:00 |
|
João Moreno
|
a0012e5f63
|
fix terrapin step
|
2020-11-02 16:50:33 +01:00 |
|
João Moreno
|
3b3b94525f
|
fixes #95697
|
2020-11-02 16:47:36 +01:00 |
|
João Moreno
|
6e9fe5a638
|
fixes #71994
|
2020-11-02 16:29:38 +01:00 |
|
João Moreno
|
a25c5efdf3
|
💄
|
2020-11-02 16:29:38 +01:00 |
|
Sandeep Somavarapu
|
fd8411e75e
|
Fix #89559
|
2020-11-02 16:27:36 +01:00 |
|
kena0ki
|
4b49bae903
|
Update xterm.css
|
2020-11-03 00:01:42 +09:00 |
|
João Moreno
|
c110357096
|
fixes #67685
|
2020-11-02 15:57:25 +01:00 |
|
Alex Ross
|
a5d719c570
|
Try new Rust grammar (#108254)
Part of #64488
|
2020-11-02 15:52:57 +01:00 |
|
João Moreno
|
6d20077821
|
fixes #67315
|
2020-11-02 15:49:57 +01:00 |
|
Johannes Rieken
|
7964dfd6e8
|
💄 async-await
|
2020-11-02 15:28:13 +01:00 |
|
Johannes Rieken
|
8600d333fc
|
debt - make editor smart select a "real" editor option
|
2020-11-02 15:23:43 +01:00 |
|