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 |
|
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 |
|