Commit Graph

4349 Commits

Author SHA1 Message Date
Matt Bierner
ec792716df Pick up TS 2.7.1 final
Fixes #41046
2018-01-31 15:05:28 -08:00
Matt Bierner
6004de0402 Don't add empty documentation for js/ts completions
Fixes #42662
2018-01-31 15:05:28 -08:00
Joao Moreno
432c8dfa81 fixes #42502 2018-01-31 14:31:21 +01:00
Ramya Achutha Rao
0155dca759 Move default vendor prefix whitelist to emmet helper 2018-01-30 14:18:38 -08:00
Royall Spence
c8a22ccead Fix typo (#42364) 2018-01-30 11:27:14 -08:00
Joao Moreno
b543a60cff Merge branch 'scm-input-validation-provider' 2018-01-30 19:37:49 +01:00
Joao Moreno
7b9368ebc7 change to validateInput 2018-01-30 19:33:44 +01:00
Joao Moreno
985962d2a2 Revert "provide original english translations for git"
This reverts commit b0e3568730.
2018-01-30 09:41:14 +01:00
Martin Aeschlimann
1a4c15e5b3 [html] update service 2018-01-30 08:34:55 +01:00
Martin Aeschlimann
2d60342db1 [css] update service 2018-01-30 08:34:42 +01:00
gushuro
3625e8f879 Adding default values for CSS vendor prefixes in emmet (#42385) 2018-01-29 21:12:11 -08:00
Ramya Achutha Rao
4f5a256a4b Allow vendor prefix in emmet #35951 2018-01-29 17:29:31 -08:00
Dirk Baeumer
e91b851ca8 Upgrade to latest language pack format 2018-01-30 00:11:57 +01:00
Ramya Achutha Rao
71c3b15465 Update the telemetry module used by extensions 2018-01-29 14:53:24 -08:00
Matt Bierner
41afff235b Restore automatically putting TS Server in debug more if TSS_DEBUG is set
Fixes https://github.com/Microsoft/TypeScript/issues/21454
2018-01-29 10:50:39 -08:00
Rob Lourens
390a5295b0 Fix #40279 - rewrite php grammar rule to avoid regex that hangs vscode-textmate 2018-01-29 10:04:28 -08:00
Matt Bierner
d14586e186 Provide command aliases for TS extension
#39778
2018-01-29 09:55:20 -08:00
Matt Bierner
eaa199495e Add alias for markdown commands
#39778
2018-01-29 09:55:20 -08:00
Joao Moreno
b0e3568730 provide original english translations for git
related to #39778
2018-01-29 18:37:35 +01:00
Dirk Baeumer
62fc2a1230 Fix yarn.lock for emmet. 2018-01-28 21:47:46 +01:00
Ramya Achutha Rao
7a5045618e Skip emmet in selectors #42245 2018-01-27 22:10:58 -08:00
Matt Bierner
46c4c37921 Pick up latest TS insiders 2018-01-27 13:25:40 -08:00
Rob Lourens
db70084dca Settings editor - autofix missing commas in settings file.
Fixes #42232
2018-01-26 18:46:09 -08:00
Ramya Achutha Rao
41e7dbc0df Absorb upstream bug fixes for emmet 2018-01-26 15:30:56 -08:00
Matt Bierner
123ce8a0ba Update rust grammar 2018-01-26 14:06:55 -08:00
Martin Aeschlimann
6bfc7ee2b5 strange intellisense suggestion in settings.json. Fixes #41732 2018-01-26 17:27:57 +01:00
Joao Moreno
888f74495d lineWarningLength -> validationProvider 2018-01-26 16:43:53 +01:00
Benjamin Pasero
86244d39a7 add API tests that run on a workspace 2018-01-26 16:16:41 +01:00
Joao Moreno
786ea020f7 optionally show Open File action
fixes #41137
2018-01-26 15:29:21 +01:00
Joao Moreno
41886d2793 fix smoketests 2018-01-26 11:36:40 +01:00
Matt Bierner
b3526e5adf Update js/ts grammar 2018-01-25 15:28:54 -08:00
Matt Bierner
1ff5d84a5f Also capture dots in jsdoc property names 2018-01-25 15:28:54 -08:00
Dirk Baeumer
04594c864b Add support for Language Packs 2018-01-25 21:14:34 +01:00
Matt Bierner
b7b3ddbc2e Mark extract constant refactor as refactor.extract.constant 2018-01-24 08:55:33 -08:00
Matt Bierner
9e6b718bd4 Fixing markdown colorization test 2018-01-24 08:42:06 -08:00
Mika Andrianarijaona
2472a47bc8 fix: add word boundray to check markdown italic (#41466)
* fix: add word boundray to check markdown italic

* fix: update markdown.tmLanguage.base
2018-01-24 08:40:25 -08:00
Johannes Rieken
57a072f82a Merge pull request #41552 from Microsoft/rename-workspaceedit-proto
Allow renaming/creating/deleting files in a workspaced edit
2018-01-24 09:28:07 +01:00
Matt Bierner
1e117f4168 Revert "Revert "Use special prefix to tell TS that a resource is in-memory only (#42001)""
This reverts commit 200e401357.
2018-01-23 13:10:49 -08:00
Steven Van Impe
013fff3f9e Update Swift snippets (#42048) 2018-01-23 10:57:01 -08:00
Alex Dima
7af951014b Remove node-debug and node-debug2 obsolete marker files 2018-01-23 17:46:13 +01:00
Johannes Rieken
0f2cc682a0 Merge branch 'master' into rename-workspaceedit-proto 2018-01-23 17:19:06 +01:00
Alex Dima
5bdb90de36 scripts/code.sh picks up marketplace built-in extensions automatically 2018-01-23 16:40:52 +01:00
Matt Bierner
6316a4d0c8 Take kind instead of edit in CodeAction ctor
Changes the `CodeAction` constructor to take a kind instead of an edit. This makes the API more consistent IMO, as now both `edit` and `command` are set the same way
2018-01-22 11:59:17 -08:00
Matt Bierner
eccf728e64 CodeActionScope (#41782)
* Add CodeActionScope

* Replace matches with contains, try using in ts extension

* Move filtering to getCodeActions

* Basic test

* Docs

* Fix tests

* Hooking up requested scope

* Add basic test for requestedScope

* Added auto apply logic

* Gate refactor provider to only compute refactorings when requested

* Making suggested renames

* Clean up code action trigger impl to use single Trrigger info object

* Rename codeActionScope file and internal CodeActionScope class

* Add quick fix base type

* Make keybinding API more similar to insertSnippet

Take args as an object instead of as an array of values

* Clean up docs

* scope -> kind

* Fixing examples to match Refactor kind
2018-01-22 11:45:22 -08:00
Sandeep Somavarapu
b25c1947c6 #41752 Update extension point 2018-01-22 18:02:20 +01:00
Martin Aeschlimann
8500a2ec53 Keywords and Storage.types have the same color in Dark theme for Go. Fixes #41822 2018-01-22 11:26:40 +01:00
Johannes Rieken
abb5354943 Merge branch 'master' into rename-workspaceedit-proto 2018-01-22 10:35:30 +01:00
Matt Bierner
d3e2fe7c55 Explicitly hide TS version status when in ts/js file with unknown scheme 2018-01-19 18:38:44 -08:00
Matt Bierner
9e928dbedc Pick up latest TS insiders 2018-01-19 15:21:20 -08:00
Ramya Achutha Rao
f57b024b18 Use latest emmet helper that has fixes #33818 2018-01-19 10:51:24 -08:00