Johannes Rieken
85cc6ab7bf
Merge pull request #15007 from Microsoft/joh/configInspect
...
WorkspaceConfiguration#inspect
2016-11-07 17:56:25 +01:00
Johannes Rieken
b283fc9e17
add telemetry about completion items and the use of snippet synatx, #3210
2016-11-07 12:41:27 +01:00
Johannes Rieken
b95c77c34c
first cut of WorkspaceConfiguration#inspect
2016-11-07 10:07:43 +01:00
Pine Wu
29346ad1b4
Merge remote-tracking branch 'origin/master' into treeExplorerAPI
2016-11-04 14:14:38 -07:00
Johannes Rieken
697c06f216
use different data model to prep ExtHostConfiguration for #inspect knowledge
2016-11-04 18:25:22 +01:00
Benjamin Pasero
1741f67dce
adopt ITextModelResolverService for resources
2016-11-04 12:42:09 +01:00
Benjamin Pasero
4cc289a8a2
make text model resolver available in platform
2016-11-04 12:42:09 +01:00
Benjamin Pasero
dbf3ba74e6
fixes #6644
2016-11-04 11:01:08 +01:00
Benjamin Pasero
ae26c5e7c4
Merge pull request #14838 from Microsoft/ben/insertFinalNewline
...
Provide an option to insert a final newline (fixes #1666 )
2016-11-04 09:03:49 +01:00
Pine Wu
11486b8291
Rename confusing service
2016-11-03 22:45:20 -07:00
Pine Wu
ff63a4d10b
Merge remote-tracking branch 'origin/master' into treeExplorerAPI
2016-11-03 16:36:46 -07:00
Pine Wu
347c2e96d4
External -> Extension
2016-11-03 16:30:33 -07:00
Pine Wu
50eb471506
External Viewlet -> ExtViewlet
2016-11-03 10:21:28 -07:00
Joao Moreno
ae63b19547
ipc: remove vscode:windowOpen, _workbench.ipc
...
#10587
2016-11-03 11:18:33 +01:00
Benjamin Pasero
a04f317d3a
Merge remote-tracking branch 'upstream/master' into treeExplorerAPI
2016-11-03 08:40:55 +01:00
Johannes Rieken
e9233ca076
ext.name != ext.main
2016-11-02 12:55:55 +01:00
Joao Moreno
954b1aa4bc
add _files.openFolderPicker command
2016-11-02 12:36:57 +01:00
Benjamin Pasero
19f152cee6
add tests
2016-11-02 10:43:53 +01:00
Sandeep Somavarapu
c5c0c39d9a
#14821 Move extension enablement closer to extension management
2016-11-02 10:17:41 +01:00
Benjamin Pasero
f9cbe207a3
Provide an option to insert a final newline ( fixes #1666 )
2016-11-02 07:33:57 +01:00
Pine Wu
355f1159cb
Use JSON/interface over the wire
2016-11-01 22:28:11 -07:00
Pine Wu
84dd43b63a
Execute onClickCommand on Main side
2016-11-01 11:44:44 -07:00
Pine Wu
31960a77d3
Move error handling to main side
2016-11-01 10:11:53 -07:00
Pine Wu
c47693723a
Set registerTreeExplorerNodeProvider as proposed API
2016-11-01 10:11:35 -07:00
Sandeep Somavarapu
1f298d54a2
Fix #14763
...
- Include extension specific properties only
- Refactor: Move extensions scanning to MainThreadExtensionService
2016-11-01 17:57:22 +01:00
Alex Dima
3be9dad671
Group language configuration types together
2016-11-01 13:18:19 +01:00
Alex Dima
6325f3d9cf
Begin to clean up ElectricCharacter
2016-11-01 12:37:15 +01:00
Sandeep Somavarapu
7dbd9689db
Renaming in extensionRuntimeService
2016-11-01 11:58:55 +01:00
Pine Wu
f5d4ede325
Merge remote-tracking branch 'origin/master' into treeExplorerAPI
2016-10-31 12:50:19 -07:00
Johannes Rieken
c510d53da7
sample for vscode.proposed.d.ts and implementation
2016-10-31 17:03:32 +01:00
Johannes Rieken
53df546a67
debt - don't use bind because it hinders proper typechecking
2016-10-31 16:17:52 +01:00
Johannes Rieken
95536e6678
debt - move error handler code
2016-10-31 16:17:52 +01:00
Johannes Rieken
887a4a1b7d
when saving expect the extension host to be virtually dead, #14635
2016-10-31 15:24:48 +01:00
Johannes Rieken
1b8d31f29f
fix telemetry event for save participants
2016-10-28 12:29:58 +02:00
Johannes Rieken
31d39b0a37
send telemetry info as initData, fixes #14632
2016-10-28 09:25:36 +02:00
Daniel Imms
2f182c08a7
Prefix setProcessId with an underscore
...
Fixes #12434
2016-10-26 18:54:22 -07:00
Alex Dima
6dd7a04bbd
Fixes #14500 : wait for extension points
...
* Use the extension descriptions available in the UI thread
* Don't wait for handling extension points until extension host is running
* Create the extension host process only after extension points have been handled
* Send the initial configuration as part of the initData to the extension host
2016-10-26 22:08:59 +02:00
Alex Dima
d801542057
ExtensionsRegistry only tracks extension points
2016-10-26 22:08:57 +02:00
Alex Dima
17243e765a
Simplify extension point handling
2016-10-26 22:08:53 +02:00
Johannes Rieken
ebd2e2e57d
log save participant timings, #13492
2016-10-26 18:12:01 +02:00
Johannes Rieken
2c09acb99e
fix #12688
2016-10-26 15:13:47 +02:00
Pine Wu
a3d577ccd5
Address feedback
2016-10-24 12:52:53 -07:00
Pine Wu
8f777abab1
Merge remote-tracking branch 'origin/master' into treeExplorerAPI
2016-10-24 11:08:03 -07:00
Alex Dima
b62ca810c6
Trigger loading configuration for embedded modes
...
Load configuration for languages when they are first encountered as an embedded mode in TextMate (#14136 )
2016-10-24 18:15:37 +02:00
Johannes Rieken
710c86c22e
Revert "delay event forwarding and hope for updated textfile service, fixes #11339 "
...
This reverts commit b949f4f867 .
2016-10-24 14:54:13 +02:00
Johannes Rieken
b949f4f867
delay event forwarding and hope for updated textfile service, fixes #11339
2016-10-24 14:10:36 +02:00
Johannes Rieken
1cda680453
also send isDirty-flag when forwarding model changes, #11339
2016-10-24 13:06:48 +02:00
Johannes Rieken
012622ead3
fix #14223
2016-10-24 10:45:15 +02:00
Daniel Imms
86028830c7
Clear terminal queued requests once they're actioned
2016-10-22 04:34:07 -07:00
Daniel Imms
611ed75a9b
Remove wait loop in extHostTerminalService
...
Fixes #12434
2016-10-22 04:30:45 -07:00