Commit graph

72317 commits

Author SHA1 Message Date
Martin Aeschlimann e01e0ebe39 [theme] Git:Input Validation Subject Length - not working on Monokai Theme.Fixes #101081 2020-11-03 16:30:29 +01:00
Sandeep Somavarapu aba089cf11 Fix #95268 2020-11-03 16:10:32 +01:00
Sandeep Somavarapu bd0c897c90 Fix #95211 2020-11-03 15:52:41 +01:00
Johannes Rieken 70227b45b5 remove unused label 2020-11-03 15:20:25 +01:00
Johannes Rieken ef941c2c3c 💄 more async-await 2020-11-03 15:11:15 +01:00
Sandeep Somavarapu f5490aed3d Fix #108023 2020-11-03 14:55:43 +01:00
João Moreno 7936093c33
git: merge resources should return undefined original resource
related to #109022
2020-11-03 14:33:18 +01:00
Johannes Rieken 5b3b6b8026 💄 async-await 2020-11-03 14:21:30 +01:00
Alex Ross a3a5d6a6e1 Fix tasks test 2020-11-03 14:03:12 +01:00
Alex Dima 796db55744
Remove iframe around web worker in codespace case 2020-11-03 13:55:17 +01:00
Johannes Rieken 56b686f9fd 💄 snippets 2020-11-03 12:51:43 +01:00
Johannes Rieken 80d59864b1 appendText should escape leading whitespace, should escape leading quote character, also remove duplicated implementations, fixes https://github.com/microsoft/vscode/issues/68983, fixes https://github.com/microsoft/vscode/issues/109040 2020-11-03 12:07:36 +01:00
Alex Ross 7d1affcf90 Throw useful error if task execution is undefined
https://github.com/microsoft/vscode/issues/109861
2020-11-03 11:38:32 +01:00
Benjamin Pasero 5905725b5c Locally, but exported, constants hurt minification (a little) (fix #109899) 2020-11-03 11:12:27 +01:00
João Moreno 1703e7e71e
fix bad JSON 2020-11-03 11:06:53 +01:00
isidor a8036f5d27 Show current debug line in overview ruler
fixes #109456
2020-11-03 11:00:47 +01:00
João Moreno 4ec0cd5f29
fixes #92709 2020-11-03 10:59:30 +01:00
Sandeep Somavarapu 153835e0f5 Fix #99963 2020-11-03 10:47:23 +01:00
isidor e720530819 Open to side: do not first use fileService for resolving, since item is already part of explorer model
fixes #109780
2020-11-03 10:41:23 +01:00
Johannes Rieken 7601718ccc Use editor base weight when contributing peek commands, fixes https://github.com/microsoft/vscode/issues/109727#issuecomment-720986472 2020-11-03 10:26:58 +01:00
Martin Aeschlimann 82ff980017 use item labels for themes 2020-11-03 10:12:28 +01:00
João Moreno 4d9e54c0b8
increase job timeout 2020-11-03 10:03:53 +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
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
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
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