Johannes Rieken
58d5205e5a
naming and doc tweak for #62839
2018-11-16 16:05:58 +01:00
Sandeep Somavarapu
a8838578af
#61312 Implement message for tree views
2018-11-16 14:57:32 +01:00
Andre Weinand
fb61dd1885
add config to vscode.DebugSession
2018-11-14 00:50:55 +01:00
Andre Weinand
b9fc2c1c20
debug api: add workspacefolder to DebugSession
2018-11-14 00:50:55 +01:00
Andre Weinand
8ec8c9774c
debug API: introduce DebugAdapterProvider
2018-11-13 00:03:10 +01:00
Johannes Rieken
201b6dac6a
add proposed api for declaration provider, add test, add ipc logic, #62483
2018-11-12 11:05:59 +01:00
Johannes Rieken
d4116a8f38
tweak markdown string conversion and rendering
2018-11-09 10:50:20 +01:00
Johannes Rieken
0b99867455
working on markdown string dto
2018-11-09 10:50:20 +01:00
Alex Dima
e146b7aad6
Tweak IExtHostContext
2018-11-07 20:55:08 +01:00
isidor
a6fe9800e9
mainThreadDebugService: get rid of TPromise
2018-11-07 12:31:16 +01:00
Dirk Baeumer
41c02aa888
Fixes #62594 : Resolving process task doesn't take task system into account
2018-11-05 15:10:59 +01:00
Rachel Macfarlane
36dc10c9f7
Add log for registering workspace comment provider
2018-10-29 15:16:18 -07:00
Rachel Macfarlane
317fe8088c
Log an event on webview panel creation
2018-10-29 14:54:43 -07:00
Sandeep Somavarapu
8adb061adc
#55879 Add expand option to reveal API
2018-10-29 15:19:37 +01:00
Sandeep Somavarapu
d00ae9bd38
#55879 Collapse all action for custom views
2018-10-29 12:36:24 +01:00
Christof Marti
ee0815204c
Fix timing issue ( fixes #61748 )
2018-10-29 11:30:25 +01:00
Joao Moreno
63da98253c
Revert "Revert "Merge branch 'pr/60051'""
...
This reverts commit fb1ed79271 .
2018-10-24 08:27:35 -07:00
Sandeep Somavarapu
4e65cab609
Revert "Proposals for Collapse, CollapseAll, Expand APIs and implementation"
...
This reverts commit 677234a7c2 .
2018-10-24 12:25:51 +02:00
Sandeep Somavarapu
677234a7c2
Proposals for Collapse, CollapseAll, Expand APIs and implementation
2018-10-24 12:24:12 +02:00
Johannes Rieken
fb1ed79271
Revert "Merge branch 'pr/60051'"
...
This reverts commit 217e29ad9c , reversing
changes made to 758206be09 .
2018-10-24 11:14:51 +02:00
Joao Moreno
f1f5385a68
💄 SourceControlInputBox.visible API
2018-10-23 16:49:23 -07:00
Joao Moreno
4925df27eb
Merge commit 'refs/pull/60051/head' of github.com:Microsoft/vscode into pr/60051
2018-10-23 16:18:51 -07:00
Sandeep Somavarapu
cb82a53961
#59645 Move progress service to platform
2018-10-23 11:14:13 +02:00
Alex Dima
17454d4e88
Organize imports
2018-10-23 09:54:11 +02:00
Christof Marti
4e436d128c
Investigate using Electron's resolveProxy API ( #60773 )
2018-10-22 20:00:58 +02:00
Benjamin Pasero
7036953b12
storage - cleanup
2018-10-22 13:40:33 +02:00
Benjamin Pasero
c760849845
Merge branch 'master' into ben/ws-storage
2018-10-22 08:59:00 +02:00
Rob Lourens
b17e21d0ad
Split text and file search interfaces
2018-10-18 16:49:58 -07:00
Benjamin Pasero
2d2d715496
storage - write workspace.json from renderer
2018-10-17 19:03:20 +02:00
Benjamin Pasero
c2ef06ef8a
storage - introduce workspaceStorageHome to environment
2018-10-17 12:52:42 +02:00
Benjamin Pasero
2ce9665b30
Allow globalState to be synchronized across multiple windows ( #61024 )
...
* Allow globalState to be synchronized across multiple windows (fixes #55834 )
* address some feedback
2018-10-16 18:52:50 +02:00
Johannes Rieken
1580cd1846
first version of simple clipboard API, #217
2018-10-08 12:38:36 +02:00
Matt Bierner
2f51e97117
Add retrigger characters to SignatureHelpProvider
...
Introduces the concept of a re-trigger character to the signature help provider. This is a seperate set of characters that are registered with the provider. Typing a retrigger character fires a new signature help request if signature help is already showing.
#54972
2018-10-05 16:01:02 -07:00
Ilya Biryukov
212aade6db
Allow scc providers hide commit input box.
...
Fix for #51808 .
2018-10-05 14:57:05 -07:00
Martin Aeschlimann
683a76f295
use FileDialogService with vscode APIs
2018-10-03 16:54:02 +02:00
Matt Bierner
8087b0a8d8
Remove use strict directives in main vs code ts files (part 2)
...
We compile using the alwaysStrict flag so these directives are not needed
This part removes most `use strict` directives that are right after the file header
2018-10-02 16:11:05 -07:00
Johannes Rieken
3f12ef35a8
debt - modes.ISuggestSupport becomes modes.CompletionItemProvider
2018-10-02 15:31:47 +02:00
Rachel Macfarlane
b4f4f55f5a
Return void instead of comment from editComment, fixes #59460
2018-09-26 14:39:55 -07:00
Sandeep Somavarapu
5de0fbbb1d
Fix #59210
2018-09-26 16:20:40 +02:00
Sandeep Somavarapu
f78b7b2746
#59209 Update output channel when visible
2018-09-26 15:04:29 +02:00
Alex Ross
1ff175f094
Wait to signal to the extHostTerminalService that the terminal is opened until the terminal has a name. ( #58983 )
...
Also added a change listener for title. Fixes #53057
2018-09-21 14:08:38 -07:00
Andre Weinand
88b85b66c3
add DA Tracker API; fixes #55945
2018-09-20 23:11:11 +02:00
Rob Lourens
6326543b11
Support findFiles with a non-file URI workspace
2018-09-19 16:10:54 -07:00
Rachel Macfarlane
d1dbe4d53c
Add support for deleting comments, #58078
2018-09-18 16:45:41 -07:00
Alex Dima
5f7d8d4935
Fixes #58687 : Check version before starting up the ext host
2018-09-18 11:21:36 +02:00
Rob Lourens
f3654c59e0
Fix #55790 - allow extensions to return a hitLimit flag
2018-09-17 22:48:12 -07:00
Rachel Macfarlane
1d1105e96b
Add support for editing comments, #58078
2018-09-17 11:22:41 -07:00
Andre Weinand
644d57ddba
pass config to adapterExecutableCommand; fixes #45220
2018-09-15 16:46:49 +02:00
Alex Dima
f9d8addc07
Merge remote-tracking branch 'origin/master' into pr/limerickgds/51557
2018-09-11 15:30:40 +02:00
Matt Bierner
d33b1c3063
Initial work on signature help context ( #58135 )
...
* Initial work on signature help context
Fixes #54972
Adds `SignatureHelpContext`. This tells providers why signature help was requested
TODO:
- [ ] Better understand semantics of retrigger. Should `retrigger` be an flag instead of a `triggerReason`?
- [ ] Fix skipped test
- [ ] Add more tests for trigger reasons / trigger characters
* Fix unit test
* Make sure we retrigger sig help if it is already showing
* Add test for dismiss and re-invoke
* Extract some constants
* Extract createMockEditor
2018-09-10 17:44:21 -07:00