Commit graph

2986 commits

Author SHA1 Message Date
Sandeep Somavarapu
ff52b7e5f2 Fix #31042 2017-07-25 13:23:39 +05:30
Ramya Achutha Rao
c73d4d3476 Escape $ when its not a placeholder 2017-07-24 23:46:02 -07:00
Ramya Achutha Rao
5159c7d05d Escape $ only when wrapping with abbreviation 2017-07-24 19:31:42 -07:00
Ramya Achutha Rao
24ca702d23 Escape $ so that it doesnt get treated as variable Fixes #31032 2017-07-24 19:02:05 -07:00
Ramya Achutha Rao
764dd415ad Support multi cursor in Emmet Update Image Size 2017-07-24 18:35:28 -07:00
Matt Bierner
bb2e869489 Show multiple node_modules versions in TSVersion picker 2017-07-24 18:01:23 -07:00
Matt Bierner
6a10043e8d Block svg images in markdown preview by default 2017-07-24 18:01:23 -07:00
Ramya Achutha Rao
6f36994285 Absorb upstream emmet snippet changes Fixes #30496 2017-07-24 16:10:09 -07:00
Ramya Achutha Rao
7a0f65bea1 Tests for Remove, Split, Join and Match tags 2017-07-24 15:59:11 -07:00
Ramya Achutha Rao
bf634bf4e7 Renaming utilties for clarity 2017-07-24 14:45:02 -07:00
Ramya Achutha Rao
76392ae91f Emmet Reflect CSS Value in html files 2017-07-24 14:42:24 -07:00
Ramya Achutha Rao
5db74cd3de Tests for Emmet Reflect CSS Value in css files 2017-07-24 14:20:52 -07:00
Matt Bierner
0b1f37600b Fix tsconfig provider not setting workspace for active file 2017-07-24 13:39:12 -07:00
Ramya Achutha Rao
283a790c88 Emmet: Reflect CSS Value in extension #31298 2017-07-24 12:01:43 -07:00
Ramya Achutha Rao
8328939058 Emmet update dependencies 2017-07-24 11:29:11 -07:00
Johannes Rieken
5731f0d011 missing change 2017-07-24 13:00:21 +02:00
Johannes Rieken
916c2ba180 Merge pull request #30829 from Microsoft/ben/open-api
Add showTextDocument(uri|file)
2017-07-24 12:40:40 +02:00
Ramya Achutha Rao
9b6cc9f774 Emmet: Locate number even when there is a selection Fixes #31281 2017-07-23 16:37:40 -07:00
Ramya Achutha Rao
afcfc03ff3 Treat inline as block only for multi line text #29898 2017-07-23 12:26:52 -07:00
Ramya Achutha Rao
559bc4560e Updating shrinkwrap for emmet 2017-07-23 11:48:00 -07:00
Ramya Achutha Rao
5178d1ae85 Refactoring UpdateImageSize.ts for simplicity 2017-07-23 11:45:33 -07:00
Ramya Achutha Rao
56eebb2b9b Emmet Update ImageSize inside style tag 2017-07-23 11:19:00 -07:00
Ramya Achutha Rao
0bee43b5be Emmet Update Image Size command 2017-07-23 11:19:00 -07:00
Sandeep Somavarapu
caa0ef4e3a Merge pull request #31211 from Microsoft/sandy081/virtualSettingsEditor
#30955 Implement virtual editor for workspace settings in MR workspace
2017-07-23 12:00:57 +05:30
Ramya Achutha Rao
dac7e15aba Treat inline elements as block when wrapping with abbr Fixes #29898 2017-07-22 18:21:02 -07:00
Ramya Achutha Rao
2932125ae3 Indent adjustment not required for single line #29898 2017-07-22 17:33:14 -07:00
Jens Hausdorf
4e6c429030 support hot registration emmet (#29986)
* register new included languages in emmet on the fly

* no need to export the function

* only register default completion on startup

* fix tests
2017-07-22 15:40:24 -07:00
Ramya Achutha Rao
ad92e3f1c4 Provide commonly used tags as suggestions 2017-07-21 16:44:50 -07:00
Matt Bierner
5f5e17bc91 Tsconfig provider handle workspace folder changes 2017-07-21 15:54:02 -07:00
Matt Bierner
5c4f3b9761 Disable failing emmet test 2017-07-21 15:47:24 -07:00
Matt Bierner
066d564f26 Fix highlight js for DOM typings 2017-07-21 15:12:53 -07:00
Ramya Achutha Rao
5ed98351ed Test for Emmet Update Tag #8454 2017-07-21 15:05:37 -07:00
Matt Bierner
1d000145c3 Use @types and import in markdown extension 2017-07-21 14:58:27 -07:00
Matt Bierner
714a9c688f Fix markdown fenced code blocks for mixed fence types
Fixes #31206
2017-07-21 14:12:17 -07:00
Ramya Achutha Rao
e1f7580199 First set of tests for Emmet commands #8454 2017-07-21 11:38:46 -07:00
Sandeep Somavarapu
600e0dbc10 #30955 Implement virtual editor for workspace settings in MR workspace 2017-07-21 18:14:56 +05:30
Erich Gamma
de7e216e9e Fix for #31192 2017-07-21 10:47:22 +02:00
rebornix
ed20f81b22 Fix #29972. We should not adjust indent on comments. 2017-07-20 21:17:04 -07:00
Matt Bierner
a48dd08f78 First cut supporting tsconfig task provider for multiroot workspaces
part of #30415
2017-07-20 18:30:11 -07:00
Matt Bierner
2153a47d22 Move formatting provider registration logic into a manager that enables or disables based on config 2017-07-20 17:37:29 -07:00
Matt Bierner
28f5fda049 Don't register language configuration for TS plugin languages 2017-07-20 17:12:27 -07:00
Matt Bierner
fe59149dc0 Move jsx tags mode language config out of language provider 2017-07-20 17:12:27 -07:00
Matt Bierner
733e208be4 Add support for workspace relative tsdk settings 2017-07-20 17:12:27 -07:00
Matt Bierner
0cd033daff Re-enable TS refactoring provider 2017-07-20 17:12:27 -07:00
Matt Bierner
58e7b4045e Show path labels for TS version picker in multiroot cases 2017-07-20 17:12:27 -07:00
Ramya Achutha Rao
a34f7db970 Absorb abbr validations change from helper Fixes #31003 2017-07-20 11:38:44 -07:00
rebornix
2522d11335 #12976. FSharp auto closing not in string 2017-07-20 11:36:22 -07:00
Erich Gamma
83fe9ed9f7 Use the root folder name for the short path 2017-07-20 15:13:25 +02:00
Erich Gamma
f911acfa49 Shortening the path name for scripts 2017-07-20 10:53:44 +02:00
Martin Aeschlimann
159fa624b2 [json] Incorrect version string when adding dependency to package.json. Fixes #30977 2017-07-20 11:09:12 +08:00