Commit Graph

22250 Commits

Author SHA1 Message Date
Rob Lourens
77e2e9a4e8 Update PHP grammar 2017-08-12 17:34:43 -07:00
Rob Lourens
5f05e3a6d8 Fix #32325, avoid **/** pattern in search glob 2017-08-12 17:21:10 -07:00
Martin Aeschlimann
c185e7d44e [json] hover over color box doesn't show color picker. Fixes #32298 2017-08-12 16:40:09 +02:00
Martin Aeschlimann
5fce6df8a2 [json] Protect from incompete colors (for exception in #32298) 2017-08-12 16:20:38 +02:00
Martin Aeschlimann
d3a80dc181 Using Color.fromHex with invalid input should return null 2017-08-12 13:31:59 +02:00
Martin Aeschlimann
eae6de3488 Ignore 'null' as color values 2017-08-12 13:06:41 +02:00
Ramya Achutha Rao
77d373e39b Remove fallback to html as this will enable emmet everywhere 2017-08-11 23:45:25 -07:00
Rob Lourens
113737877e Merge pull request #31942 from Microsoft/electron/1.7.4
Electron 1.7.x
2017-08-11 18:20:13 -07:00
Rob Lourens
611b1a591d Fix #31956 - $(basename) globs ignored by filesearch.ts 2017-08-11 17:30:33 -07:00
rebornix
5c58b8cb2d Fix #30358. Run block comment when there are mulitple block comments inline. 2017-08-11 16:46:47 -07:00
rebornix
0137b24a8c Fix #31166. Re-validate input when toggling regex in find 2017-08-11 15:19:25 -07:00
Ramya Achutha Rao
e190b10074 When file cannot be parsed, dont try validations #32354 2017-08-11 15:02:05 -07:00
Christof Marti
23ca41bc4f keytar should be a regular dependency 2017-08-11 12:45:20 -07:00
Rob Lourens
1180fa8e4d Merge branch 'master' into electron/1.7.4 2017-08-11 12:11:30 -07:00
Christof Marti
0b6da14128 Add keytar back 2017-08-11 12:04:04 -07:00
Ramya Achutha Rao
78809b70fb Fallback to tab for non empty selections 2017-08-11 11:25:54 -07:00
Ramya Achutha Rao
e3238c4583 Avoid error when tabbing on selection that is not abbreviation 2017-08-11 11:10:30 -07:00
Ramya Achutha Rao
bb9bbeb3dc More checks on css abbr 2017-08-11 09:49:49 -07:00
Ramya Achutha Rao
eded868aa2 Fix for #1623 in new emmet when tab is back 2017-08-11 08:41:05 -07:00
Benjamin Pasero
da809dfcf4 Global settings: bad overflow behaviour (fixes #27820) 2017-08-11 17:30:10 +02:00
Ramya Rao
02bbc149cf Option to trigger emmet expansion on tab (#32334) 2017-08-11 08:21:37 -07:00
Martin Aeschlimann
149cb6fade Change name of scss mode to SCSS 2017-08-11 16:33:50 +02:00
Joao Moreno
fdcf26e8ae fix recursive next color format 2017-08-11 14:47:55 +02:00
Martin Aeschlimann
ca3ca39354 unfolding selected groups of folded code issue. Fixes #31446 2017-08-11 14:42:10 +02:00
Joao Moreno
89fbba6edf export color formatters in modes 2017-08-11 13:00:08 +02:00
Joao Moreno
c87e0d7629 fix css color formats 2017-08-11 13:00:08 +02:00
Joao Moreno
4c21fd5800 cleanup formatter can format 2017-08-11 13:00:08 +02:00
Joao Moreno
5f88278937 ColorFormatter tests 2017-08-11 13:00:08 +02:00
Andre Weinand
a07d535c09 add a missing 'no' to the WorkspaceFolder description
"All workspace folders are equal which means there is notion of an active or master workspace folder."
-> "All workspace folders are equal which means there is **no** notion of an active or master workspace folder."
2017-08-11 12:15:23 +02:00
Martin Aeschlimann
3e27c42d7a Merge pull request #31405 from DustinCampbell/update-csharp-grammer
Update C# TextMate grammar with support for #r and #load directives
2017-08-11 12:02:31 +02:00
Joao Moreno
d38f7122f1 luminance != luminosity 2 2017-08-11 11:50:10 +02:00
Joao Moreno
7669ad147e luminance !== luminosity 2017-08-11 11:50:10 +02:00
Joao Moreno
13a6a7a9c3 color api: remove ColorRange.format 2017-08-11 11:50:10 +02:00
Joao Moreno
0f5272afe9 color api: docs 2017-08-11 11:50:10 +02:00
Joao Moreno
43160efc08 Color alpha isn't optional 2017-08-11 11:50:10 +02:00
Martin Aeschlimann
f4db436c9d Merge pull request #32253 from DustinCampbell/cake-support
Add .cake file extension for C# language
2017-08-11 11:49:30 +02:00
Martin Aeschlimann
46ee876713 Layer breaker in: vs/workbench/services/themes/electron-browser/themeCompatibility.ts . Fixes #29077 2017-08-11 11:45:25 +02:00
Joao Moreno
88be6de0b7 fixes #32296 2017-08-11 10:45:23 +02:00
Joao Moreno
005c0ecc48 fixes #31649 2017-08-11 10:21:43 +02:00
Benjamin Pasero
772c089eda update description (for #31529) 2017-08-11 10:04:56 +02:00
João Moreno
2f57095b91 Merge pull request #29264 from Krzysztof-Cieslak/commit_amend
Add Git commit amend commands
2017-08-11 09:02:12 +01:00
Benjamin Pasero
bedfa1fc20 Explorer sort order: rename description (fixes #31513) 2017-08-11 09:55:22 +02:00
Benjamin Pasero
152ae58f92 If explorer.sortOrder has an invalid value then it should fallback to default (fixes #31502) 2017-08-11 09:47:57 +02:00
Benjamin Pasero
dc3a6df693 revert: "Fix tabbing in quick pick" 2017-08-11 08:50:49 +02:00
Ramya Achutha Rao
90b6859f37 Remove validation based on location for sass file #32281 2017-08-10 22:18:38 -07:00
Rob Lourens
f1a3bc4f71 Merge pull request #32265 from Microsoft/amqi/tree-tabs
Fix tabbing in quick pick
2017-08-10 18:49:16 -07:00
t-amqi
ba15ed1517 Address comments 2017-08-10 18:41:36 -07:00
Ramya Achutha Rao
a4b47f9451 Return promise from emmet expand method 2017-08-10 18:27:38 -07:00
t-amqi
ec74528656 Fix tabbing in quick pick 2017-08-10 17:56:21 -07:00
Dustin Campbell
4c3ddf7e4c Add .cake file extension for C# language 2017-08-10 13:06:14 -07:00