Commit graph

25094 commits

Author SHA1 Message Date
Alex Dima 400afdbd44 Reduce reliance on _addMarker for cursor tracking 2017-10-17 11:33:27 +02:00
isidor 015901f14b return threadId as the context for actions in the callstack view
fixes #36394
2017-10-17 11:27:59 +02:00
Benjamin Pasero 506eea19ef fix explorer exploding 2017-10-17 11:27:26 +02:00
Johannes Rieken 572c7ba2b4 deco - expose decorations as proposed api 2017-10-17 11:15:56 +02:00
Sandeep Somavarapu b0a7b57d46 Rename IConfigurationService onDidUpdateConfiguration to onDidChangeConfiguration 2017-10-17 10:46:33 +02:00
Benjamin Pasero 7d3ee8ab43 telemetry - delay fileGet until model is loaded to properly resolve mimetype 2017-10-17 10:18:59 +02:00
Alex Dima 5aff04bc9e Capture current side editing behaviour 2017-10-17 09:50:52 +02:00
Rob Lourens 3495b0b185 node-debug2@1.18.3 2017-10-16 15:49:25 -07:00
Matt Bierner f8bac907b7 Mark markdown yaml frontmatter as yaml embedded language
Fixes #30873
2017-10-16 14:45:06 -07:00
Matt Bierner a101ae1817 Change a few more ts providers to use async 2017-10-16 14:45:06 -07:00
Sandeep Somavarapu fe37067d31 Clean up
- Remove configuration target in configuration editing service
- Remove configuration editing service
2017-10-16 23:07:05 +02:00
Sandeep Somavarapu b5774640f1 Use IConfigurationService.updateValue instead of IConfigurationEditingService 2017-10-16 23:01:02 +02:00
Alex Dima 324650128e Add fast path for vscode.TextEditor.setDecorations 2017-10-16 22:48:45 +02:00
Alex Dima d4408e2bdd Optimize deltaDecorations 2017-10-16 22:13:48 +02:00
Alex Dima b179e24a85 Update interval tree when edits occur 2017-10-16 20:43:51 +02:00
Johannes Rieken a4ae83754b fix decorations service test 2017-10-16 19:38:54 +02:00
Alex Dima 1a37562eb7 Implement IntervalTree.acceptReplace 2017-10-16 19:31:36 +02:00
Benjamin Pasero 45a7108337 💄 2017-10-16 19:01:50 +02:00
Alex Dima 167c2e739b Always emit a model decorations changed event when the model is being edited 2017-10-16 18:09:54 +02:00
Alex Dima bfedda7b2f Adjust tests for USE_NEW_DECORATIONS 2017-10-16 18:07:14 +02:00
Alex Dima e7ae7d781e Fix issue in changeDecoration 2017-10-16 18:05:31 +02:00
Alex Dima 10c5d96af2 Fix issue in IntervalTree.resolveNode 2017-10-16 18:04:00 +02:00
Benjamin Pasero 9613370d5f update title area faster when opening a new group 2017-10-16 16:19:29 +02:00
isidor 42e1d19ab5 composite bar polish css classes 2017-10-16 16:16:29 +02:00
Sandeep Somavarapu 8f4e125ab8 Fix compilation errors 2017-10-16 16:09:19 +02:00
Sandeep Somavarapu 3170a7f5f9 Do not overload getConfiguration for sending it to extension host. Use getConfigurationData 2017-10-16 16:07:40 +02:00
isidor f704a6c710 composite part: move pin / unpin / mode to compositePart 2017-10-16 16:01:13 +02:00
Johannes Rieken 5276a4fcc8 deco - proper explorer update on config change 2017-10-16 15:47:19 +02:00
Johannes Rieken abff32ca6c deco - tweak config listening 2017-10-16 15:38:33 +02:00
Johannes Rieken 9a9c8c7afb show message when no formatter is installed, #36303 2017-10-16 15:30:40 +02:00
isidor 10a0e42569 bump node debug version 2017-10-16 15:26:00 +02:00
isidor 9cdb5bb480 debug: enable / disable all breakpoints should not touch exception breakpoints
fixes #36349
2017-10-16 14:58:03 +02:00
Johannes Rieken 37043bc9d2 deco - tooltip -> title 2017-10-16 14:46:40 +02:00
Sandeep Somavarapu 81cab911d8 Merge pull request #36348 from Microsoft/sandy081/configurationImprovements
Improvements to configuration service
2017-10-16 12:43:36 +02:00
Johannes Rieken 46b7697866 color - move color provider api to stable api 2017-10-16 12:43:21 +02:00
Johannes Rieken 65a2d30efe color - jsdoc and tiny tweaks for color provider api 2017-10-16 12:43:21 +02:00
Benjamin Pasero a71c987a4d fix #35582 2017-10-16 12:40:17 +02:00
Sandeep Somavarapu 907de42b3e Fix tests 2017-10-16 12:33:14 +02:00
João Moreno 7e78566e7d Merge pull request #36265 from nicksnyder/scmawait
add missing awaits
2017-10-16 12:32:15 +02:00
Sandeep Somavarapu 3f1ffd14c8 Reload after editing 2017-10-16 11:57:22 +02:00
Sandeep Somavarapu 183035fb52 Fix compilation issues 2017-10-16 11:55:48 +02:00
Benjamin Pasero 342f81d248 quick open - add and use prepareQuery 2017-10-16 11:54:45 +02:00
Sandeep Somavarapu 996d90415e Revert changes in preferences 2017-10-16 11:52:50 +02:00
Sandeep Somavarapu 87aef92aaf Merges 2017-10-16 11:39:28 +02:00
Johannes Rieken db4031b6d5 deco - fallback to tree color only when an element is focused *and* selected 2017-10-16 11:33:12 +02:00
Sandeep Somavarapu 0d9e025358 Use wrapper pattern for Workspace Configuration Change Event 2017-10-16 11:20:11 +02:00
Sandeep Somavarapu 788c5c536b Correct mistyping 2017-10-16 11:15:23 +02:00
Sandeep Somavarapu 1a87d359d7 tests for workspace configuration change event 2017-10-16 11:12:26 +02:00
Isidor Nikolic ff87265b2c Merge pull request #36232 from Microsoft/isidorn/compositeBar
Composite Bar
2017-10-16 11:08:42 +02:00
isidor 12fa7c85e2 move ActivityActinos into compositeBarActions.ts 2017-10-16 11:07:57 +02:00