Commit Graph

1891 Commits

Author SHA1 Message Date
Rob Lourens
57e95597d1 EH search - extension API updates 2018-05-09 14:18:17 -07:00
Rob Lourens
2d08462e17 #47058 - Search provider running in EH with switch to enable 2018-05-09 12:56:57 -07:00
Christof Marti
a348936683 Better compile (#49340) 2018-05-09 12:17:14 +02:00
Benjamin Pasero
f78ecc7bbc 💄 absolute imports 2018-05-09 08:51:41 +02:00
Andre Weinand
8b84e962d1 support debugPort in EH 2018-05-08 23:01:34 +02:00
Johannes Rieken
6fcd2334a4 fix compile issue 2018-05-08 16:54:21 +02:00
Johannes Rieken
5b14d979b3 fix kind icons 2018-05-08 15:50:20 +02:00
Johannes Rieken
d606038e03 use Object#setPrototypeOf, #49386 2018-05-08 12:50:52 +02:00
Alex Dima
a3576e1529 Have all paths used in the trie go through the same URI treatment (lower/uppercase drive letter issue on Windows) 2018-05-08 12:31:06 +02:00
Alex Dima
2e6ebd9134 Add IExtensionDescription.isUnderDevelopment 2018-05-07 18:19:48 +02:00
Alex Dima
0252ac49bc Introduce and adopt extensionLocation 2018-05-07 17:28:59 +02:00
Johannes Rieken
681a9e0d54 more tweaks #34968 2018-05-07 10:03:31 +02:00
Christof Marti
841f14000a Naming: Select -> Pick (#49340) 2018-05-07 09:36:58 +02:00
Johannes Rieken
905c4f1a42 type converters, use namespace in more places 2018-05-04 18:49:40 +02:00
Johannes Rieken
4e46d2a1bb type converters, use namespace for DocumentHighlight 2018-05-04 18:49:40 +02:00
Johannes Rieken
781520cbe1 type converters, use namespace for Hover 2018-05-04 18:49:40 +02:00
Johannes Rieken
c47296282a type converters, use namespace for ViewColumn 2018-05-04 18:49:40 +02:00
Johannes Rieken
d52bf577dc type converters, use namespace for Diagnostics 2018-05-04 18:49:40 +02:00
Johannes Rieken
9f6053242f type converters, use namespace for Position 2018-05-04 18:49:39 +02:00
Johannes Rieken
dfb070c277 type converter, use namespace for Range 2018-05-04 18:49:39 +02:00
Johannes Rieken
069bbd81e4 type converters, use namespace for Selection 2018-05-04 18:49:39 +02:00
Johannes Rieken
6b4f88991b experiment with internal hierarchical model, #34968 2018-05-04 18:49:39 +02:00
Johannes Rieken
66b2786b2e add detail field to proposed api, #34968 2018-05-04 18:49:39 +02:00
isidor
cfe802fd5a debug: move contertPaths to debugUtils.ts 2018-05-03 18:00:26 +02:00
Alex Dima
0e96b37aec Minor tweaks 2018-05-03 14:22:02 +02:00
Johannes Rieken
fa0a49bbf2 add exclusivness to document filter 2018-05-03 11:38:15 +02:00
Matt Bierner
83d4bb6b53 Use property shorthand for CodeActionAdapter 2018-05-02 14:06:45 -07:00
Johannes Rieken
3ea67dc68a don't detect relative path links for fsps, #48951 2018-05-02 17:00:03 +02:00
Alex Dima
97f7c24b2e Debt: Reduce implicit any 2018-05-02 12:44:19 +02:00
Johannes Rieken
9bb39f2277 add FileSystemError.Unavailable, #47475 2018-05-02 11:01:18 +02:00
Peng Lyu
b7a2c2cea1 save pr status to git config 2018-05-01 18:09:59 -07:00
Martin Aeschlimann
f2d37611f1 Replace FoldingRangeKind type with normal enum. Fixes #48956 2018-04-30 18:13:41 +02:00
Matt Bierner
8578f0241e Add preserveFocus option for webviews
Fixes #14311
2018-04-27 16:40:45 -07:00
Matt Bierner
216151379f Make webview options optional
Fixes #48594
2018-04-27 16:02:48 -07:00
Johannes Rieken
6f4d130ae5 rename it to prepareRename, #48700 2018-04-26 18:04:10 +02:00
Johannes Rieken
c73ea16347 documents with the untitled-scheme are consider untitled, #48269 2018-04-26 15:56:53 +02:00
Johannes Rieken
2ed98bf439 no implicit stat objects, #48527 2018-04-26 14:01:52 +02:00
Johannes Rieken
6cbbb7e698 add NoPermissions-error, more jsdoc, #48527 2018-04-26 11:12:56 +02:00
Joao Moreno
271eba6590 prevent double protocol handler registration
fixes #48476
2018-04-26 11:10:48 +02:00
Johannes Rieken
923bbd42f3 remove unused/underspecified options, #48527 2018-04-26 10:45:45 +02:00
Johannes Rieken
96a1994303 remove CancelationTokens, #48527 2018-04-26 09:51:38 +02:00
Johannes Rieken
12424071d7 have only {overwrite} in rename/copy, #48668 2018-04-26 09:46:21 +02:00
Johannes Rieken
fb590e6516 have a FileType and make readDirectory slimmer, #48527 2018-04-25 16:37:39 +02:00
Dirk Baeumer
d3f749b35d Fixes #48260: workspace.fetchTasks throws a TypeError 2018-04-25 15:03:14 +02:00
Matt Bierner
1e7095ee31 Make sure we rehydrate uri in resolve rename location
Fixes #48592
2018-04-24 17:10:45 -07:00
Matt Bierner
3936999a16 onDidChangeDiagnostics is now stable, don't check proposed
Fixes  #48591
2018-04-24 13:47:26 -07:00
Johannes Rieken
0f78eb2d71 fix #48550 2018-04-24 18:29:41 +02:00
Peng Lyu
97505bec79 Fix merge error 2018-04-24 08:39:32 -07:00
Peng Lyu
cbee2c0ce5 Merge remote-tracking branch 'upstream/master' into rebornix/review 2018-04-24 08:23:32 -07:00
Johannes Rieken
e56acedabe allow resolve for all, not just for proposed-api-users, #7340 2018-04-24 08:55:44 +02:00