Commit Graph

75925 Commits

Author SHA1 Message Date
Matt Bierner e5c4f426fe Fix setting decription and remove unused setting 2021-01-26 16:03:36 -08:00
Jackson Kearl d9e4f5cf97 Add new icon for open editors view 2021-01-26 11:21:22 -08:00
Johannes Rieken 005db8394c throw an error with a clear message when a notebook document is missing, https://github.com/microsoft/vscode/issues/115018 2021-01-26 18:32:06 +01:00
isidor 0a0537961c tree: do not break fully when you can not collapse an unexisting node
#113562
2021-01-26 18:22:58 +01:00
isidor bdd2f1628e callStack view: set callStackItemType context properly 2021-01-26 18:22:58 +01:00
rebornix b7e87c1bf2 💄 2021-01-26 08:55:27 -08:00
Alexandru Dima 9788e81e98 Log individual events because extensionIds gets clamped sometimes 2021-01-26 17:49:12 +01:00
rebornix d5bdb0efb2 fix #115011. 2021-01-26 08:39:30 -08:00
Alexandru Dima c3746fa0ae Fixes #114983 2021-01-26 17:13:23 +01:00
Alexandru Dima 21e970473c Fixes #114998: Fall back to a document range semantic tokens provider 2021-01-26 17:12:32 +01:00
Alexandru Dima 58624bfcb1 Fixes #115032: Add description 2021-01-26 16:57:43 +01:00
Alexandru Dima db92af7429 Fixes #115033: respect indent action when using appendText 2021-01-26 16:56:18 +01:00
Johannes Rieken 774f887a98 update notebook 2021-01-26 16:54:36 +01:00
Alex Dima 578e2dc4ee Fixes #115026: Adopt KeyboardEvent.triggeredByAccelerator 2021-01-26 16:02:51 +01:00
Alex Dima c1afd7c238 Add _debugComposition flag 2021-01-26 15:37:26 +01:00
João Moreno 9e07bfd594 related to #115037 2021-01-26 14:12:50 +01:00
João Moreno 75ff8b1131 fixes #115037 2021-01-26 14:10:49 +01:00
João Moreno 1f1ed78f7d Use ;; instead of ; for line comments (#115036)
LISPs in general and Clojure in particular by convention uses double semicolons
for regular line comments. Single semicolons are reserved for trailing comments
at the end of a line, and are treated (aligned) differently in some editors,
notably Emacs.

Co-authored-by: Arne Brasseur <arne@arnebrasseur.net>
2021-01-26 05:01:49 -08:00
Johannes Rieken 960a93f0e2 add unit test for #114971 2021-01-26 10:38:02 +01:00
Johannes Rieken 09ef373597 Merge pull request #114972 from enagic/master
fix: update `isUri()` to compare `fsPath` as `string`
2021-01-26 10:36:17 +01:00
Sandeep Somavarapu 371629106b #114031 fix user data sync tests 2021-01-26 10:27:15 +01:00
Sandeep Somavarapu 08a2f9c5e3 fix enablement handler 2021-01-26 09:37:36 +01:00
Harald Kirschner 0540478dc7 Reduce getting started for codespaces 2021-01-25 21:42:08 -08:00
Jackson Kearl 1a9dd75853 Don't error out on unknown provider. 2021-01-25 18:42:35 -08:00
Connor Peet 25f6e3e254 debug: update js-debug 2021-01-25 17:58:25 -08:00
Jackson Kearl a331c2b515 Revert test changes 2021-01-25 17:52:12 -08:00
Jackson Kearl 684459c8dc Refactor searching in open editors logic 2021-01-25 17:51:13 -08:00
rebornix 17685a9db9 fix #108950. 2021-01-25 16:59:50 -08:00
Mike Kwon a46fd0ee93 fix: update isUri() to compare fsPath as string 2021-01-25 19:50:06 -05:00
SteVen Batten 8fa1417e30 run oss too 1.53, update distro 2021-01-26 00:46:40 +00:00
Connor Peet 88af66bcee testing: accessibility round 2
For #114653
2021-01-25 16:31:50 -08:00
Matt Bierner 500d514ecf Add fall back to default option for when external uri opener fails 2021-01-25 16:21:44 -08:00
Matt Bierner 8b1feaed3e Documentation clean up for ExternalUriOpener 2021-01-25 16:21:44 -08:00
Matt Bierner 0e5b47fa43 Use object instead of array for workbench.externalUriOpeners 2021-01-25 16:21:44 -08:00
Matt Bierner ed98eb1968 Fix spelling 2021-01-25 16:21:44 -08:00
rebornix ae8bd3216f 💂 tests for selecting kernel. 2021-01-25 15:58:57 -08:00
Eric Amodio 2f6c928b20 Fixes getBranch issue with remote branches
Improves perf by reducing git calls from 3 to 1

Before this change, remote branches were returned as local ones (RefType.Head), now they will be RefType.RemoteHead
2021-01-25 18:50:31 -05:00
Wahid Shafique 748b2e5a85 Remove # from typescript deprecation warnings (#114787)
Remove tags to match standard deprecation warnings (example https://github.com/microsoft/vscode/blob/dceba9ebb78e4c3a5be2bea0ca5f23dde7a21b75/extensions/html-language-features/package.nls.json#L32)
2021-01-25 15:37:58 -08:00
rebornix 60f3919b26 fix #114959. 2021-01-25 14:57:56 -08:00
rebornix 7e3d5a0ce0 fix #114048. do not update active kernel if kernel is executed. 2021-01-25 14:49:53 -08:00
rebornix c7cf663d0c fix #106362. Keep runstate when undo/redo cell. 2021-01-25 14:19:59 -08:00
rebornix b112052169 fix #114171 2021-01-25 14:19:59 -08:00
Daniel Imms 8d7740fe3b Merge pull request #114944 from microsoft/merogge/integration
Prevent future integration test errors related to terminal
2021-01-25 14:08:04 -08:00
deepak1556 fd1ba8c969 chore: bump electron@11.2.1 2021-01-25 13:56:28 -08:00
Martin Aeschlimann 2433b0eaf3 update distro 2021-01-25 22:36:25 +01:00
Alexandru Dima f21a3b95e6 Merge pull request #114854 from susiwen8/hover-scroll
Fix: show hover when mouse control hover scroll
2021-01-25 22:21:29 +01:00
Martin Aeschlimann a313124962 update distro 2021-01-25 22:12:18 +01:00
Connor Peet 58e88ff3ac testing: accessibility in explorer round 1
For https://github.com/microsoft/vscode/issues/114653
2021-01-25 12:56:48 -08:00
Alexandru Dima 72172ed06c Merge branch 'master' into hover-scroll 2021-01-25 21:55:55 +01:00
Martin Aeschlimann 68b7e79867 fix test-product icon 2021-01-25 21:54:34 +01:00