35786 Commits

Author SHA1 Message Date
Daniel Imms
711eecbfd8 Remove log 2018-06-21 14:17:22 +10:00
Daniel Imms
43d4a29d77 Clear Terminal's reference to custom key event handler 2018-06-21 14:16:14 +10:00
Daniel Imms
480549fef5 Fix upstream Terminal memory leaks
Part of #46356
2018-06-21 13:45:05 +10:00
Daniel Imms
341fc24bbc Don't let DOM renderer render outside cols
Fixes #51479
2018-06-20 23:08:24 +10:00
Daniel Imms
1afae050c4
Merge pull request #52463 from Microsoft/tyriar/xterm_update
Update xterm
2018-06-20 22:34:17 +10:00
Daniel Imms
f607ee4481 Type terminal smoke tests 2018-06-20 22:13:26 +10:00
Sandeep Somavarapu
b7e2e55f6d Fix #47532 2018-06-20 14:00:32 +02:00
isidor
967451ed9a propagate isReadonly properly 2018-06-20 13:58:55 +02:00
Daniel Imms
94fec827fe Fix tests 2018-06-20 21:55:00 +10:00
Daniel Imms
52e29e90ee Update reaching into xterm.js internals to work after layering merge 2018-06-20 21:42:46 +10:00
Daniel Imms
519b82b505 vscode-xterm@3.5.0-beta14 2018-06-20 21:42:24 +10:00
Johannes Rieken
f0ec28b499 override -> overwrite, #10659 2018-06-20 13:16:53 +02:00
Sandeep Somavarapu
738fa55a52 #52342 Fix classes contributed to themes 2018-06-20 12:59:30 +02:00
Sandeep Somavarapu
38b11bf5d5 Revert "Fix tests"
This reverts commit c570b7364e2a26732a51feb9d1b4dceda590467d.
2018-06-20 12:59:30 +02:00
Sandeep Somavarapu
3db3905ee1 Revert "Fix #52342"
This reverts commit 81f54be0e58ba60c8d36ed71338a07e0138db0a8.
2018-06-20 12:59:30 +02:00
Johannes Rieken
bac2a59322 add partial test #10659 2018-06-20 12:46:57 +02:00
Johannes Rieken
97f48d7bba rename/create should be able to define override behaviour #10659 2018-06-20 12:46:57 +02:00
Sandeep Somavarapu
c570b7364e Fix tests 2018-06-20 12:45:25 +02:00
Alex Dima
8b6281e362 Ensure unique decoration keys 2018-06-20 12:40:54 +02:00
Christof Marti
5d0ec1ad78 Fix infinite progress (#49340) 2018-06-20 12:37:15 +02:00
Christof Marti
b0be57d692 Fix ignoreFocusOut for showInputBox (fixes #52361) 2018-06-20 12:10:48 +02:00
Christof Marti
19231f69ae Polish title (#49340) 2018-06-20 11:41:29 +02:00
Joao Moreno
124ebf6d47 splitview: left align all elements 2018-06-20 11:32:24 +02:00
Joao Moreno
c08024879b centered layout: propagate dimension constraints from view 2018-06-20 11:32:24 +02:00
Joao Moreno
c5ef6da6b7 center view: do not reset grid 2018-06-20 11:32:24 +02:00
Daniel Imms
9481b201c5 vscode-xerm@3.5.0-beta13
Fixes #51663
2018-06-20 19:15:46 +10:00
Sandeep Somavarapu
81f54be0e5 Fix #52342 2018-06-20 10:45:35 +02:00
Christof Marti
6cba561685 Writeable active and selected items (#49340, fixes vscode-azure-account#67) 2018-06-20 10:27:37 +02:00
Johannes Rieken
05b5db7a04 manifest ideas about better names in WorkspaceEdit #10659 2018-06-20 10:11:22 +02:00
Benjamin Pasero
90eefbfa87 nicer import 2018-06-20 09:47:57 +02:00
Joao Moreno
e585e4bf00 fixes #52409 2018-06-20 09:46:32 +02:00
isidor
67e1e11845 remove centered editor layout from layout menu 2018-06-20 09:31:19 +02:00
Alex Dima
00863250ae Fix possible issue where a first data chunk could contain an entire message 2018-06-20 09:21:52 +02:00
isidor
d9483dd7b9 fixes #52370 2018-06-20 09:08:15 +02:00
isidor
d72e9e90ca remove extra center action 2018-06-20 09:06:58 +02:00
Benjamin Pasero
fb295d4b9d title 💄 2018-06-20 08:42:50 +02:00
Christof Marti
38cbbb781d
Shorter duration 2018-06-20 07:52:11 +02:00
Rob Lourens
dc15008ccb Settings editor - hide TOC during search 2018-06-19 20:51:48 -07:00
Rob Lourens
2b59b800f7 Settings editor - move TOC back under header 2018-06-19 20:33:51 -07:00
Rob Lourens
40fb74cf18 Fix #52314 - add aria label for replace toggle state 2018-06-19 17:35:19 -07:00
Matt Bierner
7c96862d37 Use workspace edit to create new file on refactor
#10659
2018-06-19 17:24:40 -07:00
Matt Bierner
fae2d736aa Adding note on webview persistence 2018-06-19 17:04:05 -07:00
Jackson Kearl
69d79b07a9 Remove button that shouldnt show up (#52360) 2018-06-19 16:13:40 -07:00
Jackson Kearl
442e5e202a Add ability to ignore recommendations both globally and at a per-workspace level (#51941)
* WIP

* Initail filtering and pulling filter list logic.

* Imporive typing and naming

* Remove the significant duplication

* Bug fixes.

* Fix bug where arrow functions dont maintain `this` in point free style

* WIP on extension ignoring UI.

* UI for global ignores.

* Add "unwantedRecommendations" to extensions.json template and intelisense

* Notify of workspace non-recommended extensions

* Wording of extensions.json template

* More UI for ignore button.

* Use seprate notification channel of recommendation changes.

* Reload search when recommended extensions changes

* Tests for ExtensionTipsService

* Test extensions workbench service

* Naming and add default vaule to workspace settings

* Initial revisions

* Global ignore need not call workspace refresh

* Fix build issues

* Skip refreshing workspace twice

* WIP

* WIP

* Reduce file accesses.
Remove bug causing all open editors to show exrtension as ignored

* Fix some of the build issues.

* Hackish thing that fixes the test.

* Rename id to extensionId in RecommendationChangeNotification

* updateRecommendedness ??

* Not needed

* Remove point free style thing

* Simplify

* naming

* remove extrenous getWrokspaceRecommendations call

* Casing

* Gracefull handle missing 'extensions' field in multiroot project config

* Refresh recommendation views on recommendation change

* more case sensitivity stuff

* naming/refactroing

* Simplify return types

* Wording

* Add telemetry

* guard telemetry service
2018-06-19 11:53:23 -07:00
Matt Bierner
e4fe04ad5b Treat comma as a commit character in js / ts
Fixes #52351
2018-06-19 11:51:18 -07:00
Matt Bierner
0e361509ef Fix completion characters inside of js function call
Fixes #52350
2018-06-19 11:51:18 -07:00
SteVen Batten
dcffd79899 removing invalid classes from extension actions 2018-06-19 11:20:01 -07:00
Alfonso Perez
344f4d3a6a Keep deleting lines when triggering deleteAllLeft on column 1 (#28392)
* keep deleting lines when doing a deleteAllLeft on column 1
2018-06-19 11:12:17 -07:00
Matt Bierner
f71c378488 Make sure we trigger js/ts completions on / 2018-06-19 11:06:35 -07:00
Matt Bierner
4d3a8ae210 Add tag closing completions
Part of #34307. Add manual completions for closing jsx tags. Requires TS 3.0
2018-06-19 11:06:35 -07:00