Commit Graph

4386 Commits

Author SHA1 Message Date
Matt Bierner
6b533e7cae Move markdown TelemetryReporter to own class 2017-12-04 15:24:08 -08:00
Matt Bierner
4d1e77d8eb 💄 2017-12-04 15:24:07 -08:00
Matt Bierner
6b6b456257 Extract loadMarkdownExtensions 2017-12-04 15:24:07 -08:00
Matt Bierner
5e856d473b Finish moving commands over to own file 2017-12-04 15:24:07 -08:00
Matt Bierner
b31dc3a359 Continue moving over commands 2017-12-04 15:24:07 -08:00
Matt Bierner
3c5d21030d Extract show source command to commands 2017-12-04 15:24:07 -08:00
Matt Bierner
73c70588bb Start moving markdown commands to own file 2017-12-04 15:24:07 -08:00
Ramya Achutha Rao
813b2d91a7 Fix broken emmet tests 2017-12-04 15:14:17 -08:00
Ramya Achutha Rao
021e95d747 Fix #39578 Add completion provider tests for emmet 2017-12-04 14:29:56 -08:00
Matt Bierner
815c1ece96 Only register TS providers for known schemes 2017-12-04 13:51:40 -08:00
Matt Bierner
408b6d5f83 Move file schemes to own file 2017-12-04 13:51:40 -08:00
Rob Lourens
f2e4231e86 Merge pull request #39523 from Microsoft/php-auto-indent
Copy OnEnter rules from html to php #39142
2017-12-04 11:31:10 -08:00
Yuki Ueda
142d587bde Fix md quote syntax highlight(fix #38523) (#39487) 2017-12-04 10:59:37 -08:00
Martin Aeschlimann
a96bf87ac5 [html] update service 2017-12-04 18:10:02 +01:00
Martin Aeschlimann
9d4a9acd93 [json] update service 2017-12-04 18:10:02 +01:00
Martin Aeschlimann
a255abe9df [css] update service 2017-12-04 18:10:02 +01:00
Joao Moreno
6d5112610f fixes #38389 2017-12-04 15:43:14 +01:00
Joao Moreno
6e5e8abb16 fixes #35031 2017-12-04 15:16:07 +01:00
Martin Aeschlimann
509a568163 Merge pull request #39451 from ajitid/patch-1
Update Quiet Light theme's JSX
2017-12-04 15:02:48 +01:00
Johannes Rieken
dbb0587032 fix #38852 2017-12-04 10:06:46 +01:00
Ramya Achutha Rao
e13cc678d6 Copy OnEnter rules from html to php #39142 2017-12-03 22:13:57 -08:00
Ramya Achutha Rao
8a12b294de Skip emmet when open tag is not closed Fixes #35128 2017-12-03 18:14:07 -08:00
Ajit Singh
a5fa08ed02 Update quietlight-color-theme.json 2017-12-03 07:41:28 +05:30
Ajit Singh
19c68227f7 Improved HTML atrribute coloring 2017-12-02 15:38:45 +05:30
Ajit Singh
e37c7433f1 Update quietlight-color-theme.json 2017-12-02 10:47:17 +05:30
Ajit Singh
b66b4d0939 Update Quiet Light theme's JSX 2017-12-02 09:06:34 +05:30
Matt Bierner
a903c11790 Restrict creation of TS client to known schemes 2017-12-01 15:49:54 -08:00
Matt Bierner
17ab24fcf0 Also apply manged file contex to jsx files 2017-12-01 15:49:54 -08:00
Matt Bierner
b454c5fc33 Use const 2017-12-01 15:49:54 -08:00
Ramya Achutha Rao
699a12cb78 Mapped languages shld be excluded if in emmet excludes for expand cmd #39369 2017-12-01 11:36:49 -08:00
Peng Lyu
6fa051df1d Fix #34347. decreaseIndent for multiple closing paren or brackets. 2017-12-01 11:17:23 -08:00
Matt Bierner
e152f0366d Fix a spell 2017-12-01 11:16:06 -08:00
Ramya Achutha Rao
eec34d226e Remove unused import 2017-12-01 11:13:44 -08:00
Ramya Achutha Rao
8e3c444be7 Absorb upstream fix for #38766 2017-12-01 11:07:07 -08:00
Matt Bierner
eaa1fe40a8 Fix possible undefined reference in managedFileContext
Fixes #39413
2017-12-01 10:54:38 -08:00
Martin Aeschlimann
9b391e8265 [html] use proposalprovider for region snippets 2017-12-01 17:13:23 +01:00
Martin Aeschlimann
09166c4f44 [css] use proposalprovider for region snippets 2017-12-01 17:13:23 +01:00
Martin Aeschlimann
3837e26827 [html] update service 2017-12-01 10:54:09 +01:00
Martin Aeschlimann
4f9f4ebb9f [folding] regions for html. Fixes #39409 2017-12-01 10:54:09 +01:00
Ramya Achutha Rao
700c3bd6b8 Mapped languages shld be excluded if in emmet excludes Fixes #39369 2017-11-30 20:31:24 -08:00
Matt Bierner
8f6aaa606b Update ts grammar 2017-11-30 17:59:46 -08:00
Matt Bierner
1c1e9a72d8 Don't force creation of serviceClientHost from ManagedFileContextManager eagerly 2017-11-30 17:49:55 -08:00
Matt Bierner
bcdeb87b29 Introduce basic lazy type to encapsulate the idea of a lazy value 2017-11-30 17:49:55 -08:00
Matt Bierner
527cfa42e7 Use const instead of let for loop 2017-11-30 16:40:07 -08:00
Matt Bierner
37a9b31ea6 Hide TS commands when not in js/ts file 2017-11-30 16:39:53 -08:00
Matt Bierner
7c13230aff Setup basic typescript.isManagedFile context 2017-11-30 16:37:23 -08:00
Matt Bierner
04c4491a43 Move standard TS commands to own file 2017-11-30 15:58:10 -08:00
Matt Bierner
9424a54e58 💄 2017-11-30 15:55:23 -08:00
Matt Bierner
73d4d4cf4a Extract a few functions in TS activate 2017-11-30 15:53:10 -08:00
Matt Bierner
f472a2e51d Move TS/JS language descriptions to own file 2017-11-30 15:48:10 -08:00