Commit Graph

27271 Commits

Author SHA1 Message Date
isidor
ec602cda43 debug issues to me 2017-12-11 17:39:45 +01:00
Joao Moreno
484cae0399 Merge branch 'bugfix/35645-git-stash-staged-files' of https://github.com/dKab/vscode into dKab-bugfix/35645-git-stash-staged-files 2017-12-11 17:38:59 +01:00
Joao Moreno
0636f54e90 💄 2017-12-11 17:30:50 +01:00
Joao Moreno
3b8e148a37 Merge branch 'master' of https://github.com/dKab/vscode into dKab-master 2017-12-11 17:27:17 +01:00
Joao Moreno
1a53332be7 align amend commit message preserving 2017-12-11 17:15:45 +01:00
Joao Moreno
f5d5b5d6e5 Merge branch 'master' of https://github.com/matthewferderber/vscode into matthewferderber-master 2017-12-11 17:12:15 +01:00
Joao Moreno
444e95439f Merge branch 'Jeyanthinath-git_line_fix' 2017-12-11 17:05:30 +01:00
Joao Moreno
5eb9a10932 Merge branch 'git_line_fix' of https://github.com/Jeyanthinath/vscode into Jeyanthinath-git_line_fix 2017-12-11 17:05:16 +01:00
isidor
d8509840ae layout: second vertical sash should be hidden if panel is not visible
fixes #
2017-12-11 16:33:39 +01:00
isidor
7ac1546bf8 panel part title: tweaks to the size
fixes #40010
2017-12-11 16:22:39 +01:00
Joao Moreno
3e11c1e489 Merge branch 'BuraChuhadar-Feature-29241' 2017-12-11 16:18:15 +01:00
Joao Moreno
15965f44c4 cleanup 'scm.enableDiffDecorations' setting 2017-12-11 16:18:02 +01:00
Joao Moreno
edd5aba88d Merge branch 'Feature-29241' of https://github.com/BuraChuhadar/vscode into BuraChuhadar-Feature-29241 2017-12-11 16:04:38 +01:00
Alex Dima
dc6451db42 Fixes #40024 2017-12-11 15:50:43 +01:00
isidor
4c72a606ad debug: fire on did change breakpoints event when exception breakpoints change
fixes #39973
2017-12-11 15:45:07 +01:00
Johannes Rieken
4a99ffbb1f fix promise issue 2017-12-11 15:41:54 +01:00
isidor
55b132de09 Open editors view: render drag image same as in tree
fixes #40012
2017-12-11 15:16:21 +01:00
Johannes Rieken
0426920441 fix #35098 2017-12-11 15:05:00 +01:00
Joao Moreno
8b662b72bb fixes #40014 2017-12-11 14:58:31 +01:00
Johannes Rieken
9451b7848c fix #38772 2017-12-11 14:56:19 +01:00
Johannes Rieken
7db472bacf eng - don't use TPromise in dialogs api 2017-12-11 14:46:41 +01:00
Johannes Rieken
73ebe0df86 eng - use Thenable in progress service 2017-12-11 14:46:41 +01:00
Johannes Rieken
bfe83a84d1 eng - less TPromise 2017-12-11 14:46:41 +01:00
isidor
491f0d7b80 fixes #40022 2017-12-11 14:37:34 +01:00
Johannes Rieken
5e840a6de2 eng - no TPromise in save participants 2017-12-11 14:34:10 +01:00
Johannes Rieken
d221a2825c eng - less TPromise (mainThreadMessageService) 2017-12-11 14:34:10 +01:00
Johannes Rieken
09a19b4a50 Merge pull request #40021 from Microsoft/joh/compile-monaco
Compile monaco in build machines
2017-12-11 14:32:08 +01:00
Benjamin Pasero
f7436faf67 open editors: keep focus when dragging editors across groups 2017-12-11 14:29:29 +01:00
Benjamin Pasero
15f8dacc7d dnd - make sure to stop bubble 2017-12-11 14:21:52 +01:00
Johannes Rieken
9faf001bad eng - less TPromise in extHostCommands 2017-12-11 14:09:19 +01:00
Johannes Rieken
3a1d48425f explicitly set --noEmit 2017-12-11 13:56:59 +01:00
Dirk Bäumer
7e71229ce8 Merge pull request #39990 from demoran23/39985-eslint-compact
eslint-compact to use absolute pathnames
2017-12-11 13:56:43 +01:00
Johannes Rieken
d1f35e8a6e add monaco-compile to travis and appveyor 2017-12-11 13:06:37 +01:00
Benjamin Pasero
81f8ee02f7 improve cross window tab dnd (support dirty, restore UI state) 2017-12-11 12:48:36 +01:00
Benjamin Pasero
9e64b03058 editor picker: open while going through results (fixes #34324) 2017-12-11 12:36:39 +01:00
Benjamin Pasero
2f914692bb Enhance tab (hover) styling (fixes #30901) 2017-12-11 12:32:51 +01:00
Benjamin Pasero
97087f8e84 debt - call shell.dispose and forward to workbench when window closes or unloads 2017-12-11 12:28:04 +01:00
Benjamin Pasero
e02a1c3507 perf - pass over window ID instead of accessing via remote call on startup 2017-12-11 12:24:50 +01:00
Benjamin Pasero
0ec4814c69 make sure that revert never fails whenc losing (fixes #39885) 2017-12-11 12:23:07 +01:00
Johannes Rieken
218a1c0995 fix #28153 2017-12-11 12:22:44 +01:00
Benjamin Pasero
834ba9b9b0 debt - clean up some todos and migration code 2017-12-11 12:03:28 +01:00
Johannes Rieken
5cfbc48a8f 💄 uri 2017-12-11 11:28:43 +01:00
Johannes Rieken
ec87b2b666 add unit-test for #39893 2017-12-11 10:37:27 +01:00
Ramya Achutha Rao
3155771c17 Disable sticky which was for dev purposes Fixes #38484 2017-12-10 21:34:37 -08:00
Adam Skinner
40d75abdae eslint-compact to use absolute pathnames 2017-12-10 11:22:51 -05:00
Rob Lourens
6e71921951 #38854 - search viewlet should respect seedSearchStringFromSelection setting 2017-12-08 18:12:44 -08:00
Rob Lourens
4dbb25d883 Fix #38854 - Revert f228fef445 2017-12-08 18:03:38 -08:00
Rob Lourens
bc9496b75b Bump node-debug2 to fix Microsoft/vscode-node-debug2#156 2017-12-08 16:51:47 -08:00
Daniel Imms
457069efef Fix High Sierra terminal not exiting problem
Fixes #37846
2017-12-08 16:07:05 -08:00
Erich Gamma
ab7ae128a7 Immediatly stop counting when MAXFILES is reached 2017-12-08 15:26:44 -08:00