Commit Graph

4386 Commits

Author SHA1 Message Date
João Moreno
8f76a4d0d3 Merge pull request #38563 from graknol/master
Git branches sorted by committerdate, latest first.
2017-12-15 15:51:10 +01:00
Joao Moreno
588eb52b33 remove unecessary | undefined 2017-12-15 15:46:13 +01:00
Joao Moreno
374920a139 Merge branch 'status' of https://github.com/nicksnyder/vscode into nicksnyder-status 2017-12-15 15:45:11 +01:00
Joao Moreno
55ae7e5cd5 git: fix opening deleted file 2017-12-15 15:44:06 +01:00
Joao Moreno
f6ee190cf7 fixes #36885 2017-12-15 15:39:01 +01:00
Martin Aeschlimann
354a8cd414 [html/json] set language server debug ports 2017-12-15 15:32:02 +01:00
Martin Aeschlimann
f3f11cfbbf [json] increase validationDelay 2017-12-15 15:32:01 +01:00
Martin Aeschlimann
fbcd6e5dfe [html] increase validationDelay 2017-12-15 15:32:01 +01:00
Martin Aeschlimann
4cc86dd8c6 Slow IntelliSense in files with 4000+ lines. Fixes #39994 2017-12-15 15:32:01 +01:00
Joao Moreno
19c15cc5d0 Merge remote-tracking branch 'origin/master' 2017-12-15 15:23:12 +01:00
Joao Moreno
920a282c16 just move a single repository up 2017-12-15 15:21:31 +01:00
Joao Moreno
71701f982d Merge branch 'repo-rank' of https://github.com/keegancsmith/vscode into keegancsmith-repo-rank 2017-12-15 15:05:13 +01:00
TeeSeal
ba61d8886c Also ignore special characters for comments 2017-12-15 14:32:49 +02:00
TeeSeal
349f871af2 Update Ruby indent pattern 2017-12-15 13:53:09 +02:00
Johannes Rieken
966100d9fa Only accept WorkspaceEdit, #34664 2017-12-15 11:25:29 +01:00
Joao Moreno
9622ada626 find git in LocalAppData and PATH, win32
fixes #40229
2017-12-15 10:38:02 +01:00
Ramya Achutha Rao
5503b0b92f Avoid emmet when typing css property values Fixes #34162 2017-12-14 16:02:52 -08:00
Matt Bierner
36af93a524 Pick up TS 2.7 insiders 2017-12-14 14:52:30 -08:00
Joao Moreno
c66a91bc67 hook open/close repository events to decoration change event 2017-12-14 16:28:26 +01:00
Joao Moreno
ea831c196a fixes #40156 2017-12-14 16:15:38 +01:00
Joao Moreno
b7fad651ac fix bad uri duplication 2017-12-14 15:07:25 +01:00
Joao Moreno
1ab3fd8fec Merge branch 'submodules' 2017-12-14 12:39:55 +01:00
Joao Moreno
cbb59c682f fix git submodule decoration 2017-12-14 12:39:44 +01:00
Joao Moreno
3017bc0f9c git submodule decorations 2017-12-14 12:03:54 +01:00
Joao Moreno
c84266207a revert submodule change with update command 2017-12-14 11:21:27 +01:00
Joao Moreno
fd6cdc91f4 cleanup stage/unstage submodule changes 2017-12-14 10:59:48 +01:00
Matt Bierner
e27c505a02 Support odd-indent sizes for jsdoc on enter rules
Fixes #16075
2017-12-13 14:43:20 -08:00
Joao Moreno
9f131c1762 more submodule support, diff colorization 2017-12-13 16:21:12 +01:00
Joao Moreno
0cd53b2d9b 💄 2017-12-13 12:50:21 +01:00
Joao Moreno
13bb4c9b85 detect submodules, make them a part of status 2017-12-13 12:03:53 +01:00
Martin Aeschlimann
472a41a8d5 Merge pull request #40125 from DustinCampbell/update-csharp-grammar
Update to latest C# TextMate grammar
2017-12-13 11:58:43 +01:00
Joao Moreno
26b8508db1 Merge branch 'git-submodules' of https://github.com/petkahl/vscode into petkahl-git-submodules 2017-12-13 10:31:47 +01:00
Matt Bierner
6ccc79823d Fix fragment name 2017-12-12 18:12:57 -08:00
Matt Bierner
2652b3f9b8 Support link with line number in md editor
Fixes #40140
2017-12-12 18:11:14 -08:00
Matt Bierner
161c47988f Remove logging of TS Server start error message 2017-12-12 17:53:00 -08:00
Matt Bierner
8ab9497998 Make name clearer 2017-12-12 17:32:33 -08:00
Matt Bierner
a845443e14 Clean up inferred project config logic 2017-12-12 17:26:14 -08:00
Matt Bierner
1b579ed2c1 Use es2016 for JS/TS inferred projects by default
Fixes #40094
2017-12-12 17:10:55 -08:00
Matt Bierner
4d42f3d7af Support extension-less links in the markdown preview
Fixes #39945
2017-12-12 17:04:29 -08:00
Matt Bierner
0b597d0b11 Use SnippetString to construct TS method snippet
Fixes #40087
2017-12-12 16:09:54 -08:00
Matt Bierner
90fc6b1739 Update javascript jsonc
Fixes #40098
2017-12-12 15:50:07 -08:00
Ramya Achutha Rao
4199874acb Skip parsing docs when emmet suggestions are disabled 2017-12-12 14:24:03 -08:00
Ramya Achutha Rao
b1d931fef1 Update lang server in emmet to the same version as others Fixes #40104 2017-12-12 11:08:27 -08:00
Matt Bierner
640cd6624e Update request-light in JS extension
#40101
2017-12-12 11:07:10 -08:00
Matt Bierner
f4eca163a0 Relax vscode-nls deps 2017-12-12 11:04:39 -08:00
Dustin Campbell
7b18e67e7a Update to latest C# TextMate grammar
This fixes several syntax highlighting issues:

* Parameters with a multi-dimensional array type does not break matching the rest of the parameter list.
* Ensure that the closing brace of an anonymous object does not break matching further rules.
* Ensure that throw expressions allow matching nested expressions.
* Allow expression-bodied methods with generic constraints.
2017-12-12 10:13:28 -08:00
Andre Weinand
f472c70959 update node-debug package-lock 2017-12-12 18:25:24 +01:00
Joao Moreno
238db1cb90 Merge branch 'jayjun-commit-counter' 2017-12-12 17:55:07 +01:00
Joao Moreno
946d872acb input box length warnings
introduces scm.inputCounter
2017-12-12 17:54:28 +01:00
Joao Moreno
7b4bb1ed2b Merge branch 'commit-counter' of https://github.com/jayjun/vscode into jayjun-commit-counter 2017-12-12 16:57:27 +01:00