Commit Graph

2577 Commits

Author SHA1 Message Date
Martin Aeschlimann
23f76d4e46 [seti] Update to jesseweed/seti-ui@f78d623 (2017-05-11) 2017-05-26 09:27:57 +02:00
Martin Aeschlimann
f9084bb244 Add information_for_contributors to grammars 2017-05-26 09:27:51 +02:00
Martin Aeschlimann
a90342f431 [php] update grammar 2017-05-26 09:27:51 +02:00
Martin Aeschlimann
7c55d50e82 [less] update grammar 2017-05-26 09:27:50 +02:00
Martin Aeschlimann
d889de5bb5 [typescript] update grammar 2017-05-26 09:27:50 +02:00
Martin Aeschlimann
3785324cc1 [css] update grammar 2017-05-26 09:27:50 +02:00
Martin Aeschlimann
78d9446b8f [cpp] update grammar 2017-05-26 09:27:49 +02:00
Martin Aeschlimann
b135eef992 [clojure] update grammar 2017-05-26 09:27:49 +02:00
Martin Aeschlimann
984750930c update all grammars script 2017-05-26 09:27:49 +02:00
Martin Aeschlimann
d57a3ab57e [ini] add update script 2017-05-26 09:27:48 +02:00
Martin Aeschlimann
2d811977f8 [scss] update grammar 2017-05-26 09:27:48 +02:00
Martin Aeschlimann
d264b70f20 [docker] update grammar 2017-05-26 09:27:47 +02:00
Benjamin Pasero
a9486e406f linting: convert double quote imports to single quote 2017-05-26 09:27:46 +02:00
Martin Aeschlimann
27625c21a2 [lua] update grammar 2017-05-26 09:27:45 +02:00
Matt Bierner
2890b5d8ab Add restart TSServer command. Fixes #22335 2017-05-26 09:27:38 +02:00
Matt Bierner
59e7fbc25e use alwaysStrict in TS extension 2017-05-26 09:27:38 +02:00
Martin Aeschlimann
64e1c20856 Kimbie builtin theme has dark curly braces. Fixes #27121 2017-05-26 09:27:34 +02:00
Matt Bierner
84f154b794 Fix 27195
Make sure we handle the case of `/**/` properly in json files
2017-05-26 09:27:33 +02:00
Matt Bierner
8178df7a1f Fix ts/js code lens for trailing special character. Fixes #27211 2017-05-26 09:27:33 +02:00
Joao Moreno
a0a1b9e0d6 fixes #26184 2017-05-26 09:27:28 +02:00
Maik Riechert
3df1eca296 localize 2017-05-26 09:27:25 +02:00
Maik Riechert
b348a0b780 handle git branch delete error ("not fully merged") 2017-05-26 09:27:25 +02:00
Maik Riechert
b96478ebcc add git delete branch command 2017-05-26 09:27:24 +02:00
Erich Gamma
3568e98ec6 Added npm extension that contributes tasks for npm scripts 2017-05-24 10:47:34 +02:00
Dirk Baeumer
98b92df34c Make Task api fully official. 2017-05-24 09:59:53 +02:00
Ramya Achutha Rao
8e0f07fd38 Initial commit for builtin emmet extension #21943 2017-05-23 22:41:55 -07:00
Christof Marti
d516c32ecb Build requires second argument to localize to be a string literal 2017-05-23 15:57:42 -07:00
Matt Bierner
066db6b85f Fix potential hang when canceling ts requests using pipe. Part of #24698 2017-05-23 15:41:21 -07:00
Christof Marti
6daf4d3602 Merge branch 'better-merge-extension' 2017-05-23 15:03:14 -07:00
Phil Price
7966de7ac9 Track document changes per callee
It is possible in the open / activate event cycle that we end up doing a double push of decorator changes to the editor, as both events pending on to the same delayed operation.
2017-05-23 12:54:51 -07:00
Matt Bierner
87c24f2b26 Fix markdown preview csp failure. Fix #27156 2017-05-23 11:57:07 -07:00
Phil Price
d94a07d085 Remove performance logging 2017-05-23 11:55:27 -07:00
Phil Price
ec7c65cdc4 Localize compare conflict window title 2017-05-23 11:55:03 -07:00
Phil Price
61a8de29c3 Remove proposed api references, update configuration title localization. 2017-05-23 11:54:43 -07:00
Phil Price
537deb5209 Change document tracker to be opted out of per callee origin. 2017-05-23 11:29:53 -07:00
Phil Price
aba193c3a4 Ensure that changing codeLens.enabled responds immediately 2017-05-23 09:57:41 -07:00
Phil Price
8f4e1f532d Update extension configuration options 2017-05-23 09:50:23 -07:00
Phil Price
e27196db32 Update setting section name 2017-05-23 09:06:26 -07:00
Phil Price
b1b9619644 Cleanup and comment conflict parsing code 2017-05-23 09:02:38 -07:00
Ramya Achutha Rao
794103a7bc Update grammar for var related bug fix 2017-05-22 22:39:01 -07:00
Phil Price
191fc7c9d9 Remove git merge conflict decorator 2017-05-22 18:40:14 -07:00
Phil Price
49ee140410 Remove legacy parser 2017-05-22 18:38:42 -07:00
Phil Price
1535f99ffe Update accept actions for new conflict parser 2017-05-22 18:31:04 -07:00
Matt Bierner
7403245d3d Show Warning When a markdown.styles fails to load (#27105)
Fixes #8488

**Bug**
Currently there is no indication in the markdown preview when a `markdown.styles` element fails to load

**Fix**
Show an alert then a stylesheet does not load
2017-05-22 18:30:24 -07:00
Phil Price
4dcf156655 Update compare command 2017-05-22 17:42:26 -07:00
Phil Price
76b6b177b5 Add line by line parser for merge conflicts.
Prior implementation in mergeConflictParserLegcacy which does a one shot regular expression.
2017-05-22 17:07:42 -07:00
Phil Price
59fbe319a1 Formatting change 2017-05-22 17:06:30 -07:00
Phil Price
f4c0e976e2 Add temporary timing logging to merge conflict scanning 2017-05-22 17:06:07 -07:00
Matt Bierner
89369d18e6 Fix package.json lookup 2017-05-22 16:11:39 -07:00
Matt Bierner
13c842c36a Adopt TypeScript 2.3.3 Fixes #27099 2017-05-22 15:41:51 -07:00