Commit Graph

29328 Commits

Author SHA1 Message Date
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 9c323a6142 Format extHostLanguageFeatures.ts 2018-02-08 15:06:56 -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
Rachel Macfarlane b2483303a3 Fixes #43198 2018-02-08 10:30:15 -08:00
Benjamin Pasero d5ef5acd05 fix #43229 2018-02-08 18:29:41 +01:00
isidor 11bd2bfa36 fixes #43215 2018-02-08 17:44:01 +01:00
isidor d6247d0c91 debug: variables and watch quit with the highlight business. Introduce selected wath context key
fixes #42753
2018-02-08 17:40:30 +01:00
Benjamin Pasero 94115e5505 fix ref widget not showing focus properly on click 2018-02-08 17:36:02 +01: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
Sandeep Somavarapu 2ef64ee66e Extract Tree viewer from Tree view panel 2018-02-08 16:50:33 +01:00
Joao Moreno b34b376061 fixes #42532 2018-02-08 16:32:40 +01:00
Joao Moreno f558c4f8c7 fixes #42514 2018-02-08 16:32:39 +01:00
Joao Moreno 1abbb52e9b fix bad git commands 2018-02-08 16:32:39 +01:00
Joao Moreno e82a204afb fixes #42650 2018-02-08 16:32:39 +01:00
Alex Dima 9e1ae139f2 Remove unused code 2018-02-08 16:18:47 +01:00
Alex Dima 53df86adbe Use URI for the SCM part of the protocol 2018-02-08 16:18:47 +01:00
Alex Dima 40e59c8d28 Move extensionPoints.ts to /node/ 2018-02-08 16:18:47 +01:00
Alex Dima f322baeb66 Use URI for ExtHostDocumentsShape methods 2018-02-08 16:18:47 +01:00
Alex Dima 5b1d34e435 Use URI for IDocumentsAndEditorsDelta.removedDocuments 2018-02-08 16:18:47 +01:00
Benjamin Pasero 535fc34ba4 debt - reuse drop handler from editor also for open editors view 2018-02-08 16:15:25 +01:00
Sandeep Somavarapu 7678585a6f clean up tree view panel 2018-02-08 15:37:28 +01:00
Joao Moreno 618bf7240a fix windows background updates enablement
related to #43213
2018-02-08 15:33:31 +01:00
Benjamin Pasero 3ac389209b debt - encapsulate all drag datatransfer into one place 2018-02-08 12:57:35 +01:00
Joao Moreno f41136f5c0 fixes #43066 2018-02-08 11:38:37 +01:00
Sandeep Somavarapu 111f670201 💄 2018-02-08 11:10:05 +01:00
Martin Aeschlimann 14cd04c0d3 [json] fix strict typing issue in server 2018-02-08 10:51:57 +01:00
Martin Aeschlimann 4aec98a3cd Code fails to start up with invalid tokenColorCustomizations. Fixes #43129 2018-02-08 10:51:57 +01:00
Benjamin Pasero 7b707406f4 💄 octicon handling in quick open 2018-02-08 10:41:38 +01:00
Christof Marti 2fbfa8d500 Add aeschli for css-less-sass 2018-02-08 08:32:21 +01:00
Benjamin Pasero 1e3b0c69c4 fix various quick pick issues (fixes #43114) 2018-02-08 07:56:41 +01:00
Christopher Leidigh 46c55efcea Add dropdown.listBackground color (#43168) 2018-02-08 01:03:31 -05:00
Rob Lourens 91120eb786 Grammar tweak in extension enablement message 2018-02-07 19:00:24 -08:00
Rachel Macfarlane e91baf3eda Add telemetry in feedback part 2018-02-07 17:31:05 -08: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