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 d0f1a89682
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
Matt Bierner
03ce307444
Add transparent overlay while dragging
...
Fixes #131936
The pandas report output inserts an iframe into the notebook's webview. This iframe ends up eating drag events
This fix adds a transparent overlay that intercepts drag events so that VS Code can always track the dragging
2021-10-14 15:51:10 -07:00
Miguel Solorio
1ddaeae9be
Align view margins ( Fixes #93023 )
2021-10-14 15:29:54 -07:00
Connor Peet
b6a2e697b8
search: fix inconsistent regexes with quantified negated char classes
...
Fixes #134268
2021-10-14 14:20:31 -07:00
Miguel Solorio
5f235f1928
Update Codicons (Refs #54275 )
...
4d7a083443
2021-10-14 14:06:15 -07:00
Alex Dima
d7d69ce904
Fixes #135101 : Install named pipe listener before launching the extension host
2021-10-14 22:47:48 +02:00
Alex Dima
4bba4f2554
Improve logging
2021-10-14 22:47:48 +02:00
SteVen Batten
25b9d7dc82
fixes #130484
2021-10-14 13:45:48 -07:00
Tyler Leonhardt
684fff706a
initial unoptimized hasSession API
2021-10-14 13:39:11 -07:00
Megan Rogge
9e94461660
hide terminal dropdown if no web extensions contribute a profile ( #135115 )
2021-10-14 13:15:04 -07:00
Jackson Kearl
328ff61748
Given web steps unique id's
2021-10-14 13:10:05 -07:00
Jackson Kearl
373e8809c2
Respect whens on open first
2021-10-14 13:00:56 -07:00
Jackson Kearl
dcfd72e844
Split getting started into web/non-web
2021-10-14 12:59:33 -07:00
Jackson Kearl
bb5ece1678
Allow telemetry footer to open on main page via prodict config
2021-10-14 12:38:45 -07:00
Logan Ramos
e35e898ac7
Fix ext host performance metrtic classification
2021-10-14 15:03:34 -04:00