Commit graph

2692 commits

Author SHA1 Message Date
Daniel Imms 4c2b9a6917 Fix solarized terminal colors
Fixes #28288
2017-06-13 11:30:24 -07:00
Ramya Rao 4ffa2539da shrinkwrap, OSSREADME for emmet (#28570) 2017-06-12 22:22:48 -07:00
Matt Bierner bbcd10ae1a Use async in TS documentSymbolProvider 2017-06-12 17:28:53 -07:00
Christof Marti 996af4d965 Workbench colors (#28507) 2017-06-12 17:21:29 -07:00
Kate Miháliková ab52889793 Handle diff3-style merge correctly (#27405) 2017-06-12 17:18:10 -07:00
Matt Bierner 8959af8580 Use real map for languagePerId 2017-06-12 17:16:55 -07:00
Matt Bierner d52e588111 Fix reloading TSServer not updating diagnostics
Fixes #25412
2017-06-12 17:12:51 -07:00
Matt Bierner 01fa0b83e9 Fixing cancellation errors for TS. Fixes #28501 2017-06-12 15:27:53 -07:00
Ramya Achutha Rao a50f22517c Check for null/undefined before assigning kind 2017-06-09 15:23:35 -07:00
Matt Bierner 32566fd1f1 Add scss and pug to markdown fenced codeblock syntax highlighting Fixes #28382 2017-06-09 14:54:50 -07:00
Matt Bierner 2af6c114c3 Fix markdown wordwrap for langugae specific settings. Fixes #25357 2017-06-07 15:42:06 -07:00
Matt Bierner 25458491eb Remove ` as autoclosing pair in markdown
Having ` as an autoclosing pair makes typing fenced code blocks annoying

https://github.com/Microsoft/vscode/pull/28172#issuecomment-306944985
2017-06-07 15:42:06 -07:00
Daniel Imms dca7ae6908 Monokai: Use tab well color for title bar
Fixes #27980
2017-06-07 15:23:28 -07:00
Matt Bierner 07645a664f Restrict markdown preview to markdown files
Fixes #28210

Only show the markdown preview commands when you are in a markdown file
2017-06-07 15:08:43 -07:00
Yu Zhang fc2b063fa2 Default Markdown language configuration (#28172)
* 🔧 renew Markdown lang config

* 🎨 format
2017-06-07 14:53:54 -07:00
Matt Bierner d173d8ecc1 Add insertSpaceAfterConstructor Formatting Option for TS and JS
Fixes #28206
2017-06-07 14:49:29 -07:00
Matt Bierner a757842135 Simplify logging of TS request errors
Fixes #28095

Removes the manual error logging on client requests in favor of doing this automatically in the service client. Also fixes logging of canellation errors
2017-06-07 14:31:25 -07:00
Ramya Achutha Rao 61377c23b0 Fix build error 2017-06-07 12:51:58 -07:00
Ramya Achutha Rao 6ff1da8d30 Separate Completion Provider for Emmet Css 2017-06-07 12:42:45 -07:00
Ramya Achutha Rao c47b702fa5 Refactoring toggleComment 2017-06-07 10:28:03 -07:00
Johannes Rieken 85a0a67ce5 fix integration tests 2017-06-07 16:13:06 +02:00
Martin Aeschlimann 1f3721743d Clojure mode for .cljc files. Fixes #27741 2017-06-07 13:04:51 +02:00
Ramya Achutha Rao 66212c6328 toggle comment across css nodes #27629 2017-06-06 19:18:07 -07:00
Ramya Achutha Rao 0da90fcc62 toggle comment across html nodes #27629 2017-06-06 19:18:07 -07:00
Matt Bierner a5c9a7c58c Open config file when configure excludes status bar item is clicked. Fixes #21215 2017-06-06 17:53:16 -07:00
Matt Bierner 7968d90989 Extract dispatch blocks to own functions 2017-06-06 17:53:16 -07:00
Matt Bierner 94cf0f8e78 Use map for syncedBuffers 2017-06-06 17:53:16 -07:00
Matt Bierner d808a55641 Remove buildstatus 2017-06-06 17:53:15 -07:00
Matt Bierner fbb786088e Remove experimental autobuild 2017-06-06 17:53:15 -07:00
Ramya Achutha Rao bd544519ab Ignore comments when select next/prev. Fixes #27763 2017-06-06 16:11:11 -07:00
Dustin Campbell a53cce90d3 Update C# TextMate grammar with latest fixes from csharp-tmLanguage (#28120)
This includes fixes for the following:

* C# 7 ref locals and ref returns (https://github.com/dotnet/csharp-tmLanguage/issues/12)
* C# 7 throw expressions (https://github.com/dotnet/csharp-tmLanguage/issues/69)
2017-06-06 14:28:34 -07:00
Jens Hausdorf 544d44350b remove double semicolons (#28110) 2017-06-06 13:51:23 -07:00
Martin Aeschlimann a76e066881 Merge pull request #28028 from jens1o/jens1o-html
Add `.rhtml` to html extension
2017-06-06 14:18:10 +02:00
Matt Bierner 42ede266aa Extracting callbackmap to own class 2017-06-05 16:32:16 -07:00
Matt Bierner 70e52f1860 Extract basic request queue to class 2017-06-05 16:14:25 -07:00
Matt Bierner f5b5966c94 Mark a few more fields as readonly 2017-06-05 16:14:25 -07:00
Matt Bierner 51b55e8021 Stringify Telemetry Fields in the TSExtension
Fixes #28065
2017-06-05 15:04:38 -07:00
Matt Bierner ab1e78ef1f Update js/ts grammar (#27957) 2017-06-05 10:05:50 -07:00
Jens Hausdorf fc229891ce Add .rhtml to html extension 2017-06-05 10:44:16 +02:00
Matt Bierner c353e6e9b0 Fix configure ts/jsconfig.json inserting duplicate snippet for unsaved file. Fixes #27793 2017-06-02 14:53:10 -07:00
Matt Bierner 6e8b0229b8 Enforce a minimum for markdown.preview.fontSize
Fixes #27797
2017-06-02 14:45:04 -07:00
Matt Bierner 6a01ff4870 Remove old tscheck migration logic 2017-06-02 14:30:54 -07:00
Christof Marti a88d97d63e Title case (#27569) 2017-06-02 14:23:48 -07:00
Matt Bierner fdbdf32717 Extract typescript service configuration to a class 2017-06-02 14:04:34 -07:00
Matt Bierner c4081f0d07 Continue tweaking tsc mismatch message 2017-06-02 13:15:04 -07:00
Matt Bierner 2f0ad0af90 Cleaning up messag for tsc mismatch warning as part of #27826 2017-06-01 16:27:00 -07:00
Ramya Achutha Rao 02783b149c Use jsx transformations in emmet 2017-06-01 16:12:48 -07:00
Ramya Achutha Rao 4d4d9cac5f Fixes #27316 2017-06-01 15:31:04 -07:00
Matt Bierner 148a23aef5 Explicitly specify that typescrip.tnpm should point to the executable 2017-06-01 15:16:03 -07:00
Benjamin Pasero 089bd8980b Revert "theming - remove panel.background as we currently do not support it end to end"
This reverts commit 3c1f7878b2.
2017-06-01 19:38:00 +02:00