Commit graph

25094 commits

Author SHA1 Message Date
Johannes Rieken e988aa800b fix #36336 2017-10-18 12:03:59 +02:00
Joao Moreno 88b2d2e82f Merge branch 'master' into smoketest 2017-10-18 12:01:16 +02:00
Sandeep Somavarapu fd42d99117 💄 2017-10-18 11:58:50 +02:00
Sandeep Somavarapu 91b9b41307 Check for workspace existence - Extension host will not contain workspace object in empty workspace scenario 2017-10-18 11:57:39 +02:00
Benjamin Pasero 104a4d1bb6 💄 2017-10-18 11:57:06 +02:00
Johannes Rieken 44bd7e3176 deco - don't check for ignored files outside the repo 2017-10-18 11:44:55 +02:00
Benjamin Pasero 3b960a89e3 telemetry - add a workspace ID tag to workspace stats 2017-10-18 11:39:37 +02:00
Benjamin Pasero e6e9092fb6 fix layering rules in workbench services 2017-10-18 11:28:47 +02:00
Johannes Rieken d4b5e8a7cd context - more precise config change event listening 2017-10-18 11:25:26 +02:00
isidor 9c97b8002d debug: decodeURI before sending it out to adapter
fixes #36471
2017-10-18 11:06:40 +02:00
Benjamin Pasero 1fbd298cdc fix tests 2017-10-18 11:00:16 +02:00
Sandeep Somavarapu 993043440d Send workspace configuration change event data to extension host 2017-10-18 10:53:24 +02:00
Johannes Rieken 619e5f93bc config context fixes 2017-10-18 10:49:36 +02:00
Johannes Rieken 71d332b464 deco - remove opacity, use colors only, remove provider label from proposed api 2017-10-18 10:36:47 +02:00
Benjamin Pasero 01a35abcc7 telemetry: do not log fileGet on settings JSON files 2017-10-18 10:15:45 +02:00
Benjamin Pasero b98939c030 fix #36244 2017-10-18 10:08:26 +02:00
Johannes Rieken ca2c107324 deco - update decorations when gitignore-file changes 2017-10-18 10:06:13 +02:00
isidor b2f4ba4dd7 debug: change start without debugging keybinding 2017-10-18 10:00:06 +02:00
Johannes Rieken 47bd309a7b deco - show file decoration also in open editors sections 2017-10-18 09:40:45 +02:00
Benjamin Pasero 4b610b1f45 update electron.d.ts (1.7.9) 2017-10-18 09:17:14 +02:00
Johannes Rieken 5faa72ac39 deco - use a color for ignored files 2017-10-18 09:03:15 +02:00
Sandeep Somavarapu b65cb01b3d Send the configuration change event data to Extension host 2017-10-18 08:39:48 +02:00
Sandeep Somavarapu 56a9f4e652 Update context key service to listen only on config section changes 2017-10-18 08:39:47 +02:00
Sandeep Somavarapu 64992dee5c Adopt menus using new configuration change event 2017-10-18 08:39:47 +02:00
Matt Bierner 2cbaa8c7d5 Pick up TS 2.6.1-insiders.20171016 2017-10-17 22:32:27 -07:00
Matt Bierner 1ff751a12b Fix marker test for toString 2017-10-17 22:14:53 -07:00
Daniel Imms c5bf0096b4 Allow term workspace selector command to work when no folder is opened
Fixes #36392
2017-10-17 16:12:14 -07:00
Daniel Imms 1d872eb4fd Merge pull request #36446 from Microsoft/ben/electron-1.7.9
electron@1.7.9
2017-10-17 16:03:22 -07:00
Matt Bierner 557739815a Add "code" to copied marker metadata info
Fixes #36449
2017-10-17 16:00:03 -07:00
Matt Bierner 4d09bef3c5 Update coffeescript grammar
Fixes #36422
2017-10-17 12:54:49 -07:00
Christof Marti f6ab9915c7 Configure for 1.17.2 2017-10-17 12:50:12 -07:00
Rob Lourens 9dc080f80b Change "Remove" to "Dismiss" - fix #36440 2017-10-17 11:08:08 -07:00
Alex Dima 65743658c4 Emit a decoration change event only when methods are called on the change accessor 2017-10-17 17:57:02 +02:00
Alex Dima 4616b4ccde Small tweaks 2017-10-17 17:56:03 +02:00
Benjamin Pasero 12f9753dc4 force a change 2017-10-17 17:42:39 +02:00
Johannes Rieken d5880b1a59 deco - decorate ignored files 2017-10-17 17:19:36 +02:00
Alex Dima 1262a98240 Simplify usage of lineStarts in model 2017-10-17 16:52:15 +02:00
isidor 68797abd31 fix activity bar context menu 2017-10-17 16:44:42 +02:00
Alex Dima bf8282b1e6 Simplify TextModelWithDecorations 2017-10-17 16:31:33 +02:00
Benjamin Pasero 5b90c9f13c electron 1.7.9 2017-10-17 16:25:22 +02:00
isidor 281bfeb078 activityService: move pin methods to composite bar 2017-10-17 16:20:42 +02:00
Dirk Baeumer fcd266b586 Log 0 for count telementries not undefined 2017-10-17 16:16:01 +02:00
Alex Dima d882decfcb Delete LineMarker and associated code 2017-10-17 16:02:04 +02:00
Benjamin Pasero 2ce576d8a1 fix tests 2017-10-17 15:38:50 +02:00
Joao Moreno 828dd97c2d fixes #36340 2017-10-17 14:39:54 +02:00
Johannes Rieken 41f0ff15d7 deco - move scm decorations to git extension 2017-10-17 12:49:56 +02:00
Alex Dima a0a5f18f72 Remove TextModelWithMarkers 2017-10-17 12:40:45 +02:00
Alex Dima 40f61d0b90 Remove old decorations implementation 2017-10-17 12:24:56 +02:00
Alex Dima 7b9e4aebff Flip the switch 2017-10-17 12:13:17 +02:00
Alex Dima a93953101e Further reduce reliance on _addMarker for editing commands selection tracking 2017-10-17 12:12:16 +02:00