Commit Graph

504 Commits

Author SHA1 Message Date
Rob Lourens
f666f0be0a findTextInFiles - 'null' skipes configured excludes 2018-07-01 15:34:14 -07:00
Rob Lourens
0fb670f9a3 Fix #9049 - text search API 2018-07-01 15:15:31 -07:00
Matt Bierner
2ed5aee8f0 Move webview serializer api out of proposed 2018-06-26 11:38:46 -07:00
Johannes Rieken
dfb98d6d6f first cut of FileWillRenameEvent with support for workspace edit, #43768 2018-06-22 12:22:28 +02:00
Christof Marti
aae335792b T extends QuickPickItem (#49340) 2018-06-21 12:08:01 +02:00
Johannes Rieken
6dcfa8fbfe add proposed onWillRenameFile event, #43768 2018-06-19 16:13:14 +02:00
Johannes Rieken
10192366eb move onDidRename to filesystem-events things, #43768 2018-06-19 15:17:54 +02:00
Christof Marti
c361c4a31c Back button constant (#49340) 2018-06-19 12:00:48 +02:00
Daniel Imms
8d4466df93 Merge pull request #52143 from Microsoft/46192_terminal_renderer
Terminal renderer and activeTerminal APIs
2018-06-19 05:29:00 +08:00
Daniel Imms
ec4930a545 Add activeTerminal and onDidChangeActiveTerminal
Fixes #47615
2018-06-17 17:29:21 +08:00
Johannes Rieken
ec60aab39f outline - use Provider#displayName instead of extension id 2018-06-15 15:14:04 +02:00
Daniel Imms
e80cdde2ef Merge remote-tracking branch 'origin/master' into 46192_terminal_renderer 2018-06-13 18:51:23 +02:00
Christof Marti
965c1862b5 QuickInput Proposed API (#49340) 2018-06-12 18:23:25 +02:00
Alex Dima
2a575f1472 Fix usage of IMainContext / IExtHostContext 2018-06-12 16:40:56 +02:00
Johannes Rieken
cecfdcde22 update proposed API to DocumentSymbol-type, #34968 2018-06-12 12:47:27 +02:00
Andre Weinand
2613d48d9a start debug terminal from ext host 2018-06-11 23:56:49 +02:00
Alex Dima
e09017d368 Fixes #51387: Preserve path drive letter casing 2018-06-11 18:33:03 +02:00
Dirk Baeumer
e5c3c10853 Remove old proposed task API 2018-06-07 10:05:47 +02:00
Johannes Rieken
9a86a83b50 back to more conventinal api proposal, #34968 2018-06-05 17:05:23 +02:00
Peng Lyu
ad635f2b4c Merge remote-tracking branch 'upstream/master' into rmacfarlane/review 2018-06-04 11:14:31 -07:00
Johannes Rieken
88ba6f800e remove old, proposed fsp api, #50859 2018-06-04 11:36:06 +02:00
Daniel Imms
20f9bf129a Implement start of terminal renderers
Part of #46192
2018-06-02 16:35:49 -07:00
Dirk Baeumer
84984608fe Fixes #50858: Task api is still marked as proposed 2018-05-31 11:59:01 +02:00
Matt Bierner
df7f125f35 Moving webview api back to proposed for more polishing
#49022
2018-05-30 22:53:56 -07:00
Christof Marti
0662a71dfb Remove first cut of QuickInput API (#49340) 2018-05-28 09:30:39 +02:00
Dirk Baeumer
86feb84737 Make variable resolving for tasks async 2018-05-28 08:57:13 +02:00
Matt Bierner
0afe30e9a3 Move webview serializer out of proposed 2018-05-25 12:09:59 -07: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
Peng Lyu
9acfd66aa0 Merge remote-tracking branch 'upstream/master' into rebornix/review 2018-05-18 10:16:19 -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
Johannes Rieken
49323b3798 explore Hierarchy<T> idea, #34968 2018-05-17 10:40:08 +02:00
Dirk Baeumer
37319680b3 Incooperated API review for tasks 2018-05-16 10:21:25 +02:00
Johannes Rieken
abf25ad143 Merge branch 'master' into joh/outline 2018-05-15 18:12:33 +02:00
Johannes Rieken
2a270de217 add extensionId to DocumentSymbolProvider interface 2018-05-14 14:27:26 +02:00
Christof Marti
e142962e1b Multi-step input API (#49340) 2018-05-14 12:53:38 +02:00
Alex Dima
5348062d3d Small tweaks 2018-05-14 11:04:35 +02:00
Johannes Rieken
183154feba Merge branch 'master' into joh/outline 2018-05-14 09:18:57 +02:00
Alex Dima
30cf40c452 Remove extensionFolderPath 2018-05-11 13:48:16 +02:00
Alex Dima
f993947a88 Reduce usage of extensionFolderPath 2018-05-11 13:48:16 +02:00
Johannes Rieken
5b14d979b3 fix kind icons 2018-05-08 15:50:20 +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
905c4f1a42 type converters, use namespace in more places 2018-05-04 18:49:40 +02:00
Johannes Rieken
66b2786b2e add detail field to proposed api, #34968 2018-05-04 18:49:39 +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
Alex Dima
97f7c24b2e Debt: Reduce implicit any 2018-05-02 12:44:19 +02:00
Matt Bierner
8578f0241e Add preserveFocus option for webviews
Fixes #14311
2018-04-27 16:40:45 -07:00