Commit Graph

41920 Commits

Author SHA1 Message Date
Rob Lourens
099485461d Merge pull request #80801 from orta/capital_S
Fixes some capital S typoes with JS/TS
2019-09-15 14:55:34 -07:00
Rob Lourens
57f485539c Fix #80667 2019-09-15 14:24:06 -07:00
Sandeep Somavarapu
9f2d08eaa3 update doc 2019-09-15 20:21:36 +02:00
Sandeep Somavarapu
3fe9a42331 show sync actions in a separate group above update 2019-09-15 20:08:47 +02:00
Sandeep Somavarapu
317ed7e1a5 Merge branch 'master' into sandy081/userDataProvider 2019-09-15 19:52:27 +02:00
Sandeep Somavarapu
4ffcfff8b9 prepare to merge to master 2019-09-15 19:41:26 +02:00
Matt Bierner
0a335ea664 Add workaround for parameter hints overflow with electron 6
Fixes #79690

Manually sync size of widget contents with parent
2019-09-14 09:17:10 -07:00
Matt Bierner
5b4776fcf6 Make webview editor state updates handle diff editors 2019-09-13 23:07:33 -07:00
Matt Bierner
364d89eb34 Re-layout webview editor when input changes 2019-09-13 22:50:43 -07:00
Matt Bierner
d743cbaf26 Documentation 2019-09-13 22:28:25 -07:00
Matt Bierner
58b2640720 Use uuid instead of incremental counter for webview ids 2019-09-13 22:27:17 -07:00
Matt Bierner
4546a07196 Working on basic save for custom editors 2019-09-13 22:24:35 -07:00
Matt Bierner
396020da64 Hook up basic save prompt for custom editors
Saving itself not implemented :)
2019-09-13 18:22:20 -07:00
Matt Bierner
4753340357 Call setForceOpenAsText 2019-09-13 17:46:16 -07:00
Matt Bierner
7f96c0cc4a Return result directly instead of mutating var 2019-09-13 17:44:10 -07:00
Matt Bierner
50e4d09c36 Return result directly 2019-09-13 17:42:08 -07:00
Matt Bierner
d3fe5cc085 Allow using "default" in "workbench.experimental.editorAssociations"
Fixes #80774

This overrides the contributed editors to use the standard VS Code editor
2019-09-13 17:35:06 -07:00
Matt Bierner
7aff0c42c8 First cut at showing webview editors in diff views
#80740
2019-09-13 15:42:54 -07:00
Matt Bierner
8678266580 Make Dimension immutable
This value should never be mutated by funtions it is passed to. This change makes it immutable. It also inlines the type in a few places in complex code in legacyLayout that were depending on `Dimension` being  mutable
2019-09-13 15:41:02 -07:00
Matt Bierner
25c054b034 WebviewEditorInput -> WebviewInput 2019-09-13 15:00:26 -07:00
Sandeep Somavarapu
b3771f115f Improve sync:
- Push when there is a change
- Pull at regular intervals (5s)
2019-09-13 21:24:39 +02:00
Sandeep Somavarapu
2cc4781002 Fix merging: Do not sync if there are no changes 2019-09-13 20:52:04 +02:00
Daniel Imms
b5ec934b7c Improve intellisense 2019-09-13 11:07:25 -07:00
Daniel Imms
bffa4cf965 newHere -> newWithCwd, minor tweaks 2019-09-13 11:01:32 -07:00
Daniel Imms
c97bba9903 Merge remote-tracking branch 'origin/master' into pr/jeanp413/79863 2019-09-13 10:13:04 -07:00
Sandeep Somavarapu
5d4016356c Improve continuous sync 2019-09-13 19:04:27 +02:00
isidor
7c1728e31f debug: introduce breakpointEditorContribution 2019-09-13 18:26:35 +02:00
Benjamin Pasero
e131c42f55 web - better way to load node modules from remote folder 2019-09-13 18:23:38 +02:00
Sandeep Somavarapu
3aba6f7432 run sync every 500 ms 2019-09-13 18:11:08 +02:00
Benjamin Pasero
3422d28e2c web api - use URIComponents 2019-09-13 18:08:27 +02:00
Sandeep Somavarapu
09164495f0 remote async 2019-09-13 18:06:12 +02:00
Benjamin Pasero
f8effd5fad api - introduce env.uiKind (web, desktop) 2019-09-13 17:58:30 +02:00
Sandeep Somavarapu
94a9d45587 remove comments 2019-09-13 17:44:32 +02:00
Sandeep Somavarapu
89281a0394 💄 2019-09-13 17:33:51 +02:00
Sandeep Somavarapu
67c2a3200b simplify user data contributions 2019-09-13 17:33:25 +02:00
Alex Dima
922e6f275c Always consume mosue wheel in editors 2019-09-13 17:12:46 +02:00
Sandeep Somavarapu
7ba67ee291 rename setting to enableSync 2019-09-13 16:00:21 +02:00
Sandeep Somavarapu
0843e1ee11 simplify sync commands 2019-09-13 15:55:05 +02:00
Sandeep Somavarapu
b59d0cf5ce improvements to settings sync 2019-09-13 15:52:03 +02:00
Alex Dima
8c9b9589cf Fixes #80736 2019-09-13 15:50:22 +02:00
isidor
db8176cb2b fixes #80615 2019-09-13 15:34:56 +02:00
Robo
029e9929ae chore: Update to Electron 6.x (#75802) 2019-09-13 14:53:56 +02:00
isidor
64980ea1f3 debug: better cancelation support
fixes #80374
2019-09-13 13:02:09 +02:00
Isidor Nikolic
9b0b5968ad Merge pull request #80502 from dgozman/fix-79198
Linkify variable values in repl; #79198
2019-09-13 11:15:47 +02:00
Sandeep Somavarapu
0ebe7ec0a1 start and stop sync commands 2019-09-13 10:46:50 +02:00
João Moreno
4f39995139 Introduce CompressibleObjectTree (#77876)
Introduce `CompressibleObjectTree`
2019-09-13 09:04:20 +02:00
Benjamin Pasero
c05a0af7db web - prevent unload dialog to show up from workspaces service 2019-09-13 08:56:48 +02:00
Johannes Rieken
cf88c7f310 retry command exec when having arguments, when contributes, and not yet activated, #80338 2019-09-13 08:50:12 +02:00
Benjamin Pasero
73a128e867 web - add workspace editing service support 2019-09-13 08:42:06 +02:00
Sandeep Somavarapu
0c237173e2 add todo 2019-09-13 08:35:29 +02:00