Benjamin Pasero
0157b3c155
fix #72558
2019-04-18 16:26:14 +02:00
Benjamin Pasero
c72cfe0c65
Provide API to get access to the workspace configuration file ( #37421 ) ( #72490 )
...
* Provide API to get access to the workspace configuration file (#37421 )
* fix untitled ID
* update docs
2019-04-17 14:24:10 +02:00
Daniel Imms
84f3cfab2b
Fix terminal workspace shell/args
2019-04-16 11:25:38 -07:00
Alex Dima
f526e46357
Tweaks
2019-04-16 11:35:09 +03:00
Matt Bierner
80a2614355
Only try tunneling openExternal when we actually need to
2019-04-15 15:28:03 -07:00
Matt Bierner
94ba9cfe20
Finalizing webview port mapping api
...
Fixes #72152
2019-04-15 11:01:19 -07:00
Peng Lyu
8c1f6baac2
ext: in setting editor ( #72157 )
...
* ext: in setting editor
2019-04-12 19:21:50 +02:00
Martin Aeschlimann
9077e2ccd9
Merge pull request #72194 from LeuisKen/master
...
fix #72187
2019-04-12 16:43:51 +02:00
LeuisKen
f341515fac
update implements according to suggestion
...
Change-Id: I25f92e400ef2f999d604e5ca97637145142de1a1
2019-04-12 17:03:26 +08:00
Sandeep Somavarapu
55270a468b
💄
2019-04-12 10:09:39 +02:00
Johannes Rieken
261fa9f939
fix #71992
2019-04-12 09:59:30 +02:00
Sandeep Somavarapu
1fd2993b54
Fix #72185
2019-04-12 07:44:56 +02:00
Rachel Macfarlane
ea7e2600d8
Expose vscode.openIssueReporter command that allows passing an extensionId to open the reporter with
2019-04-11 14:28:53 -07:00
Johannes Rieken
fc35f68af4
use VSBuffer instead of Buffer
2019-04-11 16:55:08 +02:00
Johannes Rieken
86fee5f4be
move out extHostStorage and extHostMemento
2019-04-11 09:47:01 +02:00
Johannes Rieken
aa094730b6
debt - better separation of extHostMain and extHostProcess
2019-04-10 17:05:21 +02:00
Johannes Rieken
ba4735d7cb
debt - don't use Buffer in extHost-protocol
2019-04-10 15:42:45 +02:00
Johannes Rieken
cb54db1850
move extHostLogService
2019-04-10 12:03:57 +02:00
Johannes Rieken
e9a9f9912a
debt - split extHostOutputService
2019-04-10 11:45:05 +02:00
Johannes Rieken
3286d9e978
move more files to common-layer
2019-04-10 10:33:16 +02:00
Johannes Rieken
c0821aa5e9
move extHost-files to common
2019-04-10 10:26:52 +02:00
Andre Weinand
fd44b66c0f
cleanup multi extension debugging
2019-04-09 18:28:23 +02:00
Johannes Rieken
d95618b784
use readonly T[] instead of ReadonlyArray<T>
2019-04-05 15:45:21 +02:00
Johannes Rieken
8881c88a8a
debt - make ext host init data more complete
2019-04-05 15:23:21 +02:00
Johannes Rieken
e9568ad84c
debt - use Cache for completion items
2019-04-04 17:20:17 +02:00
Johannes Rieken
b15e6329a5
debt - don't use heap service for lazy links
2019-04-04 17:20:17 +02:00
Andre Weinand
e07de5b3ad
support debuging more than one extension; fixes #71081
2019-04-04 16:11:13 +02:00
Johannes Rieken
2b0b913632
debt - don't send unused data around
2019-04-04 13:00:53 +02:00
Alex Dima
25ed721e48
More support for keytar
2019-04-03 22:50:46 +02:00
isidor
75e610cf40
remove debug/toolbar
2019-04-02 10:36:36 +02:00
Peng Lyu
260442f574
Batch comment thread properties update event ( #71569 )
2019-04-02 01:00:03 +02:00
Johannes Rieken
3ba44a0348
minimize suggest dto, #71060
2019-04-01 16:16:50 +02:00
Martin Aeschlimann
e2183c1989
"remoteAuthority" is not recognized in code-workspace file
2019-03-26 12:07:35 +01:00
Martin Aeschlimann
fc7d4787ea
proposed menu id: improve wording
2019-03-25 11:30:46 +01:00
Benjamin Pasero
2c386fa9a3
Revert "Revert "debugToolbar -> debugToolBar""
...
This reverts commit 9bb443d153 .
2019-03-25 10:55:00 +01:00
Matt Bierner
d25ea61e0c
Add telemetry around localhost loading inside of webview
...
This is needed to understand which extension should enable the new port forwarding feature. Only logs that some extension is accessing localhost in a webview, not which port/resource is accessed
2019-03-22 17:03:12 -07:00
Martin Aeschlimann
750266fb8e
menu: add proposed api check
2019-03-22 17:48:17 +01:00
Martin Aeschlimann
9bb443d153
Revert "debugToolbar -> debugToolBar"
...
This reverts commit e7ca7d5889 .
2019-03-22 17:30:57 +01:00
isidor
e7ca7d5889
debugToolbar -> debugToolBar
...
fixes #70954
2019-03-22 12:40:21 +01:00
Johannes Rieken
3fc8913343
show quick pick when multiple formatter apply, #41882
2019-03-21 17:40:31 +01:00
Matt Bierner
376fca8645
Don't import 'vscode' in webview code
...
#70807
2019-03-20 18:58:04 -07:00
Matt Bierner
826dd8a35e
Fixing some implicit any errors in exthost
2019-03-20 15:40:29 -07:00
Martin Aeschlimann
eb169cae3c
StatusBarWindowIndicatorMenu
2019-03-20 17:33:31 +01:00
Martin Aeschlimann
bb38935fe7
allow file menu contributions
2019-03-20 17:03:07 +01:00
Alex Dima
499686ca03
Send extension host exit code
2019-03-20 16:53:50 +01:00
Johannes Rieken
a2f31e1cd6
move node/console to common/console, #70319
2019-03-20 15:29:36 +01:00
Johannes Rieken
5a920062da
remove extHost-dependency from mainThreadLanguages, #70319
2019-03-20 12:40:54 +01:00
Daniel Imms
904db5d8f7
Support measuring terminal proc latency
2019-03-19 16:30:41 -07:00
Rachel Macfarlane
b5ef5937d3
Prevent multiple empty comment threads from being created at same position
2019-03-19 11:06:59 -07:00
Daniel Imms
beb89524b6
Merge branch 'master' into tyriar/70716
2019-03-19 09:21:38 -07:00