Matt Bierner
f37c1346b4
Use map for buffer sync support pending responses
2017-06-14 17:06:49 -07:00
Matt Bierner
5c39083a4c
Highlight this in Monokai ( #28748 )
...
Fixes #28682
2017-06-14 15:22:31 -07:00
Benjamin Pasero
476504aecf
Text disappeared after update to 1.13 [Bug] ( fixes #28619 )
2017-06-14 18:41:25 +02:00
Martin Aeschlimann
21a2765e44
[json] update service (for #28010 )
2017-06-14 17:19:48 +02:00
Joao Moreno
a807a515bb
fixes #26642
2017-06-14 16:32:00 +02:00
Joao Moreno
09e22b8542
fixes #27367
2017-06-14 15:16:34 +02:00
Matt Bierner
732824c354
Fixing TSServer Restart Happening Twice
...
Fixes #27817
**Bug**
When triggering a manual TSServer restart, we currently start a new instance than immediatly kill it and start another new instance of the service. This is caused by the current handler for proces crashes not knowing that it should not restart the service for manual restarts.
**Fix**
Make sure kill doesn't automatically try to start up another instance of the TS Server when we manually restart the server
2017-06-13 15:48:32 -07:00
Ramya Achutha Rao
9f99d4ea35
Update OSSREADME to have only modules that dont have a explicit license file
2017-06-13 14:20:46 -07:00
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