Sandeep Somavarapu
60fc1aa46b
export Find controller for disabling in Defaults preferences editor
2016-12-02 11:39:02 +01:00
Sandeep Somavarapu
6093e46dfe
Defaults Preferences Editor:
...
Disable Find and Selection highlight
Refactoring - Rename to Default preferences
2016-12-02 11:39:02 +01:00
Alex Dima
9a00662730
Optimize reading done in viewCursor
2016-12-02 11:21:27 +01:00
Benjamin Pasero
36bf554ad3
fix #16223
2016-12-02 10:19:16 +01:00
João Moreno
fe4e29b383
remove bad telemetry call
2016-12-02 09:28:33 +01:00
Benjamin Pasero
daa71ca002
💄
2016-12-02 07:28:33 +01:00
kieferrm
c082cc53a1
opt-out telemetry; fixes #16131
2016-12-01 21:36:55 -08:00
Rob Lourens
dce380bc8d
Merge pull request #16333 from Microsoft/roblou/smarterSearchBatching
...
Smarter search batching
2016-12-01 17:24:00 -08:00
roblou
f7dff0b1a7
Use a timeout of 500ms for the first 5s, then a timeout of 2s
2016-12-01 17:23:24 -08:00
roblou
7b2c1a49cf
Only do flush things when the batch has something in it
2016-12-01 14:21:10 -08:00
Matt Bierner
22deff959d
Use Strict Null Checks In TS Extension ( #16244 )
...
* Use Strict Null Checks In TS Extension
Updates the Ts extension to use strict null checks.
* Throw instead of returning undefined in some linkedmap cases
* fix small null check in buffersync
* Fix for request item null
2016-12-01 13:48:03 -08:00
Matt Bierner
393c5a8e02
Fix markdown preview scrolling issue ( #16334 )
...
**Bug**
In the markdown preview, clicking on a page link causes the editor to go blank. This effects our release notes.
**Fix**
Fix the webview pre script which was accidentially slightly changed when it was extracted.
2016-12-01 12:59:03 -08:00
Matt Bierner
0c6333e604
Add font settings for markdown preview ( #16302 )
...
Fixes #4641
Adds basic settings for controlling the markdown preview font. We already support this with custom css, but these settings are similar to what the editor and integrated terminal expose and allow for a few basic customizations. Custom style sheets will override these.
2016-12-01 12:55:00 -08:00
Daniel Imms
95b37de58d
Re-introduce disabled hot exit tests
2016-12-01 11:59:07 -08:00
roblou
e8daaba27f
Fix batch condition
2016-12-01 09:54:24 -08:00
roblou
41a7a30fbd
Tweak batch size
2016-12-01 09:49:13 -08:00
roblou
fb8e08a21b
Fix #16284 - smarter batching to get results to the frontend faster
2016-12-01 09:30:15 -08:00
roblou
4807288877
Reuse searchModel between measurement runs,
...
more realistic
2016-12-01 09:15:15 -08:00
roblou
9f2de58240
Use graceful-fs to avoid opening too many files,
...
fix #16329
2016-12-01 09:14:52 -08:00
Martin Aeschlimann
a29692641d
[html] telemetry for completion in embedded content
2016-12-01 17:14:20 +01:00
Alexandru Dima
2fe6947154
Merge pull request #16187 from rebornix/FixDirtyTextAreaCache
...
Fix #15765 . Update textarea state even if there is no selection change in composition
2016-12-01 17:14:06 +01:00
Benjamin Pasero
16c47fba39
Title Bar Actions Not Refreshed In Some Scenarios ( fixes #16298 )
2016-12-01 16:58:37 +01:00
Martin Aeschlimann
854228de92
Tests contain output. Fixes #16315
2016-12-01 16:41:08 +01:00
Benjamin Pasero
5745beb907
fix some npes with viewlets
2016-12-01 16:18:02 +01:00
Benjamin Pasero
3b9f159809
fix dragging of unpinned viewlet
2016-12-01 16:01:33 +01:00
Benjamin Pasero
b3e25d3c25
allow to DND viewlets in activity bar and keep order (for #15155 )
2016-12-01 15:49:59 +01:00
Martin Aeschlimann
5926ba029f
[themes] built-in themes adoptions to findings from vscode-textmate changes
2016-12-01 15:17:32 +01:00
Andre Weinand
f5129e6d42
update node-debug
2016-12-01 13:14:34 +01:00
Andre Weinand
e7c45de9d6
debug protocol: add exception configuration and value formatting support.
2016-12-01 13:14:34 +01:00
Benjamin Pasero
05d902ac87
Allow to hide entries from activity bar (for #15155 )
2016-12-01 12:31:15 +01:00
Joao Moreno
be33bcdb2b
bad fix
2016-12-01 10:33:20 +01:00
Joao Moreno
6c32ad2331
fix broken SearchWorkerApp build
2016-12-01 10:30:40 +01:00
Erich Gamma
b381829341
Add fix to non-externalized string warning
2016-12-01 10:08:11 +01:00
Martin Aeschlimann
cdc432d939
HTML Server crashes fixes #16314
2016-12-01 09:45:56 +01:00
Benjamin Pasero
50c4955e59
disable failing tests
2016-12-01 09:29:28 +01:00
Johannes Rieken
de15217aee
fix off by one issue, #16277
2016-12-01 09:23:37 +01:00
Benjamin Pasero
ff1991b789
toBackupPath: only lowercase on win and mac
2016-12-01 09:05:05 +01:00
Joao Moreno
5c5e51bf14
fix extensions tests
2016-12-01 08:55:06 +01:00
Joao Moreno
7423b776ea
link up errors in tests to promises
2016-12-01 08:34:46 +01:00
Rob Lourens
c751c0cdaf
Merge pull request #16286 from roblourens/roblou/parallelSearch
...
Parallelize text search
2016-11-30 21:47:21 -08:00
rebornix
c70ac2dcd9
Fix #15765 . Update textarea state even if there is no selection change in composition
2016-11-30 21:47:13 -08:00
Daniel Imms
5658b32630
Fix Backup related tests on Mac
2016-11-30 21:44:30 -08:00
roblou
3638b3cf88
Better loop condition
2016-11-30 17:29:11 -08:00
roblou
2304053ee9
Fix VERBOSE_LOGGING on worker process
2016-11-30 16:39:37 -08:00
roblou
7e57707393
Log errors from worker
2016-11-30 16:31:16 -08:00
Ramya Rao
aa099fe8f4
Log errors from feature providers as external ( #16128 )
...
* Log errors from feature providers as external
* rename errors should bubble up, why?, fixes test failures
* log errors from format
2016-11-30 16:26:52 -08:00
Matt Bierner
5e0e79610b
Adopt TS 2.1.3-insiders ( #16295 )
...
Adopts the 2.1.3 insiders build of TS in the TS extension
2016-11-30 16:00:58 -08:00
roblou
27f6824c65
Fix capped search condition
2016-11-30 15:32:52 -08:00
roblou
80a0b11735
Handle optional maxResults correctly
2016-11-30 15:14:59 -08:00
rebornix
c18c58d0b0
reset cursor width whenever cursor style changes
2016-11-30 14:57:49 -08:00