Commit Graph
2584 Commits
Author SHA1 Message Date
Matt Bierner 4ce3a1e6ac Move VersionStatus into a class 2017-05-25 15:26:35 -07:00
Matt Bierner 6d00bd977b Add TSC Task Provider (#27093)
* extract standardLanguageDescriptions to constant

* Remove client variable

* Move VersionStatus into a class

* Add TSC Task Provider

Fixes #26079

Adds a task provider for building typescript projects.

* Make ts loading lazy
2017-05-25 15:18:05 -07:00
Christof Marti f17f097cc9 Extract merge-conflict colors as workbench colors (#27299) 2017-05-25 14:40:37 -07:00
Martin Aeschlimann aa080042d8 [seti] add information_for_contributors 2017-05-25 22:57:35 +02:00
Martin Aeschlimann e129461990 [seti] Update to jesseweed/seti-ui@f78d623 (2017-05-11) 2017-05-25 22:40:41 +02:00
Martin Aeschlimann ae530a2a6d Merge pull request #27215 from mjbvz/fix-27195
Fix 27195 - Json colorization of /**/
2017-05-25 17:32:21 +02:00
Martin Aeschlimann 6f274872ac Add information_for_contributors to grammars 2017-05-25 12:27:38 +02:00
Martin Aeschlimann 567bbbc6ad [php] update grammar 2017-05-25 12:27:38 +02:00
Martin Aeschlimann 422ff199ca [less] update grammar 2017-05-25 12:27:38 +02:00
Martin Aeschlimann da45ae9945 [typescript] update grammar 2017-05-25 12:27:38 +02:00
Martin Aeschlimann 1913a5cebd [css] update grammar 2017-05-25 12:27:38 +02:00
Martin Aeschlimann 078dc384b6 [cpp] update grammar 2017-05-25 12:27:37 +02:00
Martin Aeschlimann c96342e995 [clojure] update grammar 2017-05-25 12:27:37 +02:00
Martin Aeschlimann 3cdc7b7472 update all grammars script 2017-05-25 12:27:37 +02:00
Martin Aeschlimann 175cece493 [ini] add update script 2017-05-25 12:27:37 +02:00
Martin Aeschlimann dba4da9cba [scss] update grammar 2017-05-25 12:27:37 +02:00
Martin Aeschlimann 817d11bd50 [docker] update grammar 2017-05-25 12:27:36 +02:00
Benjamin Pasero 1d0b00c60e linting: convert double quote imports to single quote 2017-05-25 09:53:23 +02:00
Martin Aeschlimann 145310aea5 [lua] update grammar 2017-05-25 08:44:16 +02:00
Matt Bierner d167cf370f Add restart TSServer command. Fixes #22335 2017-05-24 15:07:43 -07:00
Matt Bierner 50cc0f9067 use alwaysStrict in TS extension 2017-05-24 15:03:50 -07:00
Martin Aeschlimann 985d05f920 Kimbie builtin theme has dark curly braces. Fixes #27121 2017-05-24 22:56:27 +02:00
Matt Bierner 7236f4a191 Fix 27195
Make sure we handle the case of `/**/` properly in json files
2017-05-24 13:54:05 -07:00
Matt Bierner d1b366fe33 Fix ts/js code lens for trailing special character. Fixes #27211 2017-05-24 13:39:44 -07:00
João Moreno d0bae42c72 Merge pull request #25862 from letmaik/git-delete-branch
Add git delete branch command
2017-05-24 15:58:30 +02:00
Joao Moreno 04c6d43247 fixes #26184 2017-05-24 15:54:47 +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