Commit Graph

4422 Commits

Author SHA1 Message Date
Martin Aeschlimann
2cb15ab3bb [css] update client (for #43317) 2018-02-13 13:03:43 +01:00
Martin Aeschlimann
ea1d638ea7 [json] update client (for #43317) 2018-02-13 13:03:42 +01:00
Martin Aeschlimann
72c76bfb09 [html] update client (for #43317) 2018-02-13 13:03:42 +01:00
Ramya Rao
00f2d8ed71 Get emmet completions from css extension (#41652)
* Get emmet completions from html,css extensions

* Resolve extensionsPath, use emmet results even if empty

* Support css abbr with :

* Refactoring

* Add some basic emmet tests

* Refactoring

* More tests
2018-02-12 21:40:10 -08:00
Matt Bierner
4d12201733 Update markdown grammar 2018-02-12 18:08:22 -08:00
Matt Bierner
38cfb0438e Update markdown grammar 2018-02-12 18:08:22 -08:00
Ramya Achutha Rao
bfbbe132cf Fix css emmet abbreviations with : Fixes #43544 2018-02-12 14:48:56 -08:00
Peng Lyu
0377a09114 Fix #43424. Turn off auto indent for yaml. 2018-02-12 08:52:54 -08:00
Martin Aeschlimann
8fdf170a08 update grammar script: remove unused properties 2018-02-12 16:54:46 +01:00
Martin Aeschlimann
5d663e0ecc Merge pull request #43341 from Microsoft/octref/html-css-launch
Fix html css launch config
2018-02-12 10:00:59 +01:00
Ray Gervais
053da66e1b Monokai: Use new dropdown.listBackground to correct contrast Fixes: #42480 (#42869)
* Updated monokai dropdown configuration to use new dropdown.listBackground property
2018-02-09 23:10:26 -05:00
Matt Bierner
3b8696579f Make markdown show preview command multiselect aware
Fixes #42583
2018-02-09 15:16:10 -08:00
Matt Bierner
5394c43363 Revert commands title change 2018-02-09 15:09:36 -08:00
Pine Wu
d2f06d1cd7 change css attach to inspector protocol 2018-02-09 10:24:23 -08:00
Pine Wu
d9428ff856 Fix html/css launch config 2018-02-09 10:18:10 -08:00
Martin Aeschlimann
47c74f5a15 [json] compile error in languageModelCache 2018-02-09 12:45:27 +01:00
Martin Aeschlimann
2e93ae50c5 [sql] update grammar 2018-02-09 12:45:27 +01:00
Martin Aeschlimann
4dd9f57a45 [log] update grammar 2018-02-09 12:45:27 +01:00
Martin Aeschlimann
3e9d16948c [ts/js] update grammars 2018-02-09 12:45:27 +01:00
Martin Aeschlimann
864a170aa4 [java] update grammar 2018-02-09 12:45:27 +01:00
Martin Aeschlimann
3495363b2c make grammar file names consistent 2018-02-09 12:45:27 +01:00
Martin Aeschlimann
6f682992c3 [go] make grammar file name consistent 2018-02-09 12:45:27 +01:00
Martin Aeschlimann
69729b7841 [fsharp] make grammar file name consistent 2018-02-09 12:45:27 +01:00
Martin Aeschlimann
058f192392 [cpp] add platform.tmLanguage to update list, consistent file names 2018-02-09 12:45:27 +01:00
Martin Aeschlimann
62b9ff294b [clojure] update grammar 2018-02-09 12:45:27 +01:00
Martin Aeschlimann
2504d71ba3 [powershell] block comment does not auto-close. Fixes #9799 2018-02-09 12:45:27 +01:00
Joao Moreno
1e456712cb missing yarn.lock changes 2018-02-09 12:35:07 +01:00
Joao Moreno
38ab734646 improve input validation setting description 2018-02-09 12:05:45 +01:00
Martin Aeschlimann
e3ce1668b0 [powershell] switch grammar to powershell/editorsyntax. Fixes #36991, fixes #43224 2018-02-09 10:55:16 +01:00
Martin Aeschlimann
d03e2c286f [json] enable strict checks on server 2018-02-09 10:41:40 +01:00
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