Commit graph

7930 commits

Author SHA1 Message Date
Alex Dima
c9a2de2d9c
Improve integration test output on Windows (#84239) 2019-11-08 17:21:35 +01:00
Joao Moreno
fd091abb85
fixes #84274 2019-11-08 15:55:30 +01:00
Joao Moreno
062d516448
fixes #84201 2019-11-08 12:53:26 +01:00
Matt Bierner
fdeb9aa9b8 Use 'as const' instead of readonly class object 2019-11-07 20:31:32 -08:00
Matt Bierner
a8ad448cb0 Aggressively cancel code lens requests when the resource changes
For #84185
2019-11-07 18:47:39 -08:00
Matt Bierner
278b4f8cfa Hookup experimental undo for customEditors
This currently is not connected to any actual actions in the editor
2019-11-07 17:22:21 -08:00
Matt Bierner
d83f121f6d Fix spelling 2019-11-07 07:57:04 -08:00
Joao Moreno
467079f43d remove double action 2019-11-07 13:56:55 +01:00
Matt Bierner
bea911842a Fix name and make sure tell VS Code about about specific code actions 2019-11-06 18:21:43 -08:00
Matt Bierner
5b63895862 Docment remaining known js/ts refactorings 2019-11-06 18:13:54 -08:00
Matt Bierner
26c4541c4a Add coalease helper function 2019-11-06 17:47:43 -08:00
Matt Bierner
692630172a Documenting more js/ts refactorings 2019-11-06 17:47:43 -08:00
Matt Bierner
42d53cf373 Document extract constant and extract type alias 2019-11-06 16:51:49 -08:00
Matt Bierner
c3983ca63b Document extract interface for js/ts
Also re-organizes the code action kinds fo better encapsulate mapping of TS kinds to VS Code kinds
2019-11-06 16:51:49 -08:00
Matt Bierner
2510769bf9 Updat codeActions contribtions schema based on https://github.com/microsoft/vscode/issues/82718#issuecomment-550468267
- Adds a description
- Remove schama
- Moves the language to the top level so we don't need to duplicate so much info for each code action
2019-11-06 16:51:49 -08:00
Pine Wu
181ba10e5f Fix #71996 2019-11-06 16:03:19 -08:00
Matt Bierner
c8d64b13e5 Add code actions contributon point
For #82718
Fixes #52846

This adds a newly proposed codeActions contribution point. For details, see #82718

This change also makes the intellisense for the `editor.codeActionsOnSave` property dynamic by using the new contribution point
2019-11-06 10:13:59 -08:00
Benjamin Pasero
5a569ad3dd yarn web - do not have root in memfs 2019-11-06 15:30:50 +01:00
Benjamin Pasero
4d44cfa7c8 web - fix decoration sample 2019-11-06 14:11:17 +01:00
MartinBrathen
c53db9ba76 Fix zoom on first click (#83826)
* no zoom on fast click

* fixed a visual bug where the zoom-in icon would show briefly before zoom-out on first click when ctrl/alt is pressed
2019-11-05 15:00:34 -08:00
Martin Aeschlimann
1476c4e20b [html] update to TextDocument and switch to incremental 2019-11-05 22:19:43 +01:00
Martin Aeschlimann
c198ec2eac [css] update TextDocument & use incremental sync 2019-11-05 22:19:43 +01:00
Martin Aeschlimann
fd6d7489a8 [json] adopt TextDocuments and use incremental sync 2019-11-05 22:19:43 +01:00
Matt Bierner
ed9f435931 Pick up TS 3.7 final
Fixes #83935
2019-11-05 13:05:08 -08:00
Daniel Imms
e41c71b0d0
Merge branch 'master' into tyriar/63052 2019-11-05 10:32:42 -08:00
Daniel Imms
1d60909d1f Implement Terminal.creationOptions API
Fixes #63052
2019-11-05 10:30:43 -08:00
Daniel Imms
fedfbacf80
Merge pull request #84000 from microsoft/tyriar/exitCode
Support Terminal.exitStatus API
2019-11-05 09:59:23 -08:00
Daniel Imms
2a0d3d0140 Support Terminal.exitStatus API
Fixes #62103
2019-11-05 09:09:39 -08:00
Benjamin Pasero
4de0e4d27a web - support tasks in "yarn web" 2019-11-05 15:45:10 +01:00
Benjamin Pasero
4bcb08d773 web - better sample and problems support for "yarn web" 2019-11-05 15:31:25 +01:00
Pine Wu
7ab195a897 Revert "Update css LS for #3145"
This reverts commit d327d5e890.
2019-11-04 18:15:36 -05:00
Matt Bierner
dcecb9eea6 Documenting thoughts on direction for custom editor API
This documents the current thinking on the custom editor api. The current api proposal is not actually implemented yet
2019-11-04 15:11:54 -08:00
Andrii Dieiev
a188b905c6 Trigger completions on backticks in JS/TS (#80234) 2019-11-04 14:55:07 -08:00
Pine Wu
d327d5e890 Update css LS for #3145 2019-11-04 14:50:47 -05:00
Daniel Imms
a0b9afd1e7
Merge pull request #83795 from microsoft/tyriar/icon_string
Move icons out of translated strings
2019-11-04 11:27:38 -08:00
Matt Bierner
c78edd8668 Pick up TS 3.7-rc 2019-11-04 08:49:47 -08:00
Johannes Rieken
aedcdc9a8e some tests for working copy events, #43768 2019-11-04 15:57:54 +01:00
Johannes Rieken
1fd95d5378
Merge pull request #83822 from microsoft/joh/willRename
Propose API for [onWill|onDid][Create|Delete|Rename]
2019-11-04 15:18:14 +01:00
Benjamin Pasero
8e809b0230 web - fix single folder api tests 2019-11-04 14:19:37 +01:00
Alex Ross
3f1f36333d Update grammars 2019-11-04 14:11:36 +01:00
Benjamin Pasero
f5219f0fec tests - add an integration test for editor contents from workspace file 2019-11-04 13:23:04 +01:00
Johannes Rieken
073735c5e1
Merge branch 'master' into joh/willRename 2019-11-04 12:10:18 +01:00
Matt Bierner
45a64e2bdd Improve markdown scroll sync on fenced code blocks in md files 2019-11-02 15:28:01 -07:00
Matt Bierner
37753d5bbc Update deps 2019-11-02 15:28:01 -07:00
Huáng Jùnliàng
c35b9ba236 add babel.config.json to validation (#83758) 2019-11-01 11:23:04 -07:00
Johannes Rieken
5a4e23fb31 update names 2019-11-01 17:03:56 +01:00
Johannes Rieken
36c3e8756c adjust API proposal to account for N files being created, moved, and deleted 2019-11-01 16:50:56 +01:00
Martin Aeschlimann
90e887f8b5 [json] update yarn lock 2019-11-01 15:42:47 +01:00
Alex Ross
5a1242ab45
Detail for npm: install task (#83765)
Fixes #83654
2019-11-01 15:26:58 +01:00
Johannes Rieken
2d71cb4cdf adopt proposed API changes in TS land 2019-11-01 12:38:46 +01:00