Commit Graph

33510 Commits

Author SHA1 Message Date
Joao Moreno
419d5bbaed AsyncDataTree<TInput...
related to #65091
2018-12-17 15:42:32 +01:00
Johannes Rieken
514ec620de add SelectionRange and SelectionRangeKind, #63935 2018-12-17 15:10:18 +01:00
Alex Dima
f5f4ad9d65 Fixes #64810 2018-12-17 12:53:37 +01:00
Johannes Rieken
376c7496ef filter - less filtering in markers panel 2018-12-17 12:43:26 +01:00
Alex Ross
3c55d1c2e7 Made Task an object (#65073) 2018-12-17 12:22:28 +01:00
Alex Dima
5db859658d Explore dynamic extension points 2018-12-17 11:55:15 +01:00
Alex Dima
a4baf63e06 Make the grammars extension point dynamic 2018-12-17 11:55:15 +01:00
Alex Dima
a6e42d0ef5 Minor tweaks 2018-12-17 11:55:15 +01:00
Alex Dima
dd5721b35a Minor tweaks 2018-12-17 11:55:15 +01:00
Alex Dima
b234792ba8 Make the snippet contribution point dynamic 2018-12-17 11:55:15 +01:00
Johannes Rieken
a73a315a69 smart select - use cursor position, not selection start, when making a selection range request https://github.com/Microsoft/language-server-protocol/issues/613 2018-12-17 11:11:38 +01:00
Joao Moreno
12682daf54 introduce DataTree 2018-12-17 11:02:29 +01:00
Johannes Rieken
5fae69221f fix #62208 2018-12-17 10:58:24 +01:00
isidor
d9a8bd0b38 Right arrow do not accept suggestions in debug console
fixes #65121
2018-12-17 10:51:39 +01:00
Sandeep Somavarapu
edf1090b85 fix tests 2018-12-17 10:37:24 +01:00
Joao Moreno
3ccc7a9a1f async data source can be sync 2018-12-17 09:59:55 +01:00
Joao Moreno
75d5bc4085 rename IDataSource 2018-12-17 09:58:42 +01:00
Joao Moreno
588184d934 move IDataSource 2018-12-17 09:53:13 +01:00
Benjamin Pasero
cdd9ca305b slightly increase limits (for #64977) 2018-12-17 08:26:10 +01:00
Sandeep Somavarapu
f90f0a9e13 fix filter box alignment 2018-12-16 22:22:25 +01:00
Rob Lourens
da00d31002 Fix #65084 - queue searches so they can finish asynchronously, just one at a time 2018-12-16 11:34:47 -08:00
Rob Lourens
1d7932071e Fix #65120 2018-12-16 11:34:47 -08:00
Sandeep Somavarapu
4c2913d802 ExtensionsActions - Strict null check 2018-12-16 20:17:44 +01:00
Matt Bierner
4ebe0f0c38 Fix strict null error 2018-12-14 18:09:35 -08:00
Matt Bierner
f0c9a47582 Allow using arguments in keybindings for editor.action.refactor and editor.action.sourceAction
Fixes #64824
2018-12-14 16:30:07 -08:00
SteVen Batten
580c796676 align sub menus vertically
fixes #54527
2018-12-14 16:18:45 -08:00
Rob Lourens
f6ae9bc6cb Fix #65023 2018-12-14 16:05:37 -08:00
SteVen Batten
cc5dab4d1d fixes #65092
fixes #64975
2018-12-14 15:36:33 -08:00
SteVen Batten
ed61ef8249 fixes #64975 2018-12-14 14:42:37 -08:00
Matt Bierner
44cbf5afdc Strict null check code lens 2018-12-14 12:46:05 -08:00
Matt Bierner
82916c8f57 Pick up new app insights version
Picks up fix for https://github.com/Microsoft/ApplicationInsights-node.js/issues/433 which is blocking strict null check work on a few files
2018-12-14 12:46:05 -08:00
isidor
3f78e23500 debug: simplify some css 2018-12-14 17:51:44 +01:00
Alex Ross
2cfc11d5b8 Move automatic task prompt to happen when the user tries to run a task
Fixes #64355
2018-12-14 17:11:45 +01:00
Benjamin Pasero
e5acb9209b fix compile error 2018-12-14 17:08:18 +01:00
Dirk Baeumer
6d83770630 Fixes #65094: Stylehr in markup content for hover 2018-12-14 16:37:49 +01:00
Johannes Rieken
d13f20e019 filter - use matchesFuzzy2 for quick outline and workspace symbols 2018-12-14 15:57:35 +01:00
Johannes Rieken
ff630f9016 filter - use a number instead of an arrayy to represent matches 2018-12-14 15:57:35 +01:00
Johannes Rieken
f58e44f565 filter - extract isPatternInWord also some renames 2018-12-14 15:57:35 +01:00
Joao Moreno
0affcfd834 avoid data tree expansion in recursive expand 2018-12-14 15:55:16 +01:00
Joao Moreno
1c6050ce0d add tree sorter
fixes #63148
2018-12-14 15:35:28 +01:00
Joao Moreno
3fc2c90836 fixes #64732 2018-12-14 15:12:42 +01:00
Andre Weinand
2808feeaf6 cleanup names for debug adapter factories 2018-12-14 12:48:31 +01:00
Joao Moreno
8e341e0c8f fix strict null checcks 2018-12-14 12:46:50 +01:00
Joao Moreno
2e783e0e97 tree: toggleCollapsed returns boolean 2018-12-14 12:32:38 +01:00
Joao Moreno
b8e3c63ce0 remove tree.isExpanded 2018-12-14 12:28:59 +01:00
Joao Moreno
c4e13d6388 fix object tree setCollapsed method interface 2018-12-14 12:26:32 +01:00
Joao Moreno
58ac961298 tree: add recursive flag to expansion methods 2018-12-14 12:23:36 +01:00
Joao Moreno
b557d59b9e tree model: cleanup interface 2018-12-14 12:22:03 +01:00
Joao Moreno
94ee300f6c tree model: recursive setCollapsed
related to #64887
2018-12-14 12:21:25 +01:00
Johannes Rieken
24ef48c895 filters - tweak perf test and so 2018-12-14 11:56:27 +01:00