Commit Graph
6547 Commits
Author SHA1 Message Date
kieferrm 7afe57dfdc add tomorrow.css to exclusion list for hygiene 2016-06-15 11:11:44 +02:00
kieferrm 7ca2e8cf1a add timeout to avoid spamming 2016-06-15 10:21:03 +02:00
kieferrm 69b571310a use classList 2016-06-15 10:00:49 +02:00
kieferrm 2ed9c43616 use 'api' friendly css classes 2016-06-15 09:47:30 +02:00
Johannes Riekenandkieferrm bd8100ae2a use new label param when calling previewHtml 2016-06-14 15:01:58 +02:00
Johannes Riekenandkieferrm ae52d3f777 💄 use single quotes 2016-06-14 15:01:58 +02:00
Johannes Riekenandkieferrm 203ab96155 whitespace issue 2016-06-14 15:01:58 +02:00
Johannes Riekenandkieferrm 7465727a0a update preview on type, don't read document from disk 2016-06-14 15:01:58 +02:00
Johannes Riekenandkieferrm f53bc23484 opacity trick to workaround, #5038 2016-06-14 15:01:58 +02:00
kieferrm fd87c3e0b3 fix tomorrow night blue for markdown 2016-06-14 15:01:58 +02:00
kieferrm c3acb20750 fix solarized-light theme for markdown 2016-06-14 15:01:58 +02:00
kieferrm 4f3db60d78 fix solarized dark theme for markdown 2016-06-14 15:01:58 +02:00
kieferrm f26ea0f92b fix red theme for markdown 2016-06-14 15:01:58 +02:00
kieferrm e576243d51 fix quiet light theme for markdown 2016-06-14 15:01:58 +02:00
kieferrm 046907e4d5 fix dimmed monokai for markdown 2016-06-14 15:01:58 +02:00
kieferrm 19d5099704 fix monokai for markdown 2016-06-14 15:01:58 +02:00
kieferrm 2c57e61c82 fix Kimbie theme for markdown 2016-06-14 15:01:58 +02:00
kieferrm c8cfe69dca fix default themes for markdown 2016-06-14 15:01:58 +02:00
kieferrm 9b4a35f402 fix Abyss theme for markdown 2016-06-14 15:01:58 +02:00
kieferrm 0a50d541d5 fix Abyss theme for markdown 2016-06-14 15:01:58 +02:00
kieferrm dd3deaadf3 mimic default text bundle in textmate 2016-06-14 15:01:58 +02:00
kieferrm 1f49e3fad8 replay: disable built-in markdown 2016-06-14 15:01:58 +02:00
kieferrm 2ac170e64e fix hygiene issues 2016-06-14 15:01:58 +02:00
kieferrm f3cc2709d6 remove theme awareness opt-in 2016-06-14 15:01:58 +02:00
kieferrm ed5eb10f9e paragraphs stop at list item boundaries 2016-06-14 15:01:58 +02:00
kieferrm cd18237118 use initData 2016-06-14 15:01:58 +02:00
kieferrm 43a55c165a code hygiene 2016-06-14 15:01:58 +02:00
kieferrm 0b856de5a7 prepackage markdown extension 2016-06-14 15:01:58 +02:00
kieferrm 3112f9d236 remove console output 2016-06-14 15:01:58 +02:00
kieferrm e2ea2dd710 fix handling of achors without a workspace 2016-06-14 15:01:58 +02:00
kieferrm 2dfecbb541 theme support in htmlPreview 2016-06-14 15:01:58 +02:00
Joao Moreno 2243e4df65 fix NPE
related to #7597
2016-06-14 14:51:12 +02:00
Sandeep Somavarapu 5fd7ffd07f Fix focus and action ids 2016-06-14 13:57:17 +02:00
Benjamin Pasero 2e449867f3 Split editor action does not show as disabled when limit hit (fixes #7651) 2016-06-14 12:41:29 +02:00
Benjamin Pasero ad55bcd31b Never show pinEditor action when "workbench.previewEditors": false (fixes #7650) 2016-06-14 12:21:08 +02:00
Andre Weinand 2cff2b967d update debug protocol to 1.10.0-pre 2016-06-14 12:17:32 +02:00
Benjamin Pasero 0f5331e497 dispose inputs in history when removing 2016-06-14 12:15:48 +02:00
Benjamin Pasero c85ef95dfa restore input when added from close event 2016-06-14 12:06:35 +02:00
Benjamin Pasero 0d5d1d4b1c move recently closed editors to history service 2016-06-14 12:00:48 +02:00
Martin Aeschlimann d5f06aec6b Reword remaining occurrences of sass to scss 2016-06-14 11:32:01 +02:00
Martin Aeschlimann a5699978fc [scss] missing activation event 2016-06-14 11:32:01 +02:00
isidor 5a8c502f5a debug: workaround to open viewlet no longer needed 2016-06-14 11:22:56 +02:00
Isidor NikolicandGitHub b144edac72 Merge pull request #7636 from f111fei/patch-7
Debug: Fix setConfiguration error when name is null or undefined

fixes #7291
2016-06-14 11:21:20 +02:00
Martin Aeschlimann 8d703ff0b3 [css extension] cache stylesheets ASTs 2016-06-14 11:02:18 +02:00
Benjamin Pasero 1fe6e953a2 focus window after external drop 2016-06-14 10:43:07 +02:00
Benjamin Pasero 28fd4571e8 better handle case of dropped folder to tabs 2016-06-14 09:53:04 +02:00
Benjamin Pasero 3c2ced25bd DND: prevent bubble up 2016-06-14 09:48:46 +02:00
Joao Moreno 0dba5abc3d move generateNewIssueUrl to menus 2016-06-14 09:38:40 +02:00
isidor e7af7a7a67 debug: add enable all breakpoints as global workbench action 2016-06-14 09:29:56 +02:00
Isidor NikolicandGitHub f9c58c6800 Merge pull request #7627 from tstringer/debug-cmd-pal
Added remove and disable all breakpoints actions to the command palette

fixes #7490
2016-06-14 09:27:16 +02:00