Commit Graph

1807 Commits

Author SHA1 Message Date
Benjamin Pasero
e41acb7f23 Merge branch 'master' into ben/editor 2018-05-27 10:13:23 +02:00
Rob Lourens
4eaf58348b Fixes and 💄 around maxResults for search providers 2018-05-26 12:19:40 -07:00
Benjamin Pasero
31694f7a73 Merge branch 'master' into ben/editor 2018-05-26 10:40:26 +02:00
Rob Lourens
a015dc90f9 EH search - fix search providers using non-file schemes 2018-05-25 20:06:58 -07:00
Matt Bierner
0afe30e9a3 Move webview serializer out of proposed 2018-05-25 12:09:59 -07:00
Benjamin Pasero
b16ec92aa1 Merge branch 'master' into ben/editor 2018-05-25 06:32:30 +02:00
Dirk Baeumer
e0ce881040 First cut of #50416: Add support that FileSystemProviders can control the URI of a generated problem marker 2018-05-24 22:19:14 +02:00
Benjamin Pasero
57b753836a Merge branch 'master' into ben/editor 2018-05-23 12:31:17 +02:00
Sandeep Somavarapu
8fbfcb1ce1 Fix #50143 2018-05-23 12:04:03 +02:00
Peng Lyu
c4efd00309 show diff view editor for outdated comments. 2018-05-22 11:37:14 -07:00
Benjamin Pasero
026fc297fb grid - open editors in active group when no ViewColumn is provided 2018-05-22 11:25:02 +02:00
Benjamin Pasero
2bfb2763fd grid - 💄 for viewcolumn conversion 2018-05-22 08:53:28 +02:00
Benjamin Pasero
f0abfa346e Merge branch 'master' into ben/editor 2018-05-22 07:21:24 +02:00
Matt Bierner
0a0d3d5e45 Add code action trigger to proposed API
#50248
2018-05-21 16:19:10 -07:00
Matt Bierner
ff5f422dda Prototype update import paths on file rename/move for JS/TS (#50074)
* Prototype of updating paths on rename file

* Fix apply edits

* Hook up to normal rename

* Fix unit test

* Remove timeout

* Adding prompt

* Bail early if user has set 'never'
2018-05-21 13:26:24 -07:00
Matt Bierner
2cfe96f451 Use member shorthand for more adapters 2018-05-21 11:54:30 -07:00
Rob Lourens
3038f429da Fix #50175 2018-05-21 10:28:42 -07:00
Rob Lourens
d0b06a638a Change EH search back to use URIs between EH and renderer process 2018-05-20 22:42:26 -07:00
Benjamin Pasero
249da81b04 grid - move EditorPosition to exthost 2018-05-20 14:09:00 +02:00
Peng Lyu
777075998b fix failure for api change 2018-05-18 17:03:12 -07:00
Peng Lyu
9acfd66aa0 Merge remote-tracking branch 'upstream/master' into rebornix/review 2018-05-18 10:16:19 -07:00
Rob Lourens
912fff91ac Change File search result API to only return a string relative path to the search folder 2018-05-17 21:51:10 -07:00
Rob Lourens
707a20f4af Change TextSearchResult API to only return a string relative path to the search folder 2018-05-17 21:25:47 -07:00
Matt Bierner
8bb27cd255 Add unused diagnostic subtype (#49646)
* Add unused diagnostic subtype

Fixes #15710

Adds a new `DiagnosticTag` class that provide additional information about a diagnostic. Introduce `DiagnosticTag.Unnecessary` to mark when a diagnostic is for unused / unnecessary code

The design comes from Rosyln's diagnostic object and allows us to modify how a diagnostic is rendered without changing its serverity.

Hooks up JS and TS to use this new tag. This is controlled by the `javascript.showUnused.enabled` setting which is enabled by default

- Introduce a new diagnostic severity for unused.

    However, using this approach, if a user sets `noUnusedLocals` in their `tsconfig.json`, the resulting diagnostic could only show the squiggly OR be grayed out. Using `customTags` allows us to support both graying out and showing the squiggly

- Custom JS/TS implementation using decorators

    Not themable. We want a standard experience across languages.

* - Move to proposed
- Use numeric enum
2018-05-17 15:43:59 -07:00
Rob Lourens
a9d3a477dd EH search - remove slow ES5 async/await from inner loop 2018-05-17 11:56:05 -07:00
Rob Lourens
9b4656e6bc EH search - send limitHit result back to frontend 2018-05-17 11:56:05 -07:00
Rob Lourens
cf06508603 EH search - implement max results for text search on the ExtHostSearch side 2018-05-17 11:56:05 -07:00
Sandeep Somavarapu
fbf1fefaae Merge pull request #49970 from Microsoft/sandy081/treeViewApi
Add following to TreeView
2018-05-17 16:48:45 +02:00
Sandeep Somavarapu
58064599c5 Call selected elements - selection 2018-05-17 16:48:09 +02:00
Sandeep Somavarapu
7ed2a1d3d7 #47262 Fix tests 2018-05-17 15:50:15 +02:00
Sandeep Somavarapu
aa54908ca2 FIx #47262 2018-05-17 12:58:33 +02:00
Johannes Rieken
cc83c18dd9 fix #49582 2018-05-17 12:00:30 +02:00
Johannes Rieken
49323b3798 explore Hierarchy<T> idea, #34968 2018-05-17 10:40:08 +02:00
Rob Lourens
0fb960478e EH search - add fileSearch telemetry 2018-05-16 21:59:42 -07:00
Peng Lyu
41f1722166 use explict api instead of commands for commenting. 2018-05-16 19:14:24 -07:00
Rob Lourens
3de1e91694 EH search - respect sibling clauses in text search 2018-05-16 17:07:13 -07:00
Rob Lourens
e3d54a7101 EH search - simplify code that handles excludes across multiple folders in a workspace 2018-05-16 11:10:35 -07:00
Rob Lourens
9be64e3602 EH search - fix max results in file search, add tests 2018-05-16 11:10:35 -07:00
Sandeep Somavarapu
664d97c950 Add following to TreeView
- Events to listen to when an element is expanded/collapsed
- Property to access selected elements
2018-05-16 12:56:53 +02:00
Dirk Baeumer
37319680b3 Incooperated API review for tasks 2018-05-16 10:21:25 +02:00
Rob Lourens
81c11b822c EH search - file search sibling clauses and test 2018-05-15 18:05:16 -07:00
Rob Lourens
32783ae284 EH search - factor out pfs so it can be mocked for testing 2018-05-15 18:05:15 -07:00
Johannes Rieken
abf25ad143 Merge branch 'master' into joh/outline 2018-05-15 18:12:33 +02:00
Johannes Rieken
e538ec0945 synthesize a hierarchy based on range containment 2018-05-15 18:12:00 +02:00
Sandeep Somavarapu
0b77964b6a #49511 Access selected elements 2018-05-15 16:54:16 +02:00
Sandeep Somavarapu
43ac4e244f #30535 expand and collapse events 2018-05-15 16:54:16 +02:00
Johannes Rieken
be6d1d7de9 fix dto/revive issue 2018-05-15 09:59:17 +02:00
Rob Lourens
0d376d890c Fix NPE when search returns no results 2018-05-14 17:02:35 -07:00
Dirk Baeumer
0505ae0749 Add events to listen on process start / end for task executions. 2018-05-14 21:56:04 +02:00
Matt Bierner
21ee81c03b Working on webview persistence API
#49022
2018-05-14 10:34:59 -07:00