Commit graph

48840 commits

Author SHA1 Message Date
Daniel Imms fa77b52b5e
Merge pull request #73522 from microsoft/alexr00/winptyTasks
Add setting that uses winpty for tasks
2019-05-09 14:43:57 -07:00
Rachel Macfarlane 808b33b8fd Update settings description to link to terminal setting, add Tasks to the ToC of settings editor 2019-05-09 14:37:46 -07:00
Daniel Imms dc39c64906 Rename windowsEnableConpty to windowsAllowConpty 2019-05-09 13:51:05 -07:00
Alex Ross f3bc0f2d35 Change setting name to reflect feedback 2019-05-09 13:04:47 +02:00
Alex Ross 9a8791a968 Fix type 2019-05-09 11:34:34 +02:00
Alex Ross c9e438a055 Add setting that uses winpty for tasks
Setting defaults to true

Fixes #73351
2019-05-09 11:31:55 +02:00
Benjamin Pasero 7006ca0772 fix #71485 2019-05-09 07:31:21 +02:00
Peng Lyu 693a13cd32
Pull back comments api (#73481) 2019-05-08 10:21:35 -07:00
Johannes Rieken 9cedc683ab
Merge pull request #73477 from microsoft/joh/72728
allow empty string to be inserted...
2019-05-08 17:14:57 +02:00
Johannes Rieken 34a7c300f7 allow empty string to be inserted... 2019-05-08 17:07:34 +02:00
Benjamin Pasero 90e06350be
fix #73472 (#73473) 2019-05-08 15:53:07 +02:00
Isidor Nikolic 6f6b434c54
Merge pull request #73466 from microsoft/isidorn/closestRoot
explorer: take the root that is the closest to the stat
2019-05-08 14:29:34 +02:00
isidor ad6625929f explorer: take the root that is the closest to the stat
fixes #72299
2019-05-08 14:20:53 +02:00
Alex Ross 4cc010437d
revealProblem should be revealProblems (#73414)
Fixes #73412
2019-05-08 11:39:30 +02:00
Alex Ross 8ef8aa6b3c
Fix quick pick message size (#73359)
Fixes #73345
2019-05-07 16:00:35 +02:00
Martin Aeschlimann 8099c01477
Merge pull request #73273 from SamB/json-features-CONTRIBUTING-fixes
json-language-features/CONTRIBUTING.md fixes
2019-05-07 11:30:56 +02:00
Rob Lourens daf7142325
Merge pull request #73370 from microsoft/roblou/emptySettings
Fix settings tree filter not cleared when leaving search mode
2019-05-06 14:47:16 -07:00
Rob Lourens d2ec144d41 Fix #73334 2019-05-06 14:29:32 -07:00
Peng Lyu 0683efcf4f Deprecate commands for static contribution later, fixes #73333 2019-05-06 14:17:44 -07:00
Martin Aeschlimann 66d5d871dd
Merge pull request #73365 from Microsoft/aeschli/oss-1.34
oss for 1.34
2019-05-06 21:28:27 +02:00
Martin Aeschlimann 0d53685f9c oss for 1.34 2019-05-06 20:55:34 +02:00
Martin Aeschlimann a24be4c42a
Merge pull request #73358 from Microsoft/aeschli/update-htmljson-services
update html & json services
2019-05-06 18:00:15 +02:00
Martin Aeschlimann 8c6f32ca00 update json service 2019-05-06 17:50:28 +02:00
Martin Aeschlimann 988b197b91 update html service 2019-05-06 17:50:05 +02:00
Sandeep Somavarapu 171a990c5c
Fix opening extension from extension pack tab (#73350)
Fix opening extension from extension pack tab
2019-05-06 16:48:51 +02:00
Sandeep Somavarapu e0abc72d86 fix #73215 2019-05-06 15:19:52 +02:00
Joao Moreno 33876f102b tree trait model change events should only fire if collection actually changes
fixes #72965
2019-05-06 15:18:20 +02:00
Martin Aeschlimann 9ce42976fb
Merge pull request #73338 from Microsoft/aeschli/update-distro
update distro
2019-05-06 12:49:29 +02:00
Martin Aeschlimann 9c89613ed5
Merge pull request #73266 from Microsoft/misolori/remote-colors-default
Update remote background defaults
2019-05-06 12:30:19 +02:00
Martin Aeschlimann ad8d0c203c
Merge pull request #73231 from whittlec/qsh
Add 'qsh' as a valid shellscript firstline
2019-05-06 12:08:17 +02:00
Martin Aeschlimann 5d7f4149d5 update distro 2019-05-06 12:00:38 +02:00
Sandeep Somavarapu 629b5a09f8
Fix retain search panel on reload (#73322)
Fix retain search panel on reload
2019-05-06 11:53:40 +02:00
Sandeep Somavarapu b1a645bdbb register search panel by default 2019-05-06 09:10:19 +02:00
Samuel Bronson 1661bf4fa3 json-language-features/CONTRIBUTING.md fixes
In particular, mention npm and yarn as appropriate.
Some of the mentions had apparently been inadvertantly switched???
2019-05-04 00:43:46 -04:00
Miguel Solorio 1d6956c37c Update remote background defaults 2019-05-03 20:11:20 -07:00
Peng Lyu da3c97f366
Rename username to author name. (#73137)
* Rename user to author for Comment.

* Make Comment interface

* Fix #73170. Introduce CommentAuthorInformation

* Fix #73145. Update range properly.
2019-05-03 18:29:48 -07:00
Rachel Macfarlane a5455afcef
Add DirtyWorkTree git error matching to git exec (#73108) 2019-05-03 14:04:27 -07:00
Peng Lyu b72fba1a56
Fix Monaco compilation (#73243)
* Fix Monaco tsconfig parsing failure and Monaco compilation.
2019-05-03 10:59:50 -07:00
Johannes Rieken 66639257d9
Merge pull request #73219 from Microsoft/joh/73150
add code lens cache to standalone editor
2019-05-03 15:40:52 +02:00
Johannes Rieken b3d37f8c7a
Merge pull request #73214 from BaluErtl/master
Incorrect wording of Outline drawer default message
2019-05-03 15:09:47 +02:00
Johannes Rieken b46edaf711 tweak message 2019-05-03 15:09:05 +02:00
Johannes Rieken a64886b66c add code lens cache to standalone editor 2019-05-03 11:43:19 +02:00
BaluErtl b0c8b49e98
#73213 Fix outline drawer default message wording
See issue in the original repo: https://github.com/Microsoft/vscode/issues/73213
2019-05-03 08:36:37 +00:00
Kai Maetzel 816a315176
Merge pull request #73136 from Microsoft/kieferrm/gdpr
fix gdpr annotation
2019-05-01 17:16:00 -07:00
kieferrm c87ce98c9c fix gdpr annotation 2019-05-01 17:24:00 +00:00
Kai Maetzel 473af338e1 change distro 2019-04-30 17:02:48 -07:00
Rachel Macfarlane 9e3d0269b8
Update distro (#73104) 2019-04-30 16:57:29 -07:00
Kai Maetzel 2e8e880d60
Merge pull request #73103 from Microsoft/kieferrm/publisher
change publisher
2019-04-30 16:57:03 -07:00
kieferrm 4237ce04c5 change publisher 2019-04-30 23:34:46 +00:00
Peng Lyu 072e9a35ee
Comments API Finalization (#73010)
* Comments API Finalization
2019-04-30 14:59:59 -07:00