Commit Graph

89088 Commits

Author SHA1 Message Date
Benjamin Pasero a9438c996c sandbox - restore session based file watching (#132282) 2021-10-21 08:37:20 +02:00
Benjamin Pasero 4cfa84488d editors - update settings description (fix #135185) 2021-10-21 07:21:32 +02:00
Benjamin Pasero d5ecf7e9d8 fs - some 💄 and enabling of graceful-fs centrally 2021-10-21 07:17:37 +02:00
rebornix e8f55fba4d fix #111723. 2021-10-20 21:17:34 -07:00
rebornix 3d0edfc790 fix #79969. 2021-10-20 20:52:03 -07:00
Rob Lourens 3a5ac4951c Merge pull request #134241 from suzmue/disass
disassemble request fix off by one error
2021-10-20 17:59:08 -07:00
Matt Bierner ec6ee19e3c Fix restoring of focus when webview content updates
Fixes #130752
2021-10-20 17:54:57 -07:00
Yue (Felix) Huang df62644ea6 Integrate Source Code into Disassembly View (#132541)
* Integrate Source Code into disassembly view.

* Move dispose to renderTemplate.  Add number and fix indent from source code.

* Add and Remove comments

* Remove rounding.

* Fix an issue where BP hit box was too small.

* Fix on click selection to include full line when column isn't present.  Fix goto to use default reveal.

* Fix some feedbacks.

* Fix more comments.

* Fix merge pull.

* Use IDebugConfiguration to access state.

* Revert fontInfo

* Missed one.

* Created a cell dispose to clean up texteditor

* Add check to make sure text is added back to the same element.

* Fix merge

* Remove catch.
2021-10-20 17:48:34 -07:00
Matt Bierner 6e5b1726a4 Try fixing some focus issues with webviews
Fixes #119076

This fix does two things:

- Focus the outer iframe immediatly instead of debouncing it. The `activeElement` in this case should update right away

- Fix a check that would result in focus not being sent to the innner webview if the outer webview was focus
2021-10-20 17:14:43 -07:00
rebornix 85edd69248 fix #111724. 2021-10-20 16:59:05 -07:00
Joyce Er b97ab80c18 Fix typo in PAT auth flow error message 2021-10-20 16:37:02 -07:00
Connor Peet f883017206 debug: make serverReadyAction multi-session aware
Fixes #109171
2021-10-20 16:03:02 -07:00
Matt Bierner 17dc026824 Fix a few more cases of math block highlighting
Fixes #135254
2021-10-20 15:56:28 -07:00
Martin Aeschlimann 3eeb80e04e Remote file not opened in existing remote window. Fixes #131731 2021-10-21 00:18:38 +02:00
Matt Bierner c38d441d37 Make sure inline math is marked as markdown-math
For https://github.com/microsoft/vscode/issues/134893#issuecomment-947669488
2021-10-20 14:22:44 -07:00
Matt Bierner 3dc7b03ff9 Allow leading and trailing math on same line as math block
Fixes #134893
2021-10-20 14:17:46 -07:00
Connor Peet f5ca93d0fa debug: deemphasize internal variables too 2021-10-20 13:56:43 -07:00
Connor Peet 989bb81f9f debug: prevent double clicking to edit readonly variables 2021-10-20 13:56:43 -07:00
Connor Peet b34a52ec66 testing: nominally request links in test peeks 2021-10-20 13:56:43 -07:00
Matt Bierner d51d2910d8 Fix scheme check
Fixes #135361
2021-10-20 13:52:08 -07:00
Matt Bierner 04f51add61 Disable markdown math inside of raw code blocks
For #135254
2021-10-20 13:29:28 -07:00
Daniel Imms 91d2bdded2 Silently fail when remote environment isn't available
Fixes #135392
2021-10-20 12:44:53 -07:00
Daniel Imms 570f82fa66 Confirm when using tab inline kill action
Fixes #135438
2021-10-20 12:25:56 -07:00
Logan Ramos 514ad0acf0 Fix #135422 2021-10-20 15:18:46 -04:00
Tyler James Leonhardt c71e201bed refactored mainthreadauth with silent option and tests (#135503) 2021-10-20 12:17:06 -07:00
rebornix fb0e4870b3 fix #135424 2021-10-20 11:40:59 -07:00
Megan Rogge 55c8ba91fa part of #134907 2021-10-20 11:40:39 -07:00
Megan Rogge e11330935d fix #133968 2021-10-20 11:07:10 -07:00
Megan Rogge d0c2b01b60 fix #134596 (#135495) 2021-10-20 10:41:55 -07:00
Martin Aeschlimann 510b49e1da New snippets file has language mode of "JSON" rather than "JSON with comments". Fixes #120190. Fixes #119538 2021-10-20 19:17:07 +02:00
Megan Rogge 634b99eed5 show better messages for windows error codes (#135483) 2021-10-20 10:04:46 -07:00
Alex Dima beb95ba6a9 update distro 2021-10-20 18:51:52 +02:00
Alex Dima 4cd2b53b31 Remove unnecessary scripts 2021-10-20 18:48:49 +02:00
Alex Dima 822f995357 Add server folder 2021-10-20 18:42:13 +02:00
Raymond Zhao fc504f3af3 Fix when clauses for Emmet commands 2021-10-20 09:02:28 -07:00
Aex 56deb2ac17 Update to latest seti-ui icon theme 2021-10-20 15:32:24 +00:00
Alex Dima 8bb5c7ae07 update distro 2021-10-20 17:18:01 +02:00
Alex Dima 0fc4a488a8 Improve handshake 2021-10-20 17:15:15 +02:00
Benjamin Pasero 5f0cce5465 watcher - diagnose flaky test 2021-10-20 16:40:18 +02:00
Benjamin Pasero 96ff0e0666 "Workspace does not exist" when failing to connect to ssh remote (fix #135331) 2021-10-20 16:16:19 +02:00
Henning Dieterichs 792df9da2f Fixes #135125 by not colorizing any bracket pairs in html. 2021-10-20 16:08:11 +02:00
Benjamin Pasero 2e112c714e sandbox - enable graceful-fs in main process too (#132282) 2021-10-20 15:52:35 +02:00
Benjamin Pasero 2f574828e5 sandbox - more reuse of sandboxed fs provider (#132282) 2021-10-20 14:57:47 +02:00
Johannes Rieken 1b8fd2edab add skipped test for https://github.com/microsoft/vscode/issues/112362 2021-10-20 13:08:59 +02:00
egamma c8c5f5b083 Update the tracked repos 2021-10-20 12:30:41 +02:00
Johannes Rieken de2f16bde7 trigger quick suggest also when composition ends, fixes https://github.com/microsoft/vscode/issues/123672 2021-10-20 12:20:14 +02:00
Johannes Rieken d40fe68ae0 fix https://github.com/microsoft/vscode/issues/131700 2021-10-20 12:00:47 +02:00
Christof Marti 3eead37a43 Handle async errors (#134873) 2021-10-20 09:22:14 +02:00
Benjamin Pasero 2f795d34ee sandbox - implement non-recursive watch support (#132282) 2021-10-20 08:56:34 +02:00
Junghyeon Park ac8aed60e7 Enable replacePattern 2021-10-20 03:20:26 +00:00