Commit graph

88691 commits

Author SHA1 Message Date
Jan Kretschmer bb89815cfb use regex, not Uri.parse, to detect custom scheme 2021-11-24 22:07:31 +01:00
Jan Kretschmer 8779aaf2ae use set to store and lookup paths of interest 2021-11-20 00:16:06 +01:00
Jan Kretschmer b074018c3e sketch for virtual document support for 2021-11-01 14:50:32 +01:00
Martin Aeschlimann c2f44d476b
Merge pull request #135484 from adaex/update-seti-ui
Update to latest seti-ui icon theme
2021-10-21 13:05:17 +02:00
Henning Dieterichs 865593aaa3
Don't render bracket pair guides for unbalanced pairs. Fixes #135549. 2021-10-21 12:37:29 +02:00
Benjamin Pasero 72b0b1c17f
fs - use onUnexpectedError to prevent logging cancelled errors 2021-10-21 11:57:06 +02:00
Sandeep Somavarapu aaf74285ae
fix tests 2021-10-21 11:50:00 +02:00
Sandeep Somavarapu cd9da9425f
Add web kind only in web 2021-10-21 11:31:21 +02:00
João Moreno 97018d742e
fix windows build 2021-10-21 10:54:04 +02:00
Benjamin Pasero 0c402a1db3
files - align names of IPC backed fs providers 2021-10-21 10:29:41 +02:00
Benjamin Pasero 1770223d16
Error: disposed around DiskFileSystemProvider.doRefreshRecursiveWatchers (fix #135530) 2021-10-21 10:23:07 +02:00
Alex Dima 46b2246ca6
update distro 2021-10-21 09:53:14 +02:00
Alex Dima 5f226a990c
Remove special rules for src/vs/server 2021-10-21 09:52:40 +02:00
Alex Dima 845e410a52
Define a server greeting via product.json 2021-10-21 09:45:49 +02:00
Alex Dima 9d67be7ae0
Remove no longer necessary special settings for src/vs/server 2021-10-21 09:05:59 +02:00
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