Commit Graph

1204 Commits

Author SHA1 Message Date
Johannes Rieken
c18db474ba clean-up util using new event, #643 2016-10-13 10:29:03 +02:00
Johannes Rieken
5f0ba23b69 add simple test for onDidChangeVisibleTextEditors, #643 2016-10-13 10:29:03 +02:00
Joao Moreno
f0bf8e4e3b fixes #13633 2016-10-13 09:52:18 +02:00
Sandeep Somavarapu
2c29a9d91b Actions to open extension storage files 2016-10-12 16:58:53 +02:00
Joao Moreno
eb07dfb380 git: dirtydiff decorators lifecycle 2016-10-11 18:06:43 +02:00
Martin Aeschlimann
4ec94e9525 [coffeescript] update grammar, add script 2016-10-11 18:04:04 +02:00
Martin Aeschlimann
4ef9dcd6b4 [java] add grammar update script 2016-10-11 17:35:23 +02:00
Martin Aeschlimann
07bbf8bb4e [html] update languageservice. Fixes #12954 2016-10-11 11:48:19 +02:00
Dirk Bäumer
a0f68bfe3f Merge pull request #13432 from Microsoft/waderyan/version-mismatch-messaging
Updated version mismatch Info message
2016-10-11 10:02:04 +02:00
Joao Moreno
901810dc4a git: dirty diff first steps 2016-10-11 09:37:28 +02:00
Wade Anderson
b10d024111 Updated version mismatch Info message
Per https://github.com/Microsoft/vscode/issues/13284#issuecomment-252186657
2016-10-10 08:55:20 -07:00
Joao Moreno
8650a786ee git extension: first steps 2016-10-10 17:37:28 +02:00
Martin Aeschlimann
42a5c57451 [xml] update grammar to atom/language-xml@f461d42 (2016-10-01). Fixes #13193. 2016-10-10 17:20:28 +02:00
Johannes Rieken
c2c86bef86 tsfmt - extensions/vscode-colorize-tests 2016-10-08 09:42:14 +02:00
Johannes Rieken
196c630451 tsfmt - extensions/vscode-api-tests 2016-10-08 09:41:37 +02:00
Johannes Rieken
eda34bbe60 tsfmt - extensions/typescript 2016-10-08 09:39:48 +02:00
Johannes Rieken
52276538ed tsfmt - extensions/php 2016-10-08 09:35:06 +02:00
Johannes Rieken
69a30b6531 tsfmt - extensions/markdown 2016-10-08 09:33:01 +02:00
Johannes Rieken
507b551462 tsfmt - extensions/json/server 2016-10-08 09:32:25 +02:00
Johannes Rieken
7b5a828331 tsfmt - extensions/json/client 2016-10-08 09:31:07 +02:00
Johannes Rieken
6eb4cd9df5 tsfmt - extensions/javascript 2016-10-08 09:29:51 +02:00
Johannes Rieken
1ea464363c tsfmt - extensions/html/server 2016-10-08 09:28:50 +02:00
Johannes Rieken
48ac631f65 tsfmt - extensions/html/client 2016-10-08 09:28:09 +02:00
Johannes Rieken
0b9a8e165b tsfmt - extensions/css/server 2016-10-08 09:27:16 +02:00
Johannes Rieken
ee9ff34e72 tsfmt - extensions/css/client 2016-10-08 09:26:31 +02:00
Johannes Rieken
72e314b8b6 tsfmt - extensions/configuration-editing 2016-10-08 09:25:25 +02:00
Michael
261c23d427 fix typo in type definitiion 2016-10-03 16:02:02 +02:00
Joao Moreno
70bd724e4e fixes #12773 2016-09-29 22:35:01 +02:00
Dirk Baeumer
2e5b5f1750 Fixes #13035: Disable experimental auto build setting 2016-09-29 21:56:14 +02:00
Erich Gamma
cc3e8bb029 Fix for #12977 2016-09-29 21:21:05 +02:00
Dirk Baeumer
623e0176c7 Update typescript extension OSSReadme 2016-09-29 16:49:35 +02:00
Erich Gamma
8a6ba3b28b Fix for @12195 Adding a div causes an extra stray bracket in Razor 2016-09-29 14:34:40 +02:00
Dirk Baeumer
7067b5927c Fixes #12721: Info message about typescript.tsdk is a bit too much 2016-09-29 14:04:45 +02:00
Sandeep Somavarapu
5ad1483b63 fix #12750 2016-09-28 18:07:03 +02:00
Dirk Baeumer
82e929bd0f Partial fix for #12798. 2016-09-28 15:36:28 +02:00
Dirk Baeumer
d15f6491a7 Fixes #12803: Cannot read property 'then' of null 2016-09-28 14:49:35 +02:00
Dirk Baeumer
12a9daeb62 Fixes #12798: TS error stays around 2016-09-28 13:46:20 +02:00
Benjamin Pasero
f6d0cc1645 fixes #12757 2016-09-28 10:37:54 +02:00
Dirk Baeumer
5c602c0afd Fixes #12778: [loc][Query][VSCode] Please clarify string 2016-09-28 10:35:43 +02:00
Kai Maetzel
37cffbd031 Merge pull request #11066 from eklavyamirani/master
Fixed: Markdown syntax highlighting to support alternative header styles
2016-09-26 17:44:21 -07:00
Dirk Baeumer
f92b910dbb Fixes #11850: Investigate better synchronization between diagnostic request and auot code complete 2016-09-26 22:14:23 +02:00
Alex Dima
cefb6cb4ba Generate dev-time ThirdPartyNotices 2016-09-26 21:07:21 +03:00
Matt Bierner
5c32264d0e Update markdown syntax highlighing test results 2016-09-26 10:50:58 -07:00
Matt Bierner
0b70faeec6 Fix colorization of markdown links and inlines inside of lists and quotes
Issue #12344

