Commit Graph

89088 Commits

Author SHA1 Message Date
Harald Kirschner a80c2a58c3 Menu bar step in web walkthrough 2021-10-15 22:12:07 +00:00
Martin Aeschlimann a946f9e643 fix for #134873 2021-10-15 23:57:54 +02:00
Alex Dima e02350dd74 Fixes #131277: Reveal entire diff range in center 2021-10-15 23:41:59 +02:00
Damian Cyntler a12e9cd91e Fix zoom-out on an image [#131080] (#134706) 2021-10-15 14:38:38 -07:00
Rich Chiodo 38a711024d Merge pull request #135184 from rchiodo/dev/rchiodo/add_notebook_triage_labels
Add triage label when notebook label is assigned
2021-10-15 14:26:49 -07:00
Matt Bierner b85a272298 Fix csp for CDN extension locations
This rule needs to end in a `/` so that all files under the extension are allowed
2021-10-15 14:12:46 -07:00
Jared Neil 65f21ad59f Update seti-ui for Bazel icon fix 2021-10-15 15:07:04 -06:00
Alex Dima fa1e1fa701 Fixes #112614: Improve key code => scan code mappings for Chinese keyboard layout 2021-10-15 23:00:54 +02:00
Alex Dima 9a958ed022 Add test for zh_hant2 (#112614) 2021-10-15 23:00:54 +02:00
Megan Rogge bbf6e5ccbf fix #133459 2021-10-15 13:44:12 -07:00
Megan Rogge 0d1d04a59e fix #134053 2021-10-15 13:29:23 -07:00
Rich Chiodo 3208d53cb1 Add triage label when notebook label is assigned 2021-10-15 13:05:06 -07:00
Alex Dima f2c43358fa Fixes #130396: Allow extensions to contribute keybindings using scan codes 2021-10-15 21:53:01 +02:00
Alex Dima 94503ddb36 let -> const 2021-10-15 21:53:01 +02:00
Tyler Leonhardt 4106bf9447 add distro bump for @sana-ajani 2021-10-15 12:52:13 -07:00
Tyler Leonhardt 3307011b91 Revert "update distro"
This reverts commit 709c605899.
2021-10-15 12:50:06 -07:00
Sana Ajani 709c605899 update distro 2021-10-15 15:42:09 -04:00
Tyler Leonhardt 8add766eb2 use dom API directly so that the url is encoded properly 2021-10-15 11:19:12 -07:00
Connor Peet 8d0fd2aff6 ext: pass cwd through when creating extension host
Fixes #47195
2021-10-15 11:18:10 -07:00
Martin Aeschlimann a78567110c html: polish reading of settings 2021-10-15 20:11:06 +02:00
Martin Aeschlimann 8d70e049dd Merge pull request #129284 from ssigwart/noQuotes
Add doNotAddAttributeQuotes setting to disable automatic quotes
2021-10-15 19:56:02 +02:00
Martin Aeschlimann b1c3c96901 Merge pull request #135050 from sean-mcmanus/patch-1
Update package.json
2021-10-15 19:47:33 +02:00
Raymond Zhao 5e2605f0e3 Bump emmet-helper 2021-10-15 10:41:13 -07:00
Connor Peet d2264e3e0a tree: fix visibility not being updated on refilter
Fixes #133272
2021-10-15 10:05:23 -07:00
Jackson Kearl a73b1deae1 product => productService 2021-10-15 09:55:12 -07:00
Raymond Zhao 8440cbc58c Scroll to the top earlier after search
Fixes #135134
2021-10-15 09:45:13 -07:00
Megan Rogge 5350eaa205 skip failing test 2021-10-15 09:41:50 -07:00
Logan Ramos 3772b59e82 Bump distro 2021-10-15 11:45:02 -04:00
Johannes Rieken d33c0621bc don't escape dot as syntax token, fixes https://github.com/microsoft/vscode/issues/127097 2021-10-15 15:56:58 +02:00
Benjamin Pasero 6d89ada05d web - allow registered commands to appear in F1 2021-10-15 15:16:04 +02:00
deepak1556 fb4d7cfb62 ci: update sdl-scan exports 2021-10-15 21:54:53 +09:00
deepak1556 fbbb4d7515 chore: remove redundant build_from_source env
Follow-up https://github.com/microsoft/vscode/commit/d0f1a896825246182e62fe4e66d7bcd587a79221
2021-10-15 21:53:06 +09:00
Benjamin Pasero c132e4e19b worker process 💄 2021-10-15 14:41:37 +02:00
Johannes Rieken 075a49a646 fix https://github.com/microsoft/vscode/issues/130838 2021-10-15 14:12:19 +02:00
Benjamin Pasero f031c70ac4 watcher - skip test that seems to crash build (#135069) 2021-10-15 13:43:31 +02:00
Benjamin Pasero 1afe238fed comment out failing test (#135157) 2021-10-15 13:40:33 +02:00
Benjamin Pasero d0f1a89682 debt - set build_from_source to match our CI (#135100) 2021-10-15 13:28:27 +02:00
Johannes Rieken 1ba2b2a952 remove stale label 2021-10-15 13:22:29 +02:00
Benjamin Pasero 01a569b74f watcher - rename type 2021-10-15 13:18:20 +02:00
Johannes Rieken 9d8eab6509 fix https://github.com/microsoft/vscode/issues/118049 2021-10-15 13:06:12 +02:00
Johannes Rieken d4b84dc83f fix https://github.com/microsoft/vscode/issues/125194 2021-10-15 12:21:28 +02:00
Benjamin Pasero be58a3560e First cut experimental setting to run file watchers from shared process worker (#132282) 2021-10-15 10:22:24 +02:00
Alexandru Dima 7c61ce575f Merge pull request #135089 from microsoft/hediet/cut-last-line-mulitcursor
Fixes #128602 by adjusting the line when the previous line is also cut.
2021-10-15 09:36:33 +02:00
Jackson Kearl 34eeebdd66 Add embedderIdentifier as a context key 2021-10-14 19:48:25 -07:00
Matt Bierner e125508f86 Update colorization test results
Turns out the results differ if you run the tests in VS Code insiders VS from the cli :(
2021-10-14 17:05:08 -07:00
Matt Bierner bc76074ada Revert "Improve logging"
This reverts commit 4bba4f2554.
2021-10-14 17:02:58 -07:00
Matt Bierner 33d6815ac3 Fix potential null ref 2021-10-14 16:55:13 -07:00
Connor Peet 011b20c468 webviews: add extension id to webview views url
Fixes #107820
2021-10-14 16:37:56 -07:00
Matt Bierner 1eaf52cfd5 Support theme-icons inside other markdown elements
Fixes #109025

Themeicons in MarkdownString currently are only rendered properly if they appear in paragraphs. This change moves the rewriting to happen after the markdown has been rendered instead, which should better catch icons that appear in html text
2021-10-14 16:20:42 -07:00
Matt Bierner 41df0673f8 Allow spaces in katex commands
Fixes #128411
2021-10-14 16:00:00 -07:00