Commit Graph

88703 Commits

Author SHA1 Message Date
Sandeep Somavarapu 9e7ea08804 fix #135476 2021-10-21 19:34:48 +02:00
Connor Peet 6a367e8ce4 editor: give default link provider access to all models
Fixes #135388
2021-10-21 10:30:33 -07:00
Sandeep Somavarapu 6c7b2b3406 #135075 Use fake timers 2021-10-21 18:33:39 +02:00
Johannes Rieken 26cf920222 don't assume command make a textual editor (at the completion itself), https://github.com/microsoft/vscode/issues/120070 2021-10-21 18:25:33 +02:00
Raymond Zhao 5b7208ac08 Add -g flag for the open command (#135517)
Fixes #135291
2021-10-21 08:37:04 -07:00
Alex Dima 724d8f6407 Fixes #93769: Respect zIndex when rendering decorations in the overview ruler 2021-10-21 17:29:52 +02:00
Alex Dima 09a55c7bed Combine the implementations for getAllOverviewRulerDecorations 2021-10-21 17:08:34 +02:00
Alex Dima 7443621e3b Fixes #66482: Stop massaging marker ranges since we now render squiggles with empty ranges 2021-10-21 16:23:39 +02:00
Alex Dima 91c9d8ba86 Fixes #135467: update to latest loader which honours nodeModulesMap and amdModulesPattern only when running in a node-like environment 2021-10-21 15:51:53 +02:00
Martin Aeschlimann 7fefb2f942 [html] auto-indent not working for tags with attribute values containing /. Fixes #111932 2021-10-21 15:51:49 +02:00
Sandeep Somavarapu 80efd13db4 fix #135558 2021-10-21 15:47:19 +02:00
Sandeep Somavarapu 3685f3da9e fix #135557 2021-10-21 15:45:22 +02:00
Alex Dima d7dce57ab4 update distro 2021-10-21 15:43:43 +02:00
Alex Dima 42a0825e8e Allow building to continue despite a missing remote/LICENSE file 2021-10-21 15:28:47 +02:00
Martin Aeschlimann c3488ed740 Request adding new 'decorator' semantic token scopes for Javascript/Typescript. Fixes #114082 2021-10-21 14:03:26 +02: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