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
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 )
...
https://github.com/microsoft/vscode-codicons/commit/4d7a083443f3122a17c08f8363731fc1ec356509
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
Tyler Leonhardt
ff6c1b51a8
add web label to web issue reporter
2021-10-14 11:26:57 -07:00
Alex Dima
53cdb03a85
Revert "Update to latest native-keymap"
...
This reverts commit 15394cbf74 .
2021-10-14 20:20:17 +02:00
Connor Peet
4150347750
debug: activate debugger post-resolution if its type differs
...
Fixes #135090
2021-10-14 11:12:44 -07:00
isidor
f17b1ec638
more web friendly keybindings for New Window and New File commands
2021-10-14 19:54:03 +02:00
Tyler Leonhardt
e14c37c3b0
fix compile error for unused type
2021-10-14 10:53:27 -07:00
Tyler Leonhardt
a9a7c16b38
just check if clear is defined
2021-10-14 10:49:22 -07:00
Tyler Leonhardt
35cd6e9148
add extra data for web issue reporter
2021-10-14 10:33:47 -07:00
Jackson Kearl
9bb86e9f53
Speed up createFile unit test
...
ref #135075
2021-10-14 10:25:18 -07:00
Matt Bierner
6ae9e9d86c
Add more specific check for lib files on web
2021-10-14 10:10:55 -07:00
SteVen Batten
787554d251
improve watermark further
2021-10-14 10:02:28 -07:00
Miguel Solorio
92c2c396df
Update Codicons: Update whole-word ( Fixes #54275 )
...
https://github.com/microsoft/vscode-codicons/commit/bde6c41dadd11fcba8d2ac0440d0eca32a058be8?short_path=ebf01af#diff-ebf01af4e09e7b58fa1c8e3ee1d6c7815cde60ff290c651bb56bddbe700234bd
2021-10-14 10:01:27 -07:00
Matt Bierner
29d0c902a6
Include extension cdn in webview.cspSource
2021-10-14 09:32:36 -07:00
Matt Bierner
b7c340f119
Simplify import path
2021-10-14 09:32:35 -07:00
Alex Dima
15394cbf74
Update to latest native-keymap
2021-10-14 17:41:19 +02:00
Alex Dima
c586768928
Add a test for #128602
2021-10-14 17:22:15 +02:00
Alex Dima
2e0bb64461
Adopt latest loader
2021-10-14 17:09:03 +02:00