Commit Graph
70134 Commits
Author SHA1 Message Date
isidor d6cfcda1d8 debug: menu respect debuggers available context 2020-09-01 23:00:16 +02:00
Matt Bierner fbf81bdd1b Expand docs on visibility change
For #105873
2020-09-01 13:36:13 -07:00
Matt Bierner 1dd6b285f9 Restrict webview views to make sure proposed api is enabled
Fixes #105824
2020-09-01 13:16:49 -07:00
Martin Aeschlimann 73ce0a4cf9 Workbench Appearance color theme keeps being overridden. Fixes #105102 2020-09-01 22:01:29 +02:00
Rob Lourens 63ea73ae36 Move cell execution order label back to below play button 2020-09-01 12:17:29 -07:00
rebornix 789eb037c2 fix #105778. 2020-09-01 12:09:01 -07:00
Connor Peet df30a1ff76 fix: resolve sourcemaps in extensions
Fixes https://github.com/microsoft/vscode/issues/105859
2020-09-01 10:59:48 -07:00
Sandeep Somavarapu f1d2076c33 #103238 filter using declared providers and wait until they are registered 2020-09-01 19:45:50 +02:00
Connor Peet fef3e22ca7 fix: refresh env vars when auto attach settings change
Fixes https://github.com/microsoft/vscode-js-debug/issues/731
2020-09-01 08:54:50 -07:00
Alex Ross d87a8cd2a4 Add some defensive strategy to command urls in remote help
Fixes microsoft/vscode-remote-release#3612
2020-09-01 17:03:20 +02:00
Alex Ross 8d25a72d9b Adopt string hover in custom tree 2020-09-01 16:42:14 +02:00
Alex Ross cd4d04a979 Use appendText for hovers that are strings (#105844) 2020-09-01 16:39:33 +02:00
Daniel Imms 94fdadbc34 Support string in IHoverOptions.text
Fixes #105841
2020-09-01 07:19:43 -07:00
Alex Ross 42226a9169 Improve jsdoc for Task#detail
Fixes #105802
2020-09-01 15:51:44 +02:00
Benjamin Pasero 7686b52a82 fix #105825 2020-09-01 15:49:30 +02:00
Johannes Rieken f3023ca9c0 disable notebook version check for now, https://github.com/microsoft/vscode/issues/105624 2020-09-01 15:38:12 +02:00
Daniel Imms c3c933adfe Prevent creation of terminals when processes aren't supported 2020-09-01 06:28:49 -07:00
Johannes Rieken 6d22bbd6c7 make sure to transform edits output, https://github.com/microsoft/vscode/issues/105624 2020-09-01 15:27:42 +02:00
isidor f31055f40e fixes #105810 2020-09-01 15:21:20 +02:00
Alex Ross 27f7eba78d Fix variable resolving in arrays for custom execution tasks
Fixes #105815
2020-09-01 15:19:38 +02:00
Daniel Imms 5d814daac1 Hide terminal commands in menu
Fixes #1348
2020-09-01 06:17:09 -07:00
Ladislau Szomoru f549daa842 Fixes #105811 2020-09-01 14:45:59 +02:00
Johannes Rieken 45e6a5e617 yarn.lock and task for tsec, https://github.com/microsoft/vscode/issues/105747 2020-09-01 13:04:39 +02:00
Johannes Rieken 6b397696ae Merge pull request #105748 from annkamsk/tsec-support
Add script for running tsec
2020-09-01 12:56:46 +02:00
Sandeep Somavarapu d1ce0eb43b Revert "Get authentication session info from workbench html in dev mode"
This reverts commit 2e8152ce75.
2020-09-01 12:26:21 +02:00
Alex Ross 5f0a1f3b47 Preserve all new lines in MarkdownString appendText (#105732)
Preserve all new lines in MarkdownString appendText
2020-09-01 10:53:47 +02:00
Johannes Rieken 7d3489ca09 mark renderCodicons as deprecated, https://github.com/microsoft/vscode/issues/105588 2020-09-01 10:45:02 +02:00
Johannes Rieken 11479ca759 Merge pull request #105589 from annkamsk/render-codicons-elements
Make renderCodicons function return HTMLElement instead of string
2020-09-01 10:42:54 +02:00
Benjamin Pasero fee01671a9 Activity bar: visibility of things is not synced (fix #105793) 2020-09-01 10:33:29 +02:00
Benjamin Pasero 230d2faa91 🆙 web playground 2020-09-01 09:40:40 +02:00
Eric Amodio b6d4fec371 Bumps version of github-browser 2020-09-01 01:13:46 -04:00
Connor Peet 90a1b684da debug: update js-debug 2020-08-31 20:57:24 -07:00
Rob Lourens 98fe9425f2 Fix bad width on markdown editor 2020-08-31 16:55:45 -07:00
rebornix 8343b9b425 💄 2020-08-31 16:55:08 -07:00
rebornix 11d2e9625e fix notebook document filter pattern npe. 2020-08-31 16:53:03 -07:00
Rob Lourens ee804b5533 Include deprecated sync settings in settings UI
Fixes #104401
2020-08-31 16:39:34 -07:00
Matt Bierner aeb3537706 Updating docs 2020-08-31 16:30:28 -07:00
Rob Lourens 3c448ca5b3 Merge branch 'roblou/revertSettingsEditorChanges' 2020-08-31 16:28:06 -07:00
Matt Bierner 8ce1c41cb9 Default webview background to transparent
Webviews can now be show in places besides the editor (such as custom views). `transparent` is a better default since this lets the webiew automatically pick up the color from whatever it is shown over
2020-08-31 16:24:51 -07:00
Rob Lourens eb6cb1d53e Revert "Original settings editor as list implementation:"
This reverts commit b3c102bb6c.
2020-08-31 16:23:36 -07:00
Rob Lourens 2039639323 Revert "Tweaks to settings editor as list implementation:"
This reverts commit e8c0b5043d.
2020-08-31 16:15:19 -07:00
Rob Lourens 64ae69eabc Revert "Tweaks to the list row focus settings list"
This reverts commit 7e868f45dd.
2020-08-31 16:15:10 -07:00
Rob Lourens 387b961799 Revert "Don't take over 'enter' in split json editor"
This reverts commit 3613fc981b.
2020-08-31 16:14:59 -07:00
Rob Lourens f9baedea64 Revert "Force horizontalScrolling=off for SettingsTree"
This reverts commit d28477e20f.
2020-08-31 16:14:36 -07:00
Rob Lourens 846e29ae58 Revert "Force horizontal scrolling off in settings TOC tree"
This reverts commit 24b55a196a.
2020-08-31 16:14:30 -07:00
Eric Amodio 6fded22e74 Avoids focusing a view, instead focus container 2020-08-31 19:07:30 -04:00
Eric Amodio dc2d2ef3bc Moves command into vscode. namespace
Stops using moveViewsToContainer in 1 shot
2020-08-31 19:07:30 -04:00
Eric Amodio 0d99d8ad1c Adds move views command 2020-08-31 19:07:30 -04:00
Matt Bierner 22f157d01c Remove old select all command impl
Select all should now be using `overrideCommandForWebview` instead
2020-08-31 15:46:39 -07:00
Matt Bierner 6d773cfeae Only enable webview override commands when webview is focused
Fixes #105670

These commands should not apply if you are focused on the explorer or other views
2020-08-31 15:46:39 -07:00