Commit Graph

124157 Commits

Author SHA1 Message Date
isidor c1e892c43a debug: null guard if the server crashes before the initialize response.
fixes #1156
2015-12-15 12:12:34 +01:00
Benjamin Pasero 2752e42a1b search.fuzzyFilePicker might not be a good name (fixes #1295) 2015-12-15 12:12:12 +01:00
Martin Aeschlimann 98bdf5e0d8 Remove schemastore folder (unintended) 2015-12-15 11:55:44 +01:00
Johannes Rieken eaebbe4831 htmlWorker always needs a range, fix issue #1321 2015-12-15 11:39:17 +01:00
Benjamin Pasero 8ac832769a Use same highlighting strategy for fuzzy and full path search (fixes #1293, fixes #1294) 2015-12-15 11:35:30 +01:00
Dirk Baeumer 0e6a59602a Upgrade to TS 1.7.5 2015-12-15 10:55:48 +01:00
Martin Aeschlimann 52953617cb fix in nls'ed string 2015-12-15 10:07:57 +01:00
Benjamin Pasero e0f12720ef clarify why a resource can be null in comments 2015-12-14 18:20:46 +01:00
Benjamin Pasero c66373be2d "Zoom Out" does not work as expected if window.zoomLevel > 0 (fixes #1243) 2015-12-14 18:09:57 +01:00
Benjamin Pasero b1998cf473 QuickOpen: Cannot read property toLowerCase of null (fixes #1296) 2015-12-14 18:04:11 +01:00
Benjamin Pasero 68c03cb8c5 Revert "Linux: Order of confirm buttons is wrong for dirty files (fixes #1297)"
This reverts commit 1d4a144fe5.
2015-12-14 17:10:37 +01:00
Benjamin Pasero 1d4a144fe5 Linux: Order of confirm buttons is wrong for dirty files (fixes #1297) 2015-12-14 17:07:31 +01:00
isidor 10ec75831f Also get global extension errors in plugin status.
fixes #1256
2015-12-14 16:36:58 +01:00
Benjamin Pasero 3f245668ed Cannot close without saving (fixes #1247) 2015-12-14 16:16:25 +01:00
Benjamin Pasero 3666b1471d quick open: make sure to cap results from cache too with same strategy 2015-12-14 13:51:41 +01:00
Benjamin Pasero 358e4eb3c9 wording 2015-12-14 13:51:41 +01:00
Martin Aeschlimann 933efcce47 [json] Intellisense missing for jsconfig.json #1246 2015-12-14 12:59:15 +01:00
isidor 57fe0c2d56 Use extension status icon provided by Brad. #1123 2015-12-14 09:55:50 +01:00
David Storey 459aebc257 Remove "this property" and "the x property" from existing CSS property descs 2015-12-12 21:27:28 -08:00
David Storey 96dd2a32c9 Fix copy/paste descriptions from existing border-* properties 2015-12-12 20:56:01 -08:00
David Storey 1977e7cfc8 Minor css-scheme fixes
* fix copy/paste error that duplicated motion-path rather than add motion shorthand
* Add percentage and correct desc for motion-offset
* Add description and official spec for touch-action property
2015-12-12 20:29:55 -08:00
David Storey a59908a721 Fix linear-gradient() snippet syntax 2015-12-12 03:22:46 -08:00
David Storey 288fb14503 Fix failing tests 2015-12-12 02:16:21 -08:00
David Storey 3b40a57b00 Fix last of merge issues 2015-12-12 01:04:08 -08:00
David Storey 206f9a84d2 Merge Microsoft/master into branch 2015-12-12 00:04:07 -08:00
Sofian Hnaide 18c4a65cb2 Revert "remove send-a-simle"
This reverts commit 29d13705bc.
2015-12-11 12:57:00 -08:00
Benjamin Pasero fed21f5235 fix return types 2015-12-11 18:03:15 +01:00
Joao Moreno 5845b8ee1b version bump 2015-12-11 18:01:43 +01:00
Benjamin Pasero 9636e7b4eb [Cancel] buttom should in [Don't Save] buttom's right (fixes #1196) 2015-12-11 17:48:37 +01:00
Joao Moreno fd1fd507e5 git publish action
fixes #908
2015-12-11 17:47:31 +01:00
Joao Moreno c24e0ccd34 provide more git global actions 2015-12-11 17:47:31 +01:00
Joao Moreno 80a5148ba0 PublishAction 2015-12-11 17:47:31 +01:00
Alex Dima 965138ff61 Remove moveCursorWhenScrolling for now from stand-up feedback 2015-12-11 17:46:35 +01:00
Alex Dima f0f71be9c1 Fixes #983: Add support for numpad keys 2015-12-11 17:41:10 +01:00
Alex Dima 646343c5f8 Simplify keyboardEvent 2015-12-11 17:41:09 +01:00
Johannes Rieken aa9ca2f6ae use native-keymap@0.1.0 2015-12-11 17:22:56 +01:00
Martin Aeschlimann 18bda862fa Merge pull request #1191 from Microsoft/aeschli/suggest-move-overwrite-fields
Move overwriteBefore/overwriteAfter to ISuggestion
2015-12-11 16:25:43 +01:00
Martin Aeschlimann d08132fcbb [ts] update grammars with latest from TypeScript-TmLanguage (05e623f) 2015-12-11 16:06:10 +01:00
Martin Aeschlimann 45f29b9988 [js] update grammars with latest from TypeScript-TmLanguage (05e623f) 2015-12-11 16:06:09 +01:00
isidor e0f22c7bff debug: check what server exited before doing onSessionEnd.
fixes #1141
2015-12-11 15:49:58 +01:00
Benjamin Pasero 3e2b7c7195 fix a bug where the encoding indicator can get lost in the status bar 2015-12-11 15:47:31 +01:00
Martin Aeschlimann 406b22f712 add more tests 2015-12-11 15:44:24 +01:00
Martin Aeschlimann f8f54174f4 var-> let 2015-12-11 15:44:15 +01:00
Benjamin Pasero ac9540de4f add action to maximize active editor and hide sidebar 2015-12-11 15:40:59 +01:00
isidor 41c4753b95 debug: hide function breakpoints from UI 2015-12-11 15:16:27 +01:00
Andre Weinand dfd7f2698c update node-debug 2015-12-11 15:13:04 +01:00
Johannes Rieken 077ebcf4d3 use vscode-omnisharp v0.3.0 2015-12-11 14:02:32 +01:00
Johannes Rieken 89059f5529 better keybindings for ScrollLine[Up|Down] 2015-12-11 13:49:48 +01:00
Benjamin Pasero fd25c8a158 Support encoding and lf/crlf from status bar for diff editor (fixes #1195) 2015-12-11 12:54:58 +01:00
Joao Moreno 91e3b548c7 git lib get remotes 2015-12-11 12:35:46 +01:00