Commit Graph

70674 Commits

Author SHA1 Message Date
Johannes Rieken cfdeeac8ba fix ts41 errors in extHostDiagnostics, https://github.com/microsoft/vscode/issues/106358 2020-09-15 09:29:29 +02:00
Benjamin Pasero 29afeee345 web - hide "Reload Window" from command palette 2020-09-15 09:27:42 +02:00
Sandeep Somavarapu e02afd1904 Fix #105598 2020-09-15 09:21:52 +02:00
Benjamin Pasero fcf3346a8e Web - try to detect native fullscreen (#106479)
* web - try to detect native fullscreen

* add logging for debugging

* throttle listener

* adjust

* .

* add check for windows
2020-09-15 08:03:17 +02:00
Matt Bierner e13875b77c Only prevent default for copy paste in webviews when on electron
Fixes #106383

For web VS Code, we want the browser to handle these events instead. This means we can skip the dispatch entirely
2020-09-14 16:08:29 -07:00
Matt Bierner 51dc3193d3 Move webview editor into own module
This splits the core `webview` element services from the `webview` editor services.
2020-09-14 16:08:29 -07:00
rebornix 5801561424 fix #105735. 2020-09-14 15:24:35 -07:00
Rob Lourens 33c24b8fc1 Fix cell state persisted with wrong index 2020-09-14 16:50:35 -05:00
rebornix 9b4bc5ab50 applyEdits. 2020-09-14 14:36:32 -07:00
Eric Amodio 475b674fe0 Closes #106683 - adds view title tooltips 2020-09-14 17:11:04 -04:00
Raymond Zhao 0012b4ceb5 Merge pull request #106523 from microsoft/raymondzhao/activitybarmoveaction
Add action to move sidebar to right from activity bar #101578
2020-09-14 13:44:24 -07:00
Raymond Zhao 289f082601 Add action to move sidebar to right from activity bar #101578 2020-09-14 12:28:55 -07:00
Rob Lourens f7131a4cb3 Persist cell view states by index instead of handle
Fix #106670
2020-09-14 12:47:33 -05:00
Chuck Lantz caa87aa673 Merge pull request #106601 from vuongggggg/fix/add-missing-dep-for-devcontainer
added libgbm1 for resolving missing dep in dev-container
2020-09-14 10:46:01 -07:00
Chuck Lantz d2e10aba59 Merge branch 'master' into fix/add-missing-dep-for-devcontainer 2020-09-14 10:45:27 -07:00
Daniel Imms 91bac85a5b Defer all resize events for git bash terminals
This is a temporary workaround for #106668 before the proper fix #106672
can be done.

Fixes #106668
2020-09-14 10:34:17 -07:00
Jackson Kearl f9bc1654f2 Fix #105597: New Search Editor focuses results instead of query input when seeded (use focusResults: false by default) 2020-09-14 10:24:16 -07:00
Sandeep Somavarapu 1025f4aae7 remove unused import 2020-09-14 17:21:38 +02:00
Sandeep Somavarapu 84d817bc8d fix TS 4.1 errors 2020-09-14 17:15:08 +02:00
Sandeep Somavarapu 85304e386c Revert "Fix #90890" 2020-09-14 17:00:36 +02:00
Johannes Rieken f096f59404 refine test for https://github.com/microsoft/vscode/issues/106657 and document issue with fragments and the editor opener 2020-09-14 16:58:37 +02:00
Sandeep Somavarapu 98ee37629d remove web filter 2020-09-14 16:52:44 +02:00
Sandeep Somavarapu c67bd0271b enable web server only in server less 2020-09-14 16:51:20 +02:00
João Moreno b9aa43aeb3 fixes #100172 2020-09-14 16:44:16 +02:00
João Moreno f69faf4e22 fixes #86180 2020-09-14 16:44:15 +02:00
Johannes Rieken a6ae00a384 add regression test for https://github.com/microsoft/vscode/issues/106657 2020-09-14 16:42:56 +02:00
João Moreno 863acbab18 fix bad classList usage 2020-09-14 16:20:45 +02:00
Johannes Rieken 5a683332be notebook - when creating a notebook, check that no notebook with another viewtype exists 2020-09-14 16:15:01 +02:00
João Moreno ed24319ef9 fixes #106406 2020-09-14 16:12:10 +02:00
Johannes Rieken 68410abc36 debt - make class list utils functions so that @deprecated works for them 2020-09-14 15:46:44 +02:00
Johannes Rieken db78402816 update search files 2020-09-14 15:38:31 +02:00
Johannes Rieken 3761ee6575 workaround, maybe fix for https://github.com/microsoft/vscode/issues/106657 2020-09-14 15:37:07 +02:00
João Moreno 883da596a4 remove deprecated function calls
related to #103454
2020-09-14 15:32:47 +02:00
João Moreno efc7cb3a6e use debian stretch images (#106656) 2020-09-14 15:21:50 +02:00
Johannes Rieken 68ff54f975 rename RunOnceScheduler#timeout to delay 2020-09-14 14:37:54 +02:00
Johannes Rieken 90a2bed8c8 fix delay issue for provideCodeLenses, https://github.com/microsoft/vscode/issues/106267 2020-09-14 12:30:16 +02:00
Johannes Rieken 933bdbc296 add NotebookCell#index, https://github.com/microsoft/vscode/issues/106637 2020-09-14 10:39:43 +02:00
Johannes Rieken b9291026a6 adopt notebook integration tests, https://github.com/microsoft/vscode/issues/105283 2020-09-14 10:23:53 +02:00
Johannes Rieken 842741469c WorkspaceEdit-api changes, https://github.com/microsoft/vscode/issues/105283 2020-09-14 10:22:59 +02:00
Johannes Rieken 06377cfaaa NotebookEditorEdit-api changes, https://github.com/microsoft/vscode/issues/105283 2020-09-14 10:19:06 +02:00
Johannes Rieken ef4df1d1aa remove old renderCodicons-function, rename renderCodiconsAsElement to renderCodicons 2020-09-14 09:22:22 +02:00
Johannes Rieken e3380f2682 don't use renderCodicons any more, https://github.com/microsoft/vscode/issues/105799 2020-09-14 09:20:35 +02:00
Johannes Rieken d3e19e4210 Skip formatting when during format-on-save, the configured formatter cannot be found (continue to show silent notification), https://github.com/microsoft/vscode/issues/106376 2020-09-14 08:50:17 +02:00
Vuong Bui 4a1222ecbf added libgbm1 for resolving in dev-container 2020-09-13 17:46:14 +00:00
SteVen Batten cca20eba89 Revert "API proposal for tree item icon color"
This reverts commit 52e557f26b.
2020-09-11 17:25:12 -07:00
Matt Bierner cc899f17d3 Create webview.web.contribution
Fixes #106516

Creates an explicit contribution file for web. This makes sure we only don't register the `IWebviewService` twice. Not 100% sure this fixes the issue since I couldn't repo the original bug with our oss builds
2020-09-11 16:59:43 -07:00
Matt Bierner 02e6fa2ddd Use Set instead of array
Sets should offer faster checking to see if a property has been seen
2020-09-11 16:59:43 -07:00
Matt Bierner 8a6b38e4ef use optional chaining 2020-09-11 16:59:43 -07:00
Matt Bierner 3e71592258 Add comment to WebviewViewResolveContext 2020-09-11 16:59:43 -07:00
Matt Bierner 2fb42c3024 Add optional typing for webview state in WebviewPanelSerializer
This makes it easier for extensions to correctly type their state if they wish
2020-09-11 16:59:43 -07:00