Commit graph

4385 commits

Author SHA1 Message Date
Johannes Rieken 93ba880a9e better warning logging 2016-04-11 14:58:22 +02:00
João Moreno 2fa8b7d8d3 Merge pull request #5158 from f111fei/patch-4
Fixes #821
2016-04-11 14:07:10 +02:00
Johannes Rieken edc2d3fa5b use isWeakRef as existence check for document references, #5117 2016-04-11 12:12:21 +02:00
Johannes Rieken 8f3ece6e1f Merge pull request #5156 from Ikuyadeu/patch-2
Remove the space between the semicolon
2016-04-11 11:59:38 +02:00
Johannes Rieken 189f411c26 :liptsick: tuple types and destructuring 2016-04-11 11:46:41 +02:00
Johannes Rieken 20209812db cancel reference search promise on widget close, fixes #5100 2016-04-11 11:46:41 +02:00
Joao Moreno 865c9c77a5 Merge branch 'eklavyamirani-master' 2016-04-11 11:15:20 +02:00
Joao Moreno 5b10e423a1 adjust textarea maxlength 2016-04-11 11:14:48 +02:00
Joao Moreno 3881282c8d Merge branch 'master' of https://github.com/eklavyamirani/vscode into eklavyamirani-master 2016-04-11 11:08:54 +02:00
Johannes Rieken c48212f8e0 bump version to 1.0.0 2016-04-11 10:57:14 +02:00
xzper 8b9070e249 Fix contextmenu position when zoom in/out 2016-04-11 16:46:51 +08:00
Yuki Ueda b70a6d0c0d Remove the space between the period
I think, this space might not be necessary.
2016-04-11 17:15:11 +09:00
Johannes Rieken 5801d6d9b0 undo isNearDeath change, #5117 2016-04-11 10:06:20 +02:00
Joao Moreno e1cbf08f39 fixes #5133 2016-04-11 09:57:55 +02:00
Dirk Baeumer a862919a89 Updated i18n translations 2016-04-11 09:30:03 +02:00
Benjamin Pasero b0f260cc63 some linting in unit tests 2016-04-11 07:56:21 +02:00
Benjamin Pasero 314e122b16 Windows 7: New files not automatically displayed in explorer (.NET 4.5 required) 2016-04-11 07:27:58 +02:00
Daniel Imms 251829217a Use scoped /home/daimms variable to encapsulate rpmbuild
Fixes #3871
2016-04-08 15:57:48 -07:00
Martin Aeschlimann b6bdc71d72 colorize-test fixes for build 2016-04-08 23:26:25 +02:00
Martin Aeschlimann 24dfa08f6f Theme tests as extension test 2016-04-08 23:26:12 +02:00
Martin Aeschlimann 4d1a9fe47b Theming tests 2016-04-08 23:25:42 +02:00
Johannes Rieken be0565c680 Merge pull request #5098 from Microsoft/joh/diag
enrich DiagnosticsCollection, pass on the actual Diagnostic-objects
2016-04-08 18:42:59 +02:00
Alex Dima 4ab672d865 Fixes #5043: SelectionHighlighter highlights with a bit of a delay 2016-04-08 18:31:31 +02:00
Alex Dima 4629e26560 Fixes #110: Turn editor.selectionClipboard on by default 2016-04-08 17:58:33 +02:00
Johannes Rieken 742ae2ea14 provideCodeActions get those diagnostic instances others provided, not a clone 2016-04-08 17:52:20 +02:00
Alex Dima 84d418f434 Fixes #4562: || should be && 2016-04-08 17:42:07 +02:00
Alex Dima f5a3dfd368 Fixes #4460: Improve description for editor.wrappingColumn 2016-04-08 17:39:14 +02:00
Alex Dima 7c1c26a31a Fixes #4942: Tweak typescript bundling definitions 2016-04-08 17:36:30 +02:00
Johannes Rieken 8cdf377b66 add DiagnosticsCollection#has and #get 2016-04-08 17:31:35 +02:00
Alex Dima 2395a89ab8 Fixes #5078: Validate IActionDescriptor 2016-04-08 16:58:29 +02:00
Alex Dima eb025fcad3 var -> let 2016-04-08 16:50:23 +02:00
Alex Dima be6d8e4cb7 Add CharacterClassifier with a fast ASCII code path instead of using a sparse number[] all the time 2016-04-08 16:40:32 +02:00
Johannes Rieken aeb52ceb8d add DiagnosticsCollection#forEach 2016-04-08 16:40:12 +02:00
Johannes Rieken fdc48b3fc6 refactor DiagnosticsCollection so that it holds data on ext host side 2016-04-08 16:17:43 +02:00
Alexandru Dima 8eba9f6467 Merge pull request #4825 from be5invis/be5invis-patch-kinsoku-shori
Add CJK-aware line wrapping, and basic Kinsoku Shori (禁則処理) to Visual Studio Code
2016-04-08 16:14:12 +02:00
Andre Weinand a63353942c update node-debug 2016-04-08 15:39:42 +02:00
Eklavya Mirani 3e7a20469e adjusted the send a tweet's maximum character limit to accomodate hashtags and via @code. 2016-04-08 16:06:12 +05:30
Alex Dima 63c85fb3b2 Fixes #5077: Do not use query string when creating the web workers 2016-04-08 11:47:58 +02:00
Alex Dima 9a88999b59 Fixes #2943: render character at cursor 2016-04-08 11:39:48 +02:00
Alex Dima 3815ee2080 Reduce usage on vs/base 2016-04-08 11:39:48 +02:00
Johannes Rieken bac28cc23d also check for nearDeath when accessing a document, #4488 2016-04-08 11:34:50 +02:00
Johannes Rieken a611a734b2 remove loss of type-safely in InstantiationService 2016-04-08 11:18:31 +02:00
Benjamin Pasero 8b17abaf60 themes: also need to be stored on main side 2016-04-08 10:38:36 +02:00
Johannes Rieken 24bf3b56f2 rename ITelemetryService.start to ITelemetryService.timedPublicLog 2016-04-08 10:32:25 +02:00
Johannes Rieken 36e0f95524 debt - consolidate duplications 2016-04-08 10:25:39 +02:00
Johannes Rieken 98d5e5126d debt - move NullTelemetryService 2016-04-08 10:25:39 +02:00
Johannes Rieken c60f5b3632 debt - use Disposable over add/remove, remove unused members 2016-04-08 10:25:39 +02:00
João Moreno 8e54ae3290 Merge pull request #5034 from senayar/buildHygieneTaskTypo
fix missing semi colon, and remove double task terminateProcess
2016-04-08 10:00:03 +02:00
Johannes Rieken 12c519e481 Revert "workaround npe"
This reverts commit 544fafeca3.
2016-04-08 08:54:28 +02:00
Johannes Rieken b3abd4f629 fix issue that come with using nullTelemetryService 2016-04-08 08:54:28 +02:00