isidor
806fcf3e67
output: do not surface output id to extension api
2016-04-14 16:51:36 +02:00
isidor
1e590fb634
output: fix extensions output channel
2016-04-14 16:17:36 +02:00
isidor
9916cec2b7
output: surface label for extension output channels
2016-04-14 16:17:36 +02:00
isidor
f0ce8d7c93
output: nicer syntax for getting channels from registry
2016-04-14 16:17:36 +02:00
Johannes Rieken
dd9380abab
update the previewHtml command doc
2016-04-14 15:57:31 +02:00
Johannes Rieken
a3f49d3280
use IOpenerService for hovers
2016-04-14 15:45:38 +02:00
Johannes Rieken
6350d1a8b0
workaround keybindingservice tricks
2016-04-14 15:43:26 +02:00
Johannes Rieken
464637dbe6
vscode.previewHtml accept URI or string
2016-04-14 15:43:26 +02:00
Johannes Rieken
d295bff1d7
add IOpenerService and use it with webview, #3676
2016-04-14 15:43:26 +02:00
Johannes Rieken
37f6bc488a
add IKeybindingService#hasCommand, #3676
2016-04-14 15:43:26 +02:00
isidor
65e0142dbd
output: polish api
2016-04-14 12:06:40 +02:00
isidor
70a33d4eb8
output: polish refactoring based on ben's feedback
2016-04-14 12:06:40 +02:00
Johannes Rieken
8ec6b49ca5
ts - make sure to return models and extra libs in host logic
2016-04-14 09:58:30 +02:00
Benjamin Pasero
7e0290332f
workaround issue with background color on mac
2016-04-14 09:39:17 +02:00
Johannes Rieken
570ec57f90
mental - use binary insertion over map
2016-04-14 09:23:02 +02:00
Benjamin Pasero
5c850a147b
get rid of win10 focus hack
2016-04-14 08:59:35 +02:00
Johannes Rieken
3450cc29d6
debt - move more language feature registries into modes.ts
2016-04-14 08:58:26 +02:00
Benjamin Pasero
af01038102
adopt fw link
2016-04-14 08:39:49 +02:00
Daniel Imms
9b8383faac
Localize "New Window" in desktop entry
...
Fixes #5234
2016-04-13 13:36:56 -07:00
Daniel Imms
a333dbc221
Various wiki clean ups, fix language hints
2016-04-13 12:46:25 -07:00
Daniel Imms
fdff650521
Move wiki to repo
...
This commit does the following:
- Migrates all pages from the wiki that are linked to
- Fix links in all wiki pages and in ./README.md, ./CONTRIBUTING.md and
./test/README.md
Fixes #2480
2016-04-13 12:39:05 -07:00
isidor
283bfae1bb
output: align extHostOutputService with new api
2016-04-13 18:14:28 +02:00
isidor
31473fe488
output: show labels in output channel dropdown
2016-04-13 18:14:28 +02:00
isidor
d444862889
output: getActiveChannel -> getActiveChannelId, remove unnused getChannels
2016-04-13 18:14:28 +02:00
isidor
c7a31712ca
output: move getOutput to IOutputChannel
2016-04-13 18:14:28 +02:00
isidor
166a9c4246
output: move show output to IOutputChannel
2016-04-13 18:14:28 +02:00
isidor
346a698cc5
output: move clearOutput to IOutputChannel
2016-04-13 18:14:28 +02:00
isidor
85294e40a5
output: move append() to IOutputChannel
2016-04-13 18:14:28 +02:00
isidor
8317c45b73
output: introduce channel.id
2016-04-13 18:14:28 +02:00
Johannes Rieken
f0d88b60dc
debt - move ParameterHintsRegistry
2016-04-13 18:08:20 +02:00
Benjamin Pasero
102ce1c6b6
update for electron update
2016-04-13 16:44:49 +02:00
Benjamin Pasero
20c490899e
plugin => extension
2016-04-13 16:40:49 +02:00
Johannes Rieken
0948256551
debt - BaseRequestService isn't needed in extension host
2016-04-13 16:25:30 +02:00
Johannes Rieken
ce7dc9cd0e
use NullTelemetryService in tests, #5219
2016-04-13 16:13:07 +02:00
Johannes Rieken
259cb8eadc
streamline cleanup patterns, #5219
2016-04-13 16:13:07 +02:00
Benjamin Pasero
35e26004c8
allow to launch tokenizer tests from editor
2016-04-13 16:09:29 +02:00
Johannes Rieken
aef47c72fd
remove AbstractTelemetryService and MainTelemetryService and only have TelemetryService, #5219
2016-04-13 15:44:43 +02:00
Johannes Rieken
720baba88a
move ErrorTelemetry into its own type, #5219
2016-04-13 15:44:43 +02:00
Johannes Rieken
a87b48c3ff
move abstractTelemetryService and mainTelemetryService into one file. prep merging, #5219
2016-04-13 15:44:43 +02:00
Johannes Rieken
475562cb95
remove MockTelemetryServic, #5219
2016-04-13 15:44:43 +02:00
Johannes Rieken
3a2e67d1e9
add RemoteTelemetry which implements ITelemetryService, remove AbstractRemoteTelemetryService, workerTelemetryService, extHostTelemetryService, #5219
2016-04-13 15:44:43 +02:00
Johannes Rieken
1eed112338
replace TestTelemetryService with NullTelemetryService, #5219
2016-04-13 15:44:43 +02:00
Johannes Rieken
2ded97f366
move getAppendersCount into test only, #5219
2016-04-13 15:44:43 +02:00
Johannes Rieken
d8033acfd8
remove getAppenders function, #5219
2016-04-13 15:44:43 +02:00
Johannes Rieken
9bc2c6cb00
debt - remove setInstantionService from ITelemetryService interface, #5219
2016-04-13 15:44:43 +02:00
Benjamin Pasero
8668833582
Running extension host tests should not reopen last opened workspace ( fixes #5224 )
2016-04-13 15:43:57 +02:00
Benjamin Pasero
51ecddbfa3
Cannot read property 'contents' of undefined ( fixes #5147 )
2016-04-13 15:30:12 +02:00
xzper
b7242fa48a
fixes #5206 ( #5212 )
2016-04-13 15:29:11 +02:00
Benjamin Pasero
fed1b64d23
esc to cancel search when focus is in tree and search is running
2016-04-13 15:22:56 +02:00
Benjamin Pasero
84abe71111
Update to Electron 0.37.x ( #2559 )
2016-04-13 15:07:21 +02:00