Matt Bierner
3412eab2ec
Webview Api Prototype ( #42690 )
...
* Webview api
* Cleaning up markdown webview
* Hooking up dispose
* Fix some merge errors
* Use custom context key to show markdown title bar contributions
* Add basic on focus and on blur events
* Fixing find widget in webview
* Hookup _isDisposed
* Use new extension resource scheme to load markdown extension resources
* Documenting keep alive
2018-02-14 18:52:26 -08:00
Ramya Achutha Rao
dbcf30ddbc
Manage Extensions from gear menu fixes #43708
2018-02-14 18:02:27 -08:00
Ramya Achutha Rao
28a0426d0b
Rename setting to showRecommendationsOnlyOnDemand #43471
2018-02-14 17:43:23 -08:00
Ramya Achutha Rao
4d8eb83c77
Setting to disable eager recommendations fixes #43471
2018-02-14 17:15:55 -08:00
Gus Hurovich
7420a04c64
Fix for Emmet's wrap with abbreviation inserting extra spaces ( #43345 )
...
* Fixing trailing spaces in expansion
* Emmet - Fixing extra spaces when wrapping with abbreviation
* Avoid fetching tag if there's no need to ezpand again
* Replacing several 'indexof's with regexp
* Making regexp for tagname stricter. Removing unnecessary check.
* Removing extra call to expand.
* tiny changes
* tinitiny changes
2018-02-14 17:08:44 -08:00
Rachel Macfarlane
875706be45
Issue Reporter: Differentiate between open and closed GitHub issues, #43549
2018-02-14 15:48:21 -08:00
Rob Lourens
d917cc6bc4
Bump vscode-ripgrep
2018-02-14 15:08:58 -08:00
Ramya Achutha Rao
deec213362
Revert "Fix #41571 " as it breaks tests
...
This reverts commit 00262fb390
.
2018-02-14 15:00:50 -08:00
Rachel Macfarlane
cf360e0054
Update duplicate search endpoint in issue reporter
2018-02-14 14:29:27 -08:00
Rob Lourens
a6a9ce9ecb
Fix Settings Search Issue title in reporter
2018-02-14 13:50:09 -08:00
Daniel Imms
68054914a4
Evenly spread out term panes on sash reset
2018-02-14 11:44:34 -08:00
Daniel Imms
696d990928
Allow more than one split
2018-02-14 11:30:07 -08:00
Sandeep Somavarapu
00262fb390
Fix #41571
2018-02-14 19:35:36 +01:00
Daniel Imms
2851180ae1
Add split vertically terminal context menu action
2018-02-14 10:29:03 -08:00
Daniel Imms
c7bdbbe116
Correct terminal action names
2018-02-14 10:27:06 -08:00
Daniel Imms
38f87ec0d0
Make terminal pane focus directional generic, add up/down
2018-02-14 10:14:21 -08:00
Joao Moreno
e0404c5595
ship the right vcruntime140.dll version
2018-02-14 18:51:04 +01:00
Joao Moreno
398b08d8fc
Merge branch 'master' of github.com:Microsoft/vscode
2018-02-14 18:45:33 +01:00
Joao Moreno
b3292af460
Revert "temporarily disable fast updates"
...
This reverts commit 5b9d88a694
.
2018-02-14 18:45:00 +01:00
Daniel Imms
f51deb548b
Update terminal dropdown when closing left split pane
2018-02-14 09:44:40 -08:00
Joao Moreno
5b9d88a694
temporarily disable fast updates
2018-02-14 17:56:56 +01:00
Sandeep Somavarapu
1542efd648
Fix #42978
2018-02-14 15:57:19 +01:00
isidor
7db7f5bd45
debug: move getBreakpointMessageAndClassName to breakpointsView so it can be reused
2018-02-14 15:57:11 +01:00
Sandeep Somavarapu
950574c378
Fix #32012
2018-02-14 13:38:20 +01:00
Christof Marti
7fb62434ca
Move webhook to https
2018-02-14 12:10:57 +01:00
isidor
6ee5bdc241
debug: fix layering a bit, move things to /browser
2018-02-14 12:04:21 +01:00
Sandeep Somavarapu
dfda71a0b4
##43608 Fix tests
2018-02-14 11:35:38 +01:00
isidor
cd120baac5
context keys introduce "listMultiSelection"
...
fixes #43319
2018-02-14 11:21:23 +01:00
Christof Marti
73e104d1cd
Move webhook to https
2018-02-14 11:02:02 +01:00
Isidor Nikolic
67ea7f634d
Merge pull request #43423 from ergun1017/feature/copy-property-path
...
Fixes #19580 ; added copy property path action to debug viewlet
2018-02-14 10:48:14 +01:00
Sandeep Somavarapu
8b827b40d7
Fix #43608
2018-02-14 10:13:22 +01:00
Ramya Achutha Rao
135d4a5d5c
Absorb upstream fixes from emmet helper
2018-02-13 18:25:19 -08:00
Ramya Achutha Rao
6c7fe5b95b
Dont repeat hex color suggestions in emmet Fixes #32232
2018-02-13 17:41:53 -08:00
Ramya Achutha Rao
994bfe6903
Update telemetry module to fix issue of missing version in events
2018-02-13 17:07:30 -08:00
Peng Lyu
37ced1a823
Merge pull request #43006 from Microsoft/rebornix/largefile
...
Fix #42839 . avoid ui freeze when file is larger than heap size limit.
2018-02-13 16:16:54 -08:00
Ramya Achutha Rao
a8449c4f3b
Set focus only after widget is shown to avoid showing details too soon
2018-02-13 16:07:49 -08:00
Ramya Achutha Rao
85ac36ee4c
layoutContentWidget gets called after show(), so not needed in updateListHeight
2018-02-13 16:07:48 -08:00
Ramya Achutha Rao
eba8653bb6
updateListHeight needs to be called only when list content changes, not on focus change
2018-02-13 16:07:47 -08:00
Peng Lyu
6729e2b7df
--max-memory and fix test failture.
2018-02-13 15:12:07 -08:00
Daniel Imms
bdcc2be7d6
Merge pull request #43610 from Microsoft/terminal_split
...
Terminal splitting
2018-02-13 14:47:17 -08:00
Daniel Imms
1ade01985e
Make focusLeft work on > 2 + nested panes
2018-02-13 14:46:51 -08:00
Peng Lyu
50a1deb9f6
Fix #42839 . avoid ui freeze when file is larger than heap size limit.
2018-02-13 14:07:01 -08:00
Sandeep Somavarapu
9f5a4a2102
Fix #43430
2018-02-13 21:52:25 +01:00
Sandeep Somavarapu
dd25ba8452
Fix #43479
2018-02-13 21:12:04 +01:00
Sandeep Somavarapu
e799fab8f2
Fix #43476
2018-02-13 21:04:32 +01:00
Daniel Imms
61d8d7fd27
Add keybinding for split vertical on macOS
2018-02-13 11:47:14 -08:00
Daniel Imms
947498a3d0
Remove logs
2018-02-13 11:36:31 -08:00
João Moreno
eb8388eb44
Merge pull request #43611 from Microsoft/joao/fix43503
...
Isolate inno updater
2018-02-13 20:21:28 +01:00
Daniel Imms
b66821d0f8
Have terminal.border fallback to panel.border
2018-02-13 11:09:41 -08:00
Daniel Imms
0aa9312116
Merge remote-tracking branch 'origin/master' into terminal_split
2018-02-13 11:04:49 -08:00