Matt Bierner
8e88f8cf03
Update markdown grammar
...
Fixes #43150
2018-02-08 15:57:20 -08:00
Matt Bierner
f8c5a3d888
Also fix formatting in tracer
2018-02-08 15:16:33 -08:00
Matt Bierner
308c1887df
Update extensions for TS 2.7
...
Update src to build with TS 2.7
Explicitly assign this.message in the else body
2018-02-08 14:28:55 -08:00
Matt Bierner
d2d18a47fd
Fix multiple quick fix entries showing up same diagnostic with same range
...
#43181
2018-02-08 12:59:25 -08:00
Matt Bierner
9030f132e3
Use extracted markdown grammar
...
Fixes #43141
2018-02-08 12:59:25 -08:00
gushuro
e10ce07e3a
Emmet - Fixing bug in toggle comment with multi cursor ( #42857 )
...
* Fixing issue with toggleComment on multiple nested cursors
* Fix error when an edit is empty
* reordering
* adding a test for toggleComment on nested selections
* Adding test for stylesheet files
* Removing change that was making integration tests fail
2018-02-08 11:45:52 -08:00
Joao Moreno
e2aac2a65d
related to #42532
2018-02-08 17:23:43 +01:00
Joao Moreno
2860393643
fixes #43014
2018-02-08 17:10:20 +01:00
Joao Moreno
b34b376061
fixes #42532
2018-02-08 16:32:40 +01:00
Joao Moreno
f41136f5c0
fixes #43066
2018-02-08 11:38:37 +01:00
Martin Aeschlimann
14cd04c0d3
[json] fix strict typing issue in server
2018-02-08 10:51:57 +01:00
Matt Bierner
6e8d4d057b
Moving openDocumentLinkCommand to own file
...
Move OnPreviewStyleLoadErrorCommand to own file
Move commands.ts into new commands directory
Moving show preview commands to own file
Add missing import for tests
Use export from to export commands
Extract tryRevealLine to own method
Extract tryOpen to method
Extract moveCursorToPosition to own file
Extract didClick command to own file
Move RevealLineCommand to own file
Move ShowPreviewSecuritySelectorCommand command to own file
Move refreshPreviewCommand to own file
Move show source command to own file
2018-02-07 16:08:54 -08:00
Matt Bierner
f66c6f9b3f
Fixing a few TS 2.7 errors
2018-02-07 16:08:54 -08:00
Matt Bierner
e385fc3e3f
Make data2String static
2018-02-07 16:08:54 -08:00
Matt Bierner
e8bc943db4
Adding more tests for toc provider
2018-02-07 16:08:54 -08:00
Matt Bierner
b93fa7bf4c
Use find for toc lookup
2018-02-07 16:08:54 -08:00
Matt Bierner
01631fefe4
TOC lookup returns toc entry instead of line number
2018-02-07 16:08:54 -08:00
Matt Bierner
8f497e771c
Mark all toc entries properties readonly
2018-02-07 16:08:54 -08:00
Matt Bierner
14b7051664
Adding basic test for markdown
2018-02-07 16:08:54 -08:00
Matt Bierner
5cf57a1b08
Small formatting fix
2018-02-07 16:08:54 -08:00
Matt Bierner
54c037cc65
Make slug a whole value
2018-02-07 16:08:54 -08:00
Matt Bierner
e459b96852
Don't use nan to signal undefined table of contents position
2018-02-07 16:08:54 -08:00
Matt Bierner
31a237f49c
Use alwaysStrict in markdown extension
2018-02-07 16:08:54 -08:00
Matt Bierner
2ace8adce1
Mark property reaonly
2018-02-07 16:08:54 -08:00
Martin Aeschlimann
e22c27075a
[json] set client to strict
2018-02-07 23:04:56 +01:00
Martin Aeschlimann
d40a1e24c0
[json] adopt language-client with colorProvider support
2018-02-07 22:51:42 +01:00
Martin Aeschlimann
8fee7018f7
[json] update service / jsonc-parser
2018-02-07 22:51:42 +01:00
Martin Aeschlimann
8f24fa4b4e
[css] update grammar
2018-02-07 22:51:42 +01:00
Ramya Achutha Rao
b8a11e9349
Upstream emmet fixes
2018-02-06 17:55:40 -08:00
Ramya Achutha Rao
3b075ee291
Wait for telemetryReporter to complete dispose before deactivating extensions
2018-02-06 17:55:39 -08:00
Dániel Tar
64b30f38c8
Stylistic and grammar fixes in Emmet messages ( #42893 )
...
* Stylistic and grammar fixes in Emmet messages
Also emphasize vendor prefixes with an apostrophe to make them stand out.
* Add missing space
2018-02-05 09:14:09 -08:00
Sandeep Somavarapu
191596365d
Fix #42447
2018-02-05 16:34:15 +01:00
Ramya Achutha Rao
a31d226c54
Fix emmet for sass,stylus #42904
2018-02-03 20:12:25 -08:00
Joao Moreno
ec218b9088
fix bad english
2018-02-02 16:39:13 +01:00
Matt Bierner
c0cb5cd5c6
Defer quick fix all ts call
...
Fixes #42764
2018-02-01 16:16:05 -08:00
Sandeep Somavarapu
b722b506f8
Fix #42709
2018-02-01 21:22:44 +01:00
Johannes Rieken
0edcdab82e
undo workspace edit changes for now, #10659
2018-02-01 15:30:41 +01:00
Joao Moreno
611f54ad40
fixes #40421
2018-02-01 10:00:56 +01:00
Joao Moreno
2d4b6e9124
fixes #40947
2018-02-01 09:40:22 +01:00
Matt Bierner
357ac464be
Don't show fix all in js/ts if we only have a single dianostics of that type in the file
...
Fixes https://github.com/Microsoft/TypeScript/issues/21458
2018-01-31 22:05:38 -08:00
Ramya Achutha Rao
611b4b365f
Support vendor prefix in emmet #35951
2018-01-31 17:05:02 -08:00
Ramya Achutha Rao
02526ccf61
Semicolon is nolonger required to reset emmet
2018-01-31 17:05:01 -08:00
Matt Bierner
454b25c969
Fix bracketed completions range possibly spanning multiple lines
...
Fixes #42580
2018-01-31 15:41:32 -08:00
Matt Bierner
ec792716df
Pick up TS 2.7.1 final
...
Fixes #41046
2018-01-31 15:05:28 -08:00
Matt Bierner
6004de0402
Don't add empty documentation for js/ts completions
...
Fixes #42662
2018-01-31 15:05:28 -08:00
Joao Moreno
432c8dfa81
fixes #42502
2018-01-31 14:31:21 +01:00
Ramya Achutha Rao
0155dca759
Move default vendor prefix whitelist to emmet helper
2018-01-30 14:18:38 -08:00
Royall Spence
c8a22ccead
Fix typo ( #42364 )
2018-01-30 11:27:14 -08:00
Joao Moreno
b543a60cff
Merge branch 'scm-input-validation-provider'
2018-01-30 19:37:49 +01:00
Joao Moreno
7b9368ebc7
change to validateInput
2018-01-30 19:33:44 +01:00