**Bug**
Current colorization rules are too relaxed. Links inside lists of block quotes for example end up getting colored differently than normal links.

**Fix**
- Add a scope to the textmate markdown grammar so that we can identify the symbol that starts a list or quote.
- Remove text colorization rule for lists and quotes since this just duplicates the normal text color.
- Only apply special puctuator colorization to the start symbol for lists and quotes
2016-09-26 10:50:58 -07:00
Matt Bierner
93d16ef30a Fix colorization for markdown indented paragraphs
Issue #8264

**Bug**
Indented paragraphs are not highlighted in markdown files. Up to three spaces are allowed before the first non space character.

**Fix**
Add rule to consume optional spaces before paragrpah start.

closes #8264
2016-09-26 10:49:47 -07:00
Matt Bierner
265c025bbf Use blankline to delimit html block in markdown colorization
**Bug**
Issue #7725

Nested html is not colorized properly for markdown:

```md
<div class="custom-class" markdown="1">
  <div>
    nested div
  </div>
</div>
```

**Fix**
According to the commonmark spec, general html blocks end with a blank line: http://spec.commonmark.org/0.25/#html-blocks

This change relaxes the while so that we only check for blanklines, instead of trying to match the start tag (which fails when nesting elements)
2016-09-26 10:48:54 -07:00
Matt Bierner
102adb766e Also support any number of spaces after end of closing fenced code block 2016-09-26 10:47:31 -07:00
Matt Bierner
69f2e874fc Fix Markdown Colorization for Fenced Code Blocks When End Fence Is Prefixed by Spaces
Issue #8636

**Bug**
Fenced code block closing tags break colorization if they are prefixed with spaces. According to the commonmark spec, up to three spaces are allowed.

**Fix**
Update defintion of fenced code block closing tag to support spaces.

Closes #8636
2016-09-26 10:47:31 -07:00
Matt Bierner
90d58f4909 Fix colorization of html prefixed by spaces in markdown files
Issue #12289

**Bug**
Html tags prefixed by 1 to 4 spaces are not colorized properly

**Fix**
Consume optional leading whitespace when matching html tags instead of only starting from previous match location

closes #12289
2016-09-26 10:46:00 -07:00
Matt Bierner
5169a9806a Add Syntax Highlighting for C# Code in Markdown files
Adds c# to the list of language highlighted in markdown fenced code blocks. You must have a c# language extension install for this to work.

Closes #7003
2016-09-26 10:44:14 -07:00