admosity
|
109dcd91f2
|
Fix typo in inspectKeybindings.ts (#25262)
|
2017-04-25 15:04:04 -07:00 |
|
Christof Marti
|
d2e95a4501
|
Color of buttons on welcome page (fixes #19454)
|
2017-04-25 14:51:19 -07:00 |
|
Sandeep Somavarapu
|
7c13b3cda6
|
Introduce resource context actions
|
2017-04-25 23:08:15 +02:00 |
|
Martin Aeschlimann
|
c314711026
|
[theme] don't cache default values as they are invalidated by color customization changes
|
2017-04-25 22:22:30 +02:00 |
|
Matt Bierner
|
483bd48332
|
Continue fixing TS 2.3.1 Compiler Errors in VSCode Codebase (#25315)
From: https://github.com/Microsoft/TypeScript/issues/15352
TS 2.3.1 introduced a breaking change by [switching to covariant types for callbacks](https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes#covariance-in-callback-parameters). This change tries to fix these compiler errors in the workbench codebase
|
2017-04-25 12:52:41 -07:00 |
|
Daniel Imms
|
60adf9adc7
|
Show terminal on run active file
Related #25311
|
2017-04-25 12:04:11 -07:00 |
|
Daniel Imms
|
57a9937544
|
Show terminal on run selected text command
Fixes #25311
|
2017-04-25 12:01:08 -07:00 |
|
Daniel Imms
|
46ef5e0a3e
|
Fix horizontal scrolling when shift is held (#25320)
* Fix horizontal scrolling when shift is held
Fixes #24710
* Improve comment
|
2017-04-25 20:21:04 +02:00 |
|
Benjamin Pasero
|
3bbf01fef2
|
theme - let focused/selected items in tree/list win over :hover style
|
2017-04-25 20:19:23 +02:00 |
|
Benjamin Pasero
|
9d066ffbf7
|
theming - buttons
|
2017-04-25 20:10:07 +02:00 |
|
Matt Bierner
|
d50d197d5d
|
Fix merge InternalTreeExplorerNode -> InternalTreeNode
|
2017-04-25 11:03:23 -07:00 |
|
Ramya Achutha Rao
|
e312928cce
|
Rename setting for expanded abbr in suggestions
|
2017-04-25 10:17:24 -07:00 |
|
Benjamin Pasero
|
6220d04b97
|
fix #25268
|
2017-04-25 18:47:16 +02:00 |
|
Alex Dima
|
5d68c85368
|
Move more core commands out of cursor.ts
|
2017-04-25 18:42:07 +02:00 |
|
Alex Dima
|
6ef00179a3
|
More more core commands out
|
2017-04-25 18:42:07 +02:00 |
|
Alex Dima
|
2f76f54054
|
Move more core commands out
|
2017-04-25 18:42:07 +02:00 |
|
Alex Dima
|
0840d28d7d
|
Begin moving cursor core ops out
|
2017-04-25 18:42:06 +02:00 |
|
Sandeep Somavarapu
|
0c229e9270
|
Fix #24590
|
2017-04-25 18:02:01 +02:00 |
|
isidor
|
27a7086c57
|
fixes #24263
|
2017-04-25 17:56:22 +02:00 |
|
Dirk Baeumer
|
e927daffae
|
Fixes #4358: Output Window is removing new lines
|
2017-04-25 17:42:07 +02:00 |
|
Johannes Rieken
|
779e7af1ae
|
update doc string
|
2017-04-25 17:29:59 +02:00 |
|
Johannes Rieken
|
936104d88a
|
rename TextDocumentShowOptions#column to TextDocumentShowOptions#viewColumn
|
2017-04-25 17:28:32 +02:00 |
|
Johannes Rieken
|
9f01642853
|
align vscode.diff options with API
|
2017-04-25 17:26:12 +02:00 |
|
Matt Bierner
|
6147b54439
|
Fix TS 2.3.1 Compiler Errors in VSCode src/workbench (#25249)
TS 2.3.1 introduced a breaking change by [switching to covariant types for callbacks](https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes#covariance-in-callback-parameters). This change tries to fix these compiler errors in the workbench codebase
|
2017-04-25 08:20:25 -07:00 |
|
Martin Aeschlimann
|
2868ee6ef8
|
[themes] fix custom color updating
|
2017-04-25 17:18:42 +02:00 |
|
Benjamin Pasero
|
be3e2a6d25
|
commands - shortest match wins
|
2017-04-25 17:17:13 +02:00 |
|
Benjamin Pasero
|
4786bc4c50
|
theming - add sideBarSectionHeaderBackground for split views
|
2017-04-25 17:14:22 +02:00 |
|
Johannes Rieken
|
7ecebacbf0
|
Merge pull request #23641 from eamodio/feature-show-editor-options
Adds editor options overloads to showTextDocument & vscode.diff
|
2017-04-25 16:57:37 +02:00 |
|
Benjamin Pasero
|
03c9bfb738
|
fix #25300
|
2017-04-25 16:42:38 +02:00 |
|
Martin Aeschlimann
|
07d8b6a6b5
|
[theme] deprecate 'workbench.experimental.colorCustomizations'
|
2017-04-25 16:41:14 +02:00 |
|
Benjamin Pasero
|
b2c5fcc097
|
fix #25279
|
2017-04-25 16:40:18 +02:00 |
|
Benjamin Pasero
|
f0458cf724
|
theme - adopt severity colors from base
|
2017-04-25 16:35:47 +02:00 |
|
Sandeep Somavarapu
|
250393bdda
|
Fix #23740
|
2017-04-25 16:35:25 +02:00 |
|
Benjamin Pasero
|
21628a3ef4
|
theming - info/warning/error for input box
|
2017-04-25 16:28:09 +02:00 |
|
Eric Amodio
|
c5de5b2df3
|
Fixes fallthrough with no options
|
2017-04-25 10:23:16 -04:00 |
|
Eric Amodio
|
f3963ece95
|
Fixes formatting issue
|
2017-04-25 10:13:02 -04:00 |
|
Sandeep Somavarapu
|
c31cdf0671
|
Fix #24060
|
2017-04-25 15:58:11 +02:00 |
|
Martin Aeschlimann
|
c725d0706a
|
[themes] revert uiTheme-> type change
|
2017-04-25 15:37:35 +02:00 |
|
Eric Amodio
|
ca163e0de1
|
Changes ShowTextDocumentOptions to TextDocumentShowOptions
Changes pinned property to preview
Adds ITextDocumentShowOptions as main-side DTO
|
2017-04-25 09:33:26 -04:00 |
|
Sandeep Somavarapu
|
5e31e04cf0
|
Update tree explorer extension point to tree views
|
2017-04-25 15:31:42 +02:00 |
|
Sandeep Somavarapu
|
4b9c36d8ea
|
Fix tree explorer service
|
2017-04-25 15:31:42 +02:00 |
|
Benjamin Pasero
|
84e66bd3f2
|
theming - use widgetShadow in more places
|
2017-04-25 15:04:54 +02:00 |
|
Eric Amodio
|
d44fa8feb1
|
Adds ShowTextDocumentOptions interface
Moves column into the options
Removes overloads from the proxy
|
2017-04-25 08:51:10 -04:00 |
|
Eric Amodio
|
f47a862c1c
|
Adds editor options overload to vscode.diff
|
2017-04-25 08:45:47 -04:00 |
|
Eric Amodio
|
b5340dbec3
|
Adds editor options overload to showTextDocument
|
2017-04-25 08:45:47 -04:00 |
|
Dirk Baeumer
|
e9269c39de
|
Fixes #25118: Shortcut Stopped Working After Last Update
|
2017-04-25 13:04:33 +02:00 |
|
Benjamin Pasero
|
cd5001baa9
|
theming - scrollbar colors
|
2017-04-25 12:45:28 +02:00 |
|
Johannes Rieken
|
77dd29d999
|
add deprecation warning, #18066
|
2017-04-25 12:38:43 +02:00 |
|
Johannes Rieken
|
0658244f23
|
show extension name in tooltip, #18066
|
2017-04-25 12:38:43 +02:00 |
|
Johannes Rieken
|
2d64239944
|
rename ProgressLocation.Scm to ProgressLocation.SourceControl, #18066
|
2017-04-25 12:38:42 +02:00 |
|