Commit Graph
2937 Commits
Author SHA1 Message Date
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
Martin Aeschlimann 87b649daa5 [scss] update grammar 2017-07-20 09:23:00 +08:00
Ramya Achutha Rao b9e491d2bf Emmet: Fix issue when last letter in the line is not picked up 2017-07-19 17:57:30 -07:00
Ramya Achutha Rao 277d295b62 Use when wrapping different text with abbr Fixes #30067 2017-07-19 15:06:26 -07:00
Matt Bierner 5a01cdc0c8 Pick up TS 2.4.2 Fixes #30580 Fixes #30425 2017-07-19 14:50:14 -07:00
Matt Bierner ca8da0c0a6 Remove check.tscVersion setting 2017-07-19 13:55:21 -07:00
Ramya Achutha Rao 5fb80bb933 Combine custom snippets from base syntax #29146 2017-07-19 13:16:37 -07:00
Erich Gamma 584d00db01 Added support for multi root folders 2017-07-19 18:42:33 +02:00
Erich Gamma 6716723d9c npm task provider should not provide pre, post scripts - #30843 2017-07-19 18:42:31 +02:00
Benjamin Pasero 712c489f5a Do not use special color for multi root workspace (fixes #31007) 2017-07-19 18:40:35 +02:00
Ramya Achutha Rao 94f73b3f00 Fix emmet issue when cursor is in between the abbreviation 2017-07-18 21:56:59 -07:00
Daniel Imms 81b6eafb01 Solarized light: make brwhite contrast with bg
Fixes #30956
2017-07-18 20:38:47 -07:00
Ramya Achutha Rao b896d25097 Emmet: Support custom snippets Fixes #29146 2017-07-18 17:10:33 -07:00
Ramya Achutha Rao 05e653d61e Fixes #29473 Over eager matching of emmet in css 2017-07-18 14:45:35 -07:00
Ramya Achutha Rao ed1101ce15 Fix expand abbr command 2017-07-18 14:22:28 -07:00
Ramya Achutha Rao c189b621fd Fixes #29943 Skip default emmet expansion when text is not abbreviation 2017-07-18 12:26:38 -07:00
Ramya Achutha Rao d58f798cc6 Emmet expand should autocomplete tags like <div Fixes #29774 2017-07-18 11:06:31 -07:00
Ramya Achutha Rao 44072eb058 Fixes #30265 skip emmet expand when text is not snippet or abbreviation 2017-07-18 10:37:27 -07:00
Benjamin Pasero 5a603d926b mrw: only set status bar color for our default theme (light & dark) 2017-07-18 18:04:27 +02:00
Ramya Achutha Rao e1325259e3 Add null check before updating extensionsPath for emmet 2017-07-17 20:42:32 -07:00
Ramya Achutha Rao f2a9356417 Absorb changes to the vscode-emmet-helper 0.0.19 2017-07-17 19:25:12 -07:00
Martin Aeschlimann 7790c4a753 update grammars 2017-07-18 10:09:48 +08:00
Martin Aeschlimann 399ff707de Update seti theme to jesseweed/seti-ui@c44b29c (2017-06-26) 2017-07-18 08:30:45 +08:00
Matt Bierner 81813b2ca4 Ensure resource path is set 2017-07-17 13:32:42 -07:00
Matt Bierner b62f3d41e1 Update markdown extension to support multiroot 2017-07-17 13:32:42 -07:00
Matt Bierner 2815f13a03 Rework wording of insecure content message 2017-07-17 13:11:54 -07:00
Matt Bierner a038c06627 Allow running security setting command from md file 2017-07-17 11:19:16 -07:00
Matt Bierner 80f11c09f0 First cut of new markdown securty levels 2017-07-17 11:19:16 -07:00
Matt Bierner 8f3197dbc0 Fix potential null reference in directive provide 2017-07-17 10:04:16 -07:00
Sandeep Somavarapu 7c7ae7a66f #30856: Register schema for workspace configuration file
- Both saved & unsaved
- which supports intellisense in the files
2017-07-17 18:23:10 +05:30
Martin Aeschlimann 537e14921c Merge pull request #30746 from praveenpuglia/quiet-light-find-noresults
fix: "No Results" error message color in find widget
2017-07-17 15:10:19 +08:00
Ramya Achutha Rao 3924e454fa Fallback to document lang when no args are passed to emmet cmd #30600 2017-07-16 23:30:22 -07:00
Martin Aeschlimann 31d5bf3478 [perl] update grammar 2017-07-17 14:25:28 +08:00
Praveen Puglia 1d4178f369 fix: "No Results" error message color in find widget 2017-07-15 10:14:17 +05:30
Matt Bierner ed327d3640 First cut of watch for tsconfig task
Fixes #29580

Use `compileOnSave` in the `tsconfig.json` to run `tsc` task 2.0 task in watch mode
2017-07-14 17:06:11 -07:00
Matt Bierner b83d2ea286 Prep task provider for muiltiroot 2017-07-14 17:06:11 -07:00
Matt Bierner 5c0f51313b enable markdown extension API 2017-07-14 15:21:35 -07:00
lslv1243 b4c281cedd fixed typo (#30653) 2017-07-14 13:26:01 -07:00
rebornix e49ae72a37 Fix #8850. Do not auto close single paren inside comments and string when editing PHP 2017-07-14 11:41:45 -07:00
Daniel Imms 4f6d1e2a5a Remove terminal onData API test 2017-07-13 18:16:53 -07:00
Rob Lourens 457fa64f61 Fix hygiene 2017-07-13 18:12:25 -07:00
Erich Gamma 10a5cee648 added silent setting 2017-07-13 16:43:18 +02:00
Johannes Rieken 0df555f5f4 have an explicit WorkspaceFolder with some extra bits and pieces, #28526 2017-07-13 16:22:19 +02:00
Benjamin Pasero 1501dbe633 associate JSON mode with code workspace files 2017-07-13 12:18:26 +02:00
Benjamin Pasero d768111d14 try to fix flaky linux tests on travis 2017-07-13 08:07:41 +02:00
Matt Bierner 62975361cb Disable TS refactorings
Investigating #30449, it seems that typescript refactoring can take a long time to compute in some projects. Disabling these in insiders. We'll disable them in 1.14 is this is found to help
2017-07-12 15:56:14 -07:00
Matt Bierner 9ad4bcd66f Update TS grammar 2017-07-12 14:26:42 -07:00
Matt Bierner 0bf8b3c8f7 Force kill tsserver on ts extension shutdown 2017-07-12 11:30:43 -07:00
Dirk Baeumer 6769baf412 Fixes #30094: The less extension should contribute problem matchers for common less and sass compilers 2017-07-12 16:10:56 +02:00