Commit graph

53449 commits

Author SHA1 Message Date
Martin Aeschlimann
be8f289fa9 update jsonc-parser 2019-08-21 16:55:59 +02:00
Martin Aeschlimann
4a6f60ba0e dynamic schemas not updated. Fixes #79363 2019-08-21 16:52:47 +02:00
Sandeep Somavarapu
3eaa4e8b66 clean up 2019-08-21 16:41:02 +02:00
isidor
eb5c8a0208 fixes #78510 2019-08-21 16:38:06 +02:00
Alex Dima
74b1f4de92 update distro 2019-08-21 16:16:21 +02:00
Alex Dima
1a4a1c7079 update distro 2019-08-21 16:12:42 +02:00
Alex Dima
b58579c643 Use cookie for connection token, align fetching of remote resources 2019-08-21 16:11:35 +02:00
isidor
19a5bd6123 explorer: Tree returns too early from the expand, need to wait for next tick
fixes #77106
2019-08-21 15:34:42 +02:00
Benjamin Pasero
df95a55a05 builds - prevent window.open() in tests 2019-08-21 15:20:49 +02:00
Benjamin Pasero
ada79d72be tests - disable opener tests 2019-08-21 14:58:38 +02:00
Isidor Nikolic
4f8d04e381
Merge pull request #79542 from jeanp413/fix-autoexpand-indexTreeModel
Don't auto expand if it's root in indexTreeModel
2019-08-21 12:31:39 +02:00
Sandeep Somavarapu
9f7925556d Support window logging in web:
- Implement File service based log service
- Implement In memory log provider
- Use in memory log provider for window logging
2019-08-21 12:30:16 +02:00
isidor
38aa476610 debug: do not focus new session automatically
fixes #79121
2019-08-21 12:14:32 +02:00
isidor
b8ec1d7733 debug: callstack always inline thread children even if there are child sessions
fixes #79121
2019-08-21 11:35:22 +02:00
Johannes Rieken
444783451b
Merge pull request #78092 from kamranayub/joh/completionsDeprecated
Strikeout deprecated CompletionItems
2019-08-21 11:19:40 +02:00
isidor
72803aaeee debug: always inline one session
fixes #79121
2019-08-21 11:18:19 +02:00
Johannes Rieken
649a1a633d
Merge branch 'master' into joh/completionsDeprecated 2019-08-21 11:16:22 +02:00
Johannes Rieken
acb6d62091 fix #79558 2019-08-21 11:14:25 +02:00
Johannes Rieken
f35f14ffa0
Merge branch 'master' into joh/completionsDeprecated 2019-08-21 10:13:39 +02:00
Peng Lyu
7621355f7e Avoid redundant keymap change 2019-08-20 22:37:19 -07:00
Peng Lyu
2067359dfc
Merge pull request #79329 from microsoft/rebornix/multiLineFind
Multiple line support in Find Widget
2019-08-20 21:00:58 -07:00
Peng Lyu
4de4433c71 💄 2019-08-20 20:09:07 -07:00
Peng Lyu
e563f98c13 animation for single line and no luck for multiple line 2019-08-20 20:07:33 -07:00
SteVen Batten
6e6c3e7acb unset VSCODE_LOGS to fix spdlog issue 2019-08-20 19:33:37 -07:00
jeanp413
2ebaa78e87 Don't auto expand if it's root in indexTreeModel. Fixes #79540 2019-08-20 20:57:33 -05:00
Matt Bierner
6e530127a1 Make sure we update the webview's internally tracked group for restoration 2019-08-20 16:32:23 -07:00
Matt Bierner
d241987248 Use bi-direcitonal map for mapping webviews to handles 2019-08-20 16:27:43 -07:00
Matt Bierner
b1dd95c883 Fire a single batched event internally to update all webview view states
Previously we fired one event per webview. This change switches to fire on event per update
2019-08-20 16:20:42 -07:00
Matt Bierner
4d9460470a Simplify csp for getDeserializationFailedContents
This page should never contain anything except text
2019-08-20 16:05:11 -07:00
Matt Bierner
1c05a14d3c Don't track webviews separately from inputs
The webviews should always be accessible through the inputs
2019-08-20 16:00:23 -07:00
Matt Bierner
5e57212107 Better handle cases where webview view state in api can get out sync with real view state
Fixes #79492

Simplifies view state management logic in `mainThreadWebviews` to:

* Not be stateful
* Handle cases where a webview's view state changes through a more complex means (see #79492 for an example of this)
2019-08-20 15:57:06 -07:00
Matt Bierner
646d4ddb75 Use _register 2019-08-20 15:07:25 -07:00
Peng Lyu
00ae1d5a13 Merge remote-tracking branch 'upstream/master' into rebornix/multiLineFind 2019-08-20 14:57:09 -07:00
Matt Bierner
7cbc0d78f2 Add try/catch around .focus call
Fixes #79171
2019-08-20 14:56:35 -07:00
Peng Lyu
5bfea5092d Move more inputbox keybindings to Commands 2019-08-20 14:52:53 -07:00
Matt Bierner
e37d0e7e43 Auto rewrite vscode-resource entries in csp in web iframe based webviews 2019-08-20 14:18:13 -07:00
Peng Lyu
3b3490c29c Sort imports 2019-08-20 14:08:15 -07:00
Peng Lyu
3d4e72b0bd remove commented code 2019-08-20 11:50:59 -07:00
Peng Lyu
67145b2732 update replace input box size when resizing and display preserve case button properly 2019-08-20 11:49:59 -07:00
Matt Bierner
e44d9a2888 Rename parameter 2019-08-20 11:28:31 -07:00
Matt Bierner
1802be3b70 Always require an argument to command
#75612
2019-08-20 11:26:49 -07:00
Matt Bierner
f509f7f141 Rename command
#75612
2019-08-20 11:25:42 -07:00
Matt Bierner
7c3aeb10a2
Merge pull request #77151 from connor4312/feat/markdown-render-command
feat(markdown): add render command (fixes #75612)
2019-08-20 11:23:47 -07:00
Matt Bierner
1429e8182f Enable "restart ts server" command in js/tsconfig files
Fixes #79530
2019-08-20 11:22:24 -07:00
Daniel Imms
0b4c4dc892 Ensure resolved cwd is passed back to window
Fixes #1109
2019-08-20 11:02:23 -07:00
Matt Bierner
5c27385212 Restrict which subsets of the markdown grammar the js/ts injection eagerly loads
Fixes #77990
2019-08-20 10:43:10 -07:00
Matt Bierner
07ef53b206
Merge pull request #79523 from skprabhanjan/fix-78915
Fix-78915 Webview not handing CustomEvent
2019-08-20 10:22:52 -07:00
Daniel Imms
68660775ab Teardown server on SIGTERM 2019-08-20 10:17:54 -07:00
Daniel Imms
64716dd3b0 Fix smoke test driver types 2019-08-20 10:17:54 -07:00
Daniel Imms
0f7db00b93 Add experimental terminal title event option
This lets you use \[\033]0;\w\a\] in PS1 to set the dropdown value to the cwd for example

Part of #22325
2019-08-20 09:48:34 -07:00