Commit Graph

41569 Commits

Author SHA1 Message Date
Alex Dima baf8b88b1d Add versioning to monaco.d.ts generation 2018-10-24 16:11:48 +02:00
Benjamin Pasero 27f64e395f revert: less pressure on storage service (fix #61255) 2018-10-24 15:58:11 +02:00
Johannes Rieken a3a6ae42ed fix #60776 2018-10-24 15:24:54 +02:00
Johannes Rieken ffcd4f5f9c no more 'use strict' 2018-10-24 15:24:54 +02:00
Benjamin Pasero 5ee2317b88 fixed bennys bug 2018-10-24 15:24:02 +02:00
Benjamin Pasero 9efef6a484 notifications - improved behaviour when window has no focus 2018-10-24 12:33:58 +02:00
Sandeep Somavarapu d9a05fe7e6 Store view state in workspace always 2018-10-24 12:31:10 +02:00
Johannes Rieken b343fcf6ab declare proposed api usage only where actually being used 2018-10-24 12:27:59 +02:00
Sandeep Somavarapu bb7a60ffc5 Fix #61694 2018-10-24 12:27:13 +02:00
Benjamin Pasero 29ab6980dc notifications - only keep notifications with prompts around if window has no focus (closer to previous behaviour) 2018-10-24 12:26:44 +02:00
Sandeep Somavarapu 4e65cab609 Revert "Proposals for Collapse, CollapseAll, Expand APIs and implementation"
This reverts commit 677234a7c2.
2018-10-24 12:25:51 +02:00
Sandeep Somavarapu 677234a7c2 Proposals for Collapse, CollapseAll, Expand APIs and implementation 2018-10-24 12:24:12 +02:00
isidor ee6aebf5e1 fileOnDiskContentProvider: do not go overly crazy on fsPath conversion
fixes #58137
2018-10-24 12:21:06 +02:00
Benjamin Pasero 3b8202f123 💄 2018-10-24 12:17:08 +02:00
Benjamin Pasero 46de15a610 fix #61632 2018-10-24 12:15:14 +02:00
Benjamin Pasero 77e3a41c36 bump electron@2.0.12 2018-10-24 12:13:36 +02:00
Isidor Nikolic 57d98365b0 Merge pull request #61638 from Microsoft/misolori/a11y-themes
Update colors for Quiet Light to meet color contrast ratio
2018-10-24 12:13:27 +02:00
isidor de1c041534 make sure to focus once centered layout is activated fixes #61673 2018-10-24 12:02:08 +02:00
Benjamin Pasero 8aef44b642 storage - fix "Log Storage" method to use Maps instead of Objects for case sensitivity issues 2018-10-24 11:47:23 +02:00
Dirk Baeumer 935d366c6e Fixes 61513: Regression: problem matcher in extension not showing up 2018-10-24 11:45:42 +02:00
isidor 4f85aa2bf4 tune wording for prelaunch task errors fixes #61678 2018-10-24 11:42:50 +02:00
Benjamin Pasero 8defbd0b7c storage - fix regression from lowercase keys 2018-10-24 11:25:47 +02:00
Johannes Rieken fb1ed79271 Revert "Merge branch 'pr/60051'"
This reverts commit 217e29ad9c, reversing
changes made to 758206be09.
2018-10-24 11:14:51 +02:00
Johannes Rieken b6ac3f59dd Merge pull request #61651 from mjclemente/patch-1
Fix broken links in vscode namespace API
2018-10-24 10:50:51 +02:00
Sandeep Somavarapu b71f2ad25d #61524 Improve number badge 2018-10-24 10:28:11 +02:00
Benjamin Pasero f72a676fee keybindings - no Ctrl+Alt keybindings on Windows 2018-10-24 10:20:39 +02:00
Christof Marti 0ae913a683 Move alwaysShow to stable API (fixes #59232) 2018-10-24 09:18:38 +02:00
Sandeep Somavarapu 2979804957 Merge pull request #61634 from nestoralonso/fix-typo-in-comment
fix-typo-in-comment
2018-10-24 09:13:45 +02:00
Christof Marti d66f6ffc95 Fix timing issue (#61647) 2018-10-24 08:56:45 +02:00
Christof Marti ab5bb7bf72 Revert "Disable failing tests"
This reverts commit 383d1417e6.
2018-10-24 08:56:45 +02:00
Alex Dima 700686a7e5 Fixes #61296: Ensure getWordAtPosition returns a word that touches the original passed in position 2018-10-24 08:33:16 +02:00
Rob Lourens de63859b88 #61081 - optional progress 2018-10-23 22:14:32 -07:00
Rob Lourens f6dc598fc4 Fix #61081 - Ensure no search results are returned after cancel 2018-10-23 22:12:43 -07:00
Joao Moreno 43823dae97 fixes #60972 2018-10-23 17:05:23 -07:00
Joao Moreno 217e29ad9c Merge branch 'pr/60051' 2018-10-23 16:49:43 -07:00
Joao Moreno f1f5385a68 💄 SourceControlInputBox.visible API 2018-10-23 16:49:23 -07:00
Joao Moreno 4925df27eb Merge commit 'refs/pull/60051/head' of github.com:Microsoft/vscode into pr/60051 2018-10-23 16:18:51 -07:00
Matt Bierner 758206be09 Don't require selection for showing TS refactorings
Fixes #61655
2018-10-23 16:18:14 -07:00
Matt Bierner 9a67369e20 Strict null checks
#60565
2018-10-23 16:18:14 -07:00
Matt Bierner 71d7e97d85 Add language to code blocks 2018-10-23 16:18:14 -07:00
Joao Moreno 5661a5a5ab Merge branch 'pr/IlyaBiryukov/60048' 2018-10-23 16:17:49 -07:00
Joao Moreno 501241e5a9 💄 2018-10-23 16:17:16 -07:00
Joao Moreno 56d068e1b9 update tree problems sample 2018-10-23 15:08:07 -07:00
Rachel Macfarlane c0aae6717d Fixes #61027, Error: Cannot read property 'getModeId' of null 2018-10-23 15:01:24 -07:00
Rob Lourens 29d6612fcf Bump node2 2018-10-23 14:51:32 -07:00
Matthew J. Clemente 2b5a983138 Fix broken links 2018-10-23 17:38:28 -04:00
Dirk Baeumer d426ebf764 Add linter rule to check for valid localize keys 2018-10-23 21:43:12 +02:00
Prabhanjan S Koushik 9b19f82094 Fixes #60724 (#61466) 2018-10-23 15:10:32 -04:00
Christopher Leidigh fd6b2e7d62 DebugConfigurations: No separator if no configurations. Fixes #58984 (#61457) 2018-10-23 15:08:52 -04:00
Dirk Baeumer 29a4f10a10 Remove & from localize key 2018-10-23 21:05:57 +02:00