Commit graph

81984 commits

Author SHA1 Message Date
Alex Dima 2abf8d3779
Introduce addMatchMediaChangeListener with support for Safari 13.x 2021-05-12 15:55:52 +02:00
Daniel Imms 8daeff3252 Fix imports 2021-05-12 06:51:50 -07:00
Daniel Imms c148a2fd91 Fix layering 2021-05-12 06:51:17 -07:00
Daniel Imms 6c476279f1 Resolve variables on renderer 2021-05-12 06:47:55 -07:00
Alex Dima 95dee5b5ba
Fixes microsoft/monaco-editor#2345: Add support for browsers that cannot parse regular expressions used for the SnakeCaseAction 2021-05-12 15:46:14 +02:00
Alex Dima 0a2f87623d
Restore behavior of BrowserWindow.setupOpenHandlers (see microsoft/monaco-editor#2474) 2021-05-12 15:46:03 +02:00
Alex Dima 579cf91f0a
Fixes microsoft/monaco-editor#2474: Use 'noopener' when calling window.open 2021-05-12 15:45:55 +02:00
Alex Dima 80308b93d9
Fix typo 2021-05-12 15:45:43 +02:00
Alex Dima 51803eabff
Expose ITextModel.isAttachedToEditor() and ITextModel.onDidChangeAttached 2021-05-12 15:45:34 +02:00
Alex Dima 5ac3eaeaf6
Fixes microsoft/monaco-editor#2396: Add an option to opt out of the usage of shadow dom inside the editor 2021-05-12 15:45:27 +02:00
Alex Dima 608d03bf72
Fixes microsoft/monaco-editor#2409 2021-05-12 15:40:17 +02:00
Alex Ross fd529498f0
Typos in tunnelView string
Part of microsoft/vscode-remote-release#4958
2021-05-12 15:21:04 +02:00
João Moreno d13f5feb43
fix npe 2021-05-12 15:11:09 +02:00
Alex Ross 3146c54bf3
Use dialog for change local port mismatch
Part of microsoft/vscode-remote-release#4958
2021-05-12 14:52:45 +02:00
João Moreno f9dc696960
browser url service: hook up to opener service 2021-05-12 14:52:08 +02:00
João Moreno 1379ca2033
extension url handler: fix missing gallery 2021-05-12 14:52:08 +02:00
João Moreno baa0a2890e
web api: expose uriScheme and openUri 2021-05-12 14:52:07 +02:00
Benjamin Pasero 3c6377db03
Cannot drop a *. ply file into the window (fix #123496) 2021-05-12 14:43:16 +02:00
Daniel Imms 84abba8754 Clean up 2021-05-12 05:37:21 -07:00
Daniel Imms 31e3f5d16d Merge remote-tracking branch 'origin/main' into tyriar/getprofilesexthost 2021-05-12 05:22:26 -07:00
Johannes Rieken 64e707842e
workaround for https://github.com/microsoft/vscode/issues/123667 2021-05-12 14:21:20 +02:00
Benjamin Pasero 9553ccbe6e
workaround #123676 2021-05-12 14:20:53 +02:00
Johannes Rieken 096d9cde61
fix https://github.com/microsoft/vscode/issues/123665 2021-05-12 14:03:54 +02:00
Johannes Rieken b5702a305a
mark 'text/x-javascript' as always secure because we only render it 2021-05-12 13:40:52 +02:00
Alexandru Dima 12808be838
Merge pull request #123293 from hediet/hediet/fix-wrapping-left-navigation
Fix left navigation across wrapping points when selection is active
2021-05-12 11:58:18 +02:00
Johannes Rieken d8e2bee4b4
First cut of special action view item for kernel picker command 2021-05-12 11:48:42 +02:00
Benjamin Pasero d81e6f58b2
tests - cover working copy backup discards on shutdown behaviour 2021-05-12 11:07:32 +02:00
Ladislau Szomoru a13da59f95
Fix #123621 2021-05-12 10:04:46 +02:00
Benjamin Pasero 76c5690593
tests - avoid real text editor in tests 2021-05-12 09:36:35 +02:00
Johannes Rieken 0a14a26cd3
rename latestExecutionSummary to executionSummary 2021-05-12 09:34:21 +02:00
John Murray 793a123a81
Allow FileSystemProvider to stat a file as readonly (#73122) (#111237)
* fix #73122 allow FSP to stat a file as readonly

* add enableProposedApi check

* omit existing members of FileStat

* dispose _enableProposedApi

* implement feedback from @bpasero

* add onDidChangeReadonly event so tab title gets '(read-only)' suffix immediately

* push missing changes

* adopt latest API proposal

* fix missing property in mtfs

* tests - add fileservice test for readonly

* more tests

* wire into notebooks

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2021-05-12 09:17:34 +02:00
Johannes Rieken 0b3618c6e9
fix integration test 2021-05-12 08:53:18 +02:00
Johannes Rieken a396872d66
Merge branch 'main' into notebook/dev 2021-05-12 08:31:16 +02:00
Matt Bierner d785c83fb9
Make unsupported check case-insensitive 2021-05-11 23:19:10 -07:00
Benjamin Pasero 1e8d96dcc1
Dataloss when closing Code before it fully restored with dirty files (fix #123636) 2021-05-12 07:40:25 +02:00
Matt Bierner 08b559fd96
Refactor markup renderer in backlayWebview to be more generic
For #123540

This is needed to get ready for the new api proposed in #123540
2021-05-11 22:28:23 -07:00
rebornix cb8a322e5c
cell editor bg color should not affect toolbar. 2021-05-11 22:04:14 -07:00
rebornix caad0a943f
compute markdown indicator height 2021-05-11 22:03:54 -07:00
Benjamin Pasero d026aff522
file working copy - fallback to backup when saving from destroy 2021-05-12 07:00:54 +02:00
Matt Bierner 84c4dfbdc9
Don't expand arguments 2021-05-11 21:07:19 -07:00
Rob Lourens 5c22e55a74 Disable broken smoke test #123621 2021-05-11 19:26:30 -07:00
Matt Bierner b847eb35e7
Add remote-authority to webview uri 2021-05-11 18:14:13 -07:00
rebornix 5537a8a9c4
dispose notebook options. 2021-05-11 18:09:11 -07:00
rebornix ddf02aee48
compute webview options. 2021-05-11 18:07:08 -07:00
rebornix 3cdf41aa1c
compute editor padding. 2021-05-11 17:58:53 -07:00
Andrea Mah 927e791753
Fix Initial Scroll Position on Markdown Dynamic Preview (#123613)
* added semicolons to pass code check

* removed preliminary work for static preview

* cleanup

Co-authored-by: Andrea Mah <t-andreamah@microsoft.com>
2021-05-11 17:12:19 -07:00
rebornix 662cdc5e84
move cell toolbar location setting into notebook options. 2021-05-11 17:08:32 -07:00
rebornix db0cea611b
fix cell toolbar position for hidden. 2021-05-11 16:53:23 -07:00
Connor Peet 36e8f2b301
extensions: don't use named regex groups to avoid build err 2021-05-11 16:46:01 -07:00
rebornix 46a5757834
add cell status bar configuration handling in notebook options. 2021-05-11 16:42:33 -07:00