Commit Graph

6497 Commits

Author SHA1 Message Date
Isidor Nikolic 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
Benjamin Pasero d5cbad347f add setting to control where editors open (for #6787) 2016-06-14 09:02:53 +02:00
Benjamin Pasero 7edbf1fd80 setting to control preview from quick open (#5554) 2016-06-14 07:35:18 +02:00
Benjamin Pasero e13179239e allow DND to tabs (from explorer or desktop) 2016-06-14 07:18:23 +02:00
Benjamin Pasero 8dc1795888 more tab keyboard keys 2016-06-14 06:46:35 +02:00
Benjamin Pasero edbfa6b2fc fix focus issue when clicking on tab 2016-06-14 06:38:00 +02:00
Benjamin Pasero 9d6a13f769 fix issues with actions in editor title not showing 2016-06-14 06:30:06 +02:00
Thomas Stringer 1475839600 Added remove and disable all breakpoints actions to the command palette 2016-06-13 17:51:48 -04:00
Martin Aeschlimann 1e7486aa63 Move LESS to extension 2016-06-13 20:08:53 +02:00
Daniel Imms 0517cce224 Remove redundant options arg 2016-06-13 10:30:10 -07:00
Sandeep Somavarapu 2f47453208 #6679 update action keys 2016-06-13 19:27:34 +02:00
Daniel Imms d97f54b976 Remove unecessary terminal focus 2016-06-13 10:09:14 -07:00
Martin Aeschlimann 65b2c5ca27 Move SCSS to extension 2016-06-13 18:58:04 +02:00
Martin Aeschlimann b1130039f9 Polish cssParser imports 2016-06-13 18:58:04 +02:00
Daniel Imms 2511cfb1e9 Change toggle terminal action back to toggleTerminal
Fixes #7596
2016-06-13 09:39:38 -07:00
Daniel Imms 702c3b6199 Add utils.generateNewIssueUrl test for VSCODE_DEV env var 2016-06-13 09:12:29 -07:00
Benjamin Pasero cdbd97fe72 first global setting to control preview editors (#5554) 2016-06-13 18:10:36 +02:00
Joao Moreno 206d342408 use more compact git ipc status messages 2016-06-13 18:07:40 +02:00
Daniel Imms 6b75d7a196 Make reportIssueUrl work with URLs containing ?
Part of vscode-distro#48
2016-06-13 09:06:59 -07:00
Benjamin Pasero 298f3d05dd When saving all, save whatever files can be immediately saved, even if some can't be (fixes #7531) 2016-06-13 16:47:29 +02:00
Daniel Imms 2eab8ce505 Update npm shrinkwrap 2016-06-13 07:44:44 -07:00
Daniel Imms cd0d62adf1 Use specific xterm.js version as dependency 2016-06-13 07:43:10 -07:00
Benjamin Pasero 1f112979ac more tabs navigation support 2016-06-13 16:25:59 +02:00
Benjamin Pasero 51e9802304 more tab keybord navigation 2016-06-13 16:20:14 +02:00
isidor 32d68560c7 On first launch.json creation open debug viewlet
fixes #7291
2016-06-13 16:12:08 +02:00
Benjamin Pasero c21cb36c5a DND: allow to copy a tab to a new group instead of moving 2016-06-13 16:07:32 +02:00
isidor 62faf65558 debug: workaround for php no longer need ed
#6400
2016-06-13 15:50:01 +02:00
Benjamin Pasero 4dcdbc27e1 Merge pull request #7534 from Microsoft/ben/7182
explore #7182
2016-06-13 15:47:31 +02:00
Benjamin Pasero bf8071e7a5 Merge branch 'master' into ben/7182 2016-06-13 15:46:46 +02:00
Isidor Nikolic 2992b5d8b7 Merge pull request #7371 from edumunoz/edumunoz/fix-null-runtocursor
Fixes #7369: report RunToCursorAction as not supported when session not stopped
2016-06-13 15:42:51 +02:00
Benjamin Pasero bc9686b4cf add a setting to enable showing tabs 2016-06-13 15:37:25 +02:00
Joao Moreno aea26ce9e0 react to allowHugeRepositories
related to #6026
2016-06-13 13:05:53 +02:00
Joao Moreno 8bf858fa7b wrap all GitService.status calls in a throttler
related to #7606
2016-06-13 13:05:53 +02:00
Joao Moreno c006f41e4b do not call statusCount after huge repo
related to #7606
2016-06-13 13:05:53 +02:00
Sandeep Somavarapu 9a7ccb5161 #6679 Accessibility 2016-06-13 12:55:58 +02:00
Benjamin Pasero cf6035ad5e keyboard accessibility 2016-06-13 12:20:40 +02:00
Benjamin Pasero 317df5a6af custom scrollbar for tab container 2016-06-13 11:48:31 +02:00
Martin Aeschlimann 5dfa0e0350 Add LanguageService as facade 2016-06-13 11:30:19 +02:00
Martin Aeschlimann 3c1503a29c [CSS] User-Snippets are not listed by writing single line: fixes #7544 2016-06-13 11:30:19 +02:00
Martin Aeschlimann 2b247ccbfd [css] move to extension 2016-06-13 11:30:19 +02:00
Martin Aeschlimann 966cb81e0a [json] name & test polishes 2016-06-13 11:30:19 +02:00
Joao Moreno 37aaef5304 fix NPE
fixes #7597
2016-06-13 11:19:39 +02:00
Benjamin Pasero a9f9451165 fix missing layout call in update() 2016-06-13 10:45:41 +02:00
Johannes Rieken da0b1de5e7 assert that there is a configuration 2016-06-13 10:43:35 +02:00
Sandeep Somavarapu 259a8ab545 #6679 telemetry logging 2016-06-13 10:33:50 +02:00
Benjamin Pasero 137f5f75ae better tabs DND 2016-06-13 10:16:08 +02:00
Joao Moreno 04c58d9982 use relevance sorting from marketplace
fixes #7553
fixes #7327
fixes #7105
2016-06-13 10:04:37 +02:00
Benjamin Pasero bf48431b00 keep updates to minimum 2016-06-13 10:02:45 +02:00
Benjamin Pasero fbd26d9b99 less work for non structural changes 2016-06-13 09:53:05 +02:00
Benjamin Pasero 9ff8dc4920 more dnd feedback 2016-06-13 07:27:12 +02:00