Commit Graph
15343 Commits
Author SHA1 Message Date
William Esz dd73aababe Escape paths (related to #21010) 2017-02-21 21:22:01 +01:00
Matt Bierner 6480172752 Apply js completion to react files 2017-02-19 16:23:19 -08:00
Matt Bierner 5a8795f99a Bump ts version 2017-02-19 16:21:51 -08:00
Matt Bierner 2481b6ebec Fixes ##20754 2017-02-19 16:21:51 -08:00
Daniel Imms 5ff4227c40 Uplevel xterm.js
Fixes issue where whitespace would be eaten in terminal after a link.

See sourcelair/xterm.js#558
2017-02-19 15:18:17 -08:00
Daniel Imms 76f2bb78dc Uplevel xterm.js
Fixes #20797
2017-02-19 15:05:47 -08:00
Daniel Imms 06434144c4 Remove rpm repo creation code 2017-02-19 12:12:28 -08:00
Andre Weinand 69a2afe9d3 update node-debug 2017-02-19 19:43:08 +01:00
Christof Marti 76787cdff2 Fix missing translatable string 2017-02-17 16:36:59 -08:00
Christof Marti 6ecb58a16e Fix Welcome page icon 2017-02-17 16:32:55 -08:00
Christof Marti b3abc81ac9 Localizable Welcome page (fixes #19167) 2017-02-17 16:11:07 -08:00
Daniel Imms 8d9bd54734 Fix terminal ligatures setting
Fixes #7541
2017-02-17 14:14:07 -08:00
Joao Moreno f73c34eb2d git: revert selected ranges 2017-02-17 21:57:24 +01:00
Matt BiernerandGitHub a017fdeb41 Handle Some Disposable Registrations in TS Extension (#20775)
* Makes a few TS Extension Types Disposable

**Bug**
TS Extension currently registers many different calls with VSCode but does not handle the disposable result returned from these calls.

**Fix**
For some of these registrations, make sure we correctly dispose of them when the extension is deactivated.

* Fix a few more cases

* Cover a few more case
2017-02-17 11:41:32 -08:00
rebornix d0c1f3f5d7 Fix #20811. Paste content with syntax highlight should contain empty line 2017-02-17 11:17:22 -08:00
Martin Aeschlimann 763eefdd37 [html] update servers & clients 2017-02-17 19:41:32 +01:00
Martin Aeschlimann 9f394cd9ea [html] add tests to test.sh 2017-02-17 19:41:32 +01:00
Martin Aeschlimann eb4213221d [html] intellisense for dom types missing 2017-02-17 19:41:32 +01:00
Daniel Imms 60f1c54e32 Uplevel xterm.js
Fixes query string in http link matcher

Fixes #20777
2017-02-17 10:25:52 -08:00
Alex Dima 242ebf7db4 Some cleanup in view events 2017-02-17 18:22:03 +01:00
Alex Dima 9651adf7d8 Move some of the view events to viewEvents.ts 2017-02-17 18:22:03 +01:00
Martin Aeschlimann 36f2e59ecc [json] update server & client 2017-02-17 18:07:05 +01:00
Martin Aeschlimann cc69bea6df [css] update server & client. Fixes #19840: Intellisense freezes at random instances. 2017-02-17 18:02:42 +01:00
Dirk Baeumer 1a5e433edd Merged in translations translation/20170217.01 2017-02-17 17:48:29 +01:00
Andre Weinand 58ecc07f3b update node-debug 2017-02-17 17:27:35 +01:00
Dirk Baeumer fc0b0e9b72 Add telemetry data for auto detecting usage 2017-02-17 17:22:37 +01:00
Joao Moreno 9703537e62 Merge branch 'diff' 2017-02-17 17:21:40 +01:00
Joao Moreno 88d72dbe54 git: fix range staging timing issues 2017-02-17 16:51:56 +01:00
Joao Moreno 8423993f5c Merge branch 'master' into diff 2017-02-17 16:36:23 +01:00
Joao Moreno bb6d6000e9 git: unstage ranges 2017-02-17 16:36:17 +01:00
Joao Moreno 963bbca635 git: pick index/HEAD ref later in the game 2017-02-17 16:21:01 +01:00
Alex Dima f0506f29e7 Emit fabricated position/selection change events when the line mapping changes 2017-02-17 16:17:37 +01:00
Joao Moreno 354059915b git: stage ranges 2017-02-17 16:12:13 +01:00
Martin Aeschlimann 7f74aa57b0 3 color theme change events on startup instead of 1. Fixes #20800 2017-02-17 16:11:38 +01:00
Martin Aeschlimann 6cb8415749 [theme] update seti to 1.6.1 2017-02-17 16:11:38 +01:00
Joao Moreno 7c85231fb1 debug: restart attach to extension host 2017-02-17 16:10:58 +01:00
Alex Dima bd51e62ec9 Fixes #20065: Give friendlier error message when inspecting scopes of plain text file 2017-02-17 15:41:38 +01:00
Alex Dima 36cf5ecaa0 No implicit any 2017-02-17 15:28:14 +01:00
Alex Dima 5882425bb8 Replace ParsedColor with RGBA 2017-02-17 15:27:31 +01:00
Alex Dima 9e55a042dc Reduce usage of ParsedColor 2017-02-17 15:17:24 +01:00
Alex Dima e7101b98ad Adopt new ViewLineToken, use model coordinates consistently 2017-02-17 15:10:38 +01:00
Joao Moreno 50f8848e44 git: do not throttle git show call 2017-02-17 14:38:26 +01:00
Joao Moreno a09c57d62a git: cleanup 2017-02-17 14:38:26 +01:00
Alex Dima 47e5582d87 Adopt Color in tokenization registry map 2017-02-17 12:52:05 +01:00
Alex Dima 6e284e066a Sturdier color parsing 2017-02-17 12:52:05 +01:00
Alex Dima 3e98e5f1d3 RGBA: store alpha as an integer in [0-255] 2017-02-17 12:52:05 +01:00
Alex Dima 6c88aec2b9 Prepare Color for use in critical perf code 2017-02-17 12:52:05 +01:00
Alex Dima 19043a75de Clarify tokenization registry API 2017-02-17 12:52:05 +01:00
Alex Dima 7e516debb2 Extract TokenizationRegistry to its own file 2017-02-17 12:52:05 +01:00
Alex Dima f8f1709121 Move forceCopyWithSyntaxHighlighting to textAreaHandler 2017-02-17 12:52:05 +01:00