Commit Graph

21205 Commits

Author SHA1 Message Date
Martin Aeschlimann
0f1a96ace4 Need help with several theme color props: #40419 2017-12-18 17:59:22 +01:00
Daniel Imms
16bee5520d Add custom placeholder for new terminal command
Fixes #37858
2017-12-18 08:32:40 -08:00
Daniel Imms
703704b3fc Add workbench.action.terminal.newInActiveWorkspace command
Part of #37858
2017-12-18 08:26:51 -08:00
Benjamin Pasero
75e1bc8247 fix build 2017-12-18 16:54:48 +01:00
Alexandru Dima
4786527cdf Merge pull request #40388 from keringar/master
Update editor.lineNumbers description
2017-12-18 15:39:03 +01:00
Daniel Imms
5b61c843f9 Merge pull request #40370 from timbanaveen/34193-fixes-line-column-terminal-tests
Fixes tests for line/column in terminal
2017-12-18 06:27:53 -08:00
Christopher Leidigh
9a5b6ebc08 Selectbox theme additions Fixes #25965, #35246, #25700, #21193 (#37533)
* SelectBox drop-down-contextv-list WIP 1

* Merge 2

* Selectbox Themed drop-down

* Added ARIA labels, color cleanup

* Restored Space and Enter select activation

* Fix list colors, CSS, Scrollbar, hover before separation

* SelectBox separation, clean 1

* SelectBox separation cleanup 2

* SelectBox fix var, superfluous listener

* some final polish

* actually import the CSS
2017-12-18 15:26:27 +01:00
Benjamin Pasero
894dcea691 Require to use "-" when reading from stdin (#40424)
* Require to use "-" when reading from stdin

* cli - better help message

* more narrow error handling

* better data listener
2017-12-18 14:56:06 +01:00
Joao Moreno
2d5dde9933 fixes #40411 2017-12-18 14:32:19 +01:00
Benjamin Pasero
bcc46316b4 files - add a method to read content from a position 2017-12-18 12:37:57 +01:00
Alex Dima
07ac57204a Adopt new TestRPCProtocol; renames 2017-12-18 12:23:48 +01:00
Alex Dima
ec444e4874 Fix tests 2017-12-18 12:11:50 +01:00
Benjamin Pasero
39df58304b config resolver: use slash for relativeFile as before (for #40256) 2017-12-18 11:25:02 +01:00
Martin Aeschlimann
85831ea2b2 null check for 'workbench.colorCustomizations' (for #40329) 2017-12-18 11:01:00 +01:00
Alex Dima
3cb1594fbb Fixes #40426 2017-12-18 10:44:21 +01:00
Alex Dima
18e6258df8 Fixes #8808: Better range for mouse position over text 2017-12-18 10:26:56 +01:00
Benjamin Pasero
03262df544 fix #40333 2017-12-18 08:01:58 +01:00
Benjamin Pasero
9812d210d6 array coalesce tests 2017-12-18 08:01:58 +01:00
Benjamin Pasero
497229f0e7 admin - do not show warning on windows for now 2017-12-18 08:01:58 +01:00
Rob Lourens
e7dfec7767 Fix #39609 - search viewlet should use global search buffer 2017-12-17 21:10:03 -08:00
keringar
9fe1a517b2 Update editor.lineNumbers description 2017-12-17 10:59:31 -08:00
Naveen Kumar
7675229c4c Fixes tests for line/column in terminal
Fixes #34193
2017-12-17 13:28:03 +05:30
Ramya Achutha Rao
5bd5e07cd5 Use empty object when tokenColorCustomizations setting is null Fixes #40339 2017-12-16 19:35:11 -08:00
Rob Lourens
6c8f9d8a8c Fix #40046 2017-12-16 19:09:13 -08:00
Rob Lourens
64fec2b40b Fix #39841 - Fix searching settings contributed by builtin extensions,
remove duplicated code
2017-12-15 11:30:08 -08:00
Rob Lourens
aa6e38762d Fix #40275 - check enableProposedApi flag for logger API 2017-12-15 11:01:31 -08:00
Daniel Imms
851d231fe9 Add git debug step commands to skip terminal by default
Fixes #38023
2017-12-15 09:49:32 -08:00
Daniel Imms
3560676d3c Merge pull request #38132 from cleidigh/terminal-api-cwd/add
Add cwd to createTerminal via TerminalOptions for extension API  Addresses: #37709
2017-12-15 09:44:26 -08:00
Daniel Imms
82f73a4957 Update mainThreadTerminalService.ts 2017-12-15 09:44:16 -08:00
Johannes Rieken
3bac9bd027 fix #40307 2017-12-15 17:11:07 +01:00
Alexandru Dima
34aafba6b7 Merge pull request #39701 from jacobdufault/add-font-weight-style
Allow decorators to change font-weight and font-style.
2017-12-15 07:32:32 -08:00
Joao Moreno
195c346f06 💄 2017-12-15 16:18:05 +01:00
Joao Moreno
938dc015d2 💄 2017-12-15 16:12:15 +01:00
Joao Moreno
2be2eac637 Merge branch 'show_scm_providers' of https://github.com/shivammittal99/vscode into shivammittal99-show_scm_providers 2017-12-15 16:07:04 +01:00
Joao Moreno
f6ee190cf7 fixes #36885 2017-12-15 15:39:01 +01:00
Martin Aeschlimann
f871695b39 [file icon] file icons for JSONC files. Fixes #40244 2017-12-15 15:32:02 +01:00
Johannes Rieken
05c9c533f6 MainThreadLanguageFeaturesShape, #40169 2017-12-15 14:21:00 +01:00
Johannes Rieken
96ac39f68f debt - less TPromise<any> in extHost.protocol 2017-12-15 12:10:23 +01:00
Johannes Rieken
cd4b141302 debt - less TPromise<any> in extHost.protocol 2017-12-15 12:10:23 +01:00
isidor
8b35e5037d debug: restart debugging should not reuse session id
fixes #39371
2017-12-15 11:36:31 +01:00
Sandeep Somavarapu
20b3ee42d8 Fix #40281 2017-12-15 11:36:06 +01:00
Johannes Rieken
966100d9fa Only accept WorkspaceEdit, #34664 2017-12-15 11:25:29 +01:00
Sandeep Somavarapu
eb1f87c452 #40169 Remove reference to custom marshaller 2017-12-15 11:15:30 +01:00
Alex Dima
78d927d647 Don't use custom marshaller for ext host init data (#40169) 2017-12-15 11:09:34 +01:00
Joao Moreno
f046bda260 remove custom marshaller
related to #40169
2017-12-15 11:08:36 +01:00
Dirk Baeumer
4a7ec03c31 Log stdout if JSON.parse fails 2017-12-15 10:42:08 +01:00
Dirk Baeumer
fa61ea9c06 Fixes #40228: code --status doesn't work if your shell is PowerShell 2017-12-15 10:38:52 +01:00
Johannes Rieken
4e5de4b71b debounce and queue decoration request, fixes #40210 2017-12-15 10:33:22 +01:00
Johannes Rieken
6cb8c4c715 Revert "only listen after getting data once, #40210"
This reverts commit 20adb31b67.
2017-12-15 10:33:22 +01:00
Sandeep Somavarapu
059b634d51 Fix warning 2017-12-15 09:53:43 +01:00