Commit Graph

3305 Commits (ba2ccf0667068a6e62d3f75c9db5959c0ab2c22e)

Author SHA1 Message Date
Ramya Achutha Rao 8ff21bf1ac Absorb bug fixes from upstream 2017-08-28 15:27:10 -07:00
Ramya Achutha Rao 621011796a Avoid emmet suggestions for abbr that match document symbols #32647 2017-08-28 15:04:03 -07:00
Matt Bierner 040fadfeec Fix multiroot tsconfig task detection for folders with the same name
Fixes #31828
Fixes #31827
2017-08-28 13:49:53 -07:00
Martin Aeschlimann 256b02f921 Merge pull request #31253 from yfdyh000/i18n-fixes
Fixes some extensions strings missing for i18n
2017-08-28 22:04:39 +02:00
Martin Aeschlimann 33b6008002 [json] update service (NPE in provideDocumentColors) 2017-08-28 20:52:13 +02:00
Hearstzhang ee36947c88 #issue 33155: treate .pac file as javascript file (#33245) 2017-08-28 10:21:11 -07:00
Martin Aeschlimann c72c6cc31d [json] complete colorProvider adoption 2017-08-28 19:15:36 +02:00
Martin Aeschlimann 07e2faac5e [html] adopt languageserver colorProvider.proposed protocol. Fixes #32611. 2017-08-28 19:15:36 +02:00
Martin Aeschlimann aae74ede39 [css] adopt languageserver colorProvider.proposed protocol 2017-08-28 19:15:36 +02:00
Martin Aeschlimann 31fe7b0a9c [json] adopt colorProvider.proposed protocol 2017-08-28 17:19:55 +02:00
Johannes Rieken 63021129db use async module loading for typescript, #33141 2017-08-28 15:55:39 +02:00
Johannes Rieken 549ed8ff03 add api-test for MarkdownString, #29076 2017-08-28 11:23:07 +02:00
Joao 0d0af225f6 clean up conflict staging prompt, added to stageAll too 2017-08-28 10:57:23 +02:00
Ramya Achutha Rao 5b87035854 Convert old style markup emmet snippets to new format 2017-08-27 20:55:53 -07:00
Rob Lourens 134a02610a Also set documentListener to null after dispose - #19872 2017-08-27 09:38:08 -07:00
Rob Lourens 042662748e Merge pull request #19872 from glayzzle/master
fix: dispose the this.documentListener
2017-08-27 09:36:53 -07:00
Ramya Achutha Rao 41f0c5a526 Show err msg when extensionsPath is not found or snippets.json has invalid json Fixes #33073 2017-08-26 13:22:24 -07:00
Matt Bierner 5eb1fd8195 Fix gulp imports quote 2017-08-25 19:20:10 -07:00
Matt Bierner 18abacfc26 More lazy loading of ts providers 2017-08-25 18:28:12 -07:00
Matt Bierner 0f1c9696d9 Lazy load some ts providers 2017-08-25 18:23:44 -07:00
Matt Bierner f8f218b426 Pick up TS 2.5.1 8/25 insiders 2017-08-25 18:03:51 -07:00
Matt Bierner 3aada0035a Move rename provider to use async 2017-08-25 17:44:27 -07:00
rebornix c68ad405a7 CSS/JSON extensions are using spaces... 2017-08-25 16:10:16 -07:00
rebornix 879373d9e1 Remove onDidChagne events. Deprecate [lan].colorDecorators.enable and
use editor.colorDecorators for all.
2017-08-25 16:10:16 -07:00
rebornix ef690ded3e Config migration 2017-08-25 16:10:16 -07:00
rebornix 9355b436d1 Move renderColorDecorator options to core settings. 2017-08-25 16:10:16 -07:00
rebornix 580eb6b4b2 Monaco API uses IColor 2017-08-25 16:10:16 -07:00
rebornix 9937bcf6ec Color Decorator sits together with Color Picker. 2017-08-25 16:10:16 -07:00
rebornix f4ccc31770 Use single quote in imports 2017-08-25 16:10:16 -07:00
rebornix f52299aee0 Add a new option to control whether to render inline color box or not. 2017-08-25 16:10:16 -07:00
João Moreno 6b1c9cd61d Merge pull request #31325 from joaomoreno/scm-multiroot
SCM: Support multiple repositories
2017-08-25 16:00:20 +02:00
Martin Aeschlimann fc0fb67671 [css] update language server 2017-08-25 12:42:45 +02:00
Martin Aeschlimann 36161ba789 [html] update langauge server 2017-08-25 12:19:12 +02:00
Martin Aeschlimann b08cde32fe [html] VSCode doesn't automatically close HTML tags Fixes #2246. 2017-08-25 12:08:15 +02:00
Joao 2624eff8fe Merge branch 'master' into scm-multiroot 2017-08-25 11:36:39 +02:00
Dirk Baeumer a7f070e2df Fixes #31144: Grunt task detection fails for gruntfile.js 2017-08-25 11:00:55 +02:00
chrisdias 93a3cfc36c update azure account url 2017-08-24 16:06:12 -07:00
Ramya Achutha Rao 905a3081e9 Allow mapping of default modes to other modes in Emmet completion provider Fixes #32260 2017-08-24 15:24:19 -07:00
Ramya Achutha Rao 06753de2dd Update imgSize tests to not use local file to fix build break 2017-08-23 23:07:32 -07:00
Matt Bierner 611e6984b2 Mark some ts extension settings as window
Fixes #33048
2017-08-23 17:21:17 -07:00
Matt Bierner 96de72d94e Defer code action edit creation until action is actually accepted 2017-08-23 17:21:17 -07:00
Joao Moreno e9798613ad git: gitOpenRepositoryCount 2017-08-23 16:25:20 +02:00
Joao Moreno bcf2f1dabb git: init 2017-08-23 16:12:46 +02:00
Joao Moreno df2143f533 remove todos 2017-08-23 16:06:06 +02:00
Joao Moreno ca068b3695 fix git.pullFrom group 2017-08-23 15:55:41 +02:00
Martin Aeschlimann b14c255400 [json] add multiroot support. Fixes #32487 2017-08-23 14:33:04 +02:00
Martin Aeschlimann 00a44d37c5 [html] remove document settings on buffer close 2017-08-23 14:33:04 +02:00
Martin Aeschlimann 964028f97b [css] remove document settings on buffer close 2017-08-23 14:33:04 +02:00
Joao Moreno f36f53f8e3 git: cant open resources starting with `.` 2017-08-23 12:42:52 +02:00
Joao Moreno f9207f124a remove console.log 2017-08-23 12:37:43 +02:00