Commit Graph

1636 Commits

Author SHA1 Message Date
Johannes Rieken
a731263d95 also add showSaveDialog-api, #13807 2017-09-07 17:32:47 +02:00
Johannes Rieken
353526170b use suggest lifecycle instead of automagic heap tracking, #18682 2017-09-07 12:09:20 +02:00
Joao
7d33a80a84 scm: move method down 2017-09-07 09:34:48 +02:00
Benjamin Pasero
b64aa9b199 move parts/views into workbench core land (fixes #29921) 2017-09-06 18:40:20 +02:00
Joao
b8d34c3edd scm: use arrays.sortedDiff instead of LcsDiff 2017-09-06 17:11:39 +02:00
Joao
51c42516aa scm: don't send resource states commands back and forward 2017-09-06 17:11:39 +02:00
Joao
41ec98361c scm: better comparators 2017-09-06 17:11:38 +02:00
Joao
2855c1cac3 scm: don't send events if nothing has changed 2017-09-06 17:11:38 +02:00
Joao
b37a12e6a4 scm wip: move sort down to ext host, move splice up to viewlet 2017-09-06 17:11:38 +02:00
Joao
48b58bdf62 scm: use diff algorithm for ext host communication 2017-09-06 17:11:38 +02:00
Joao
bff300a730 scm: bulk resources update
related to #32629
2017-09-06 17:11:37 +02:00
Benjamin Pasero
2a936541cb Can no longer open image files from the git viewlet (fixes #33739) 2017-09-05 18:18:49 +02:00
Johannes Rieken
c00bdb74ee Merge pull request #33682 from Microsoft/joh/lightbulb
show lightbulb inline
2017-09-04 15:56:05 +02:00
Johannes Rieken
4e3ed60858 only select diagnostics that are contained by the code action range 2017-09-04 14:31:52 +02:00
Johannes Rieken
29e0c87679 remove unused param 2017-09-04 14:30:13 +02:00
Benjamin Pasero
bef497ff82 avoid more implicit any and some 💄 2017-09-04 11:20:09 +02:00
Andre Weinand
f5614842a2 promote proposed debug api 2017-09-03 00:54:26 +02:00
Johannes Rieken
95d150db14 add vscode.env.appRoot 2017-09-01 11:09:41 +02:00
Hui Zhou
e17a5f49c0 Set placeholder text in SourceControlInputBox 2017-08-30 23:23:03 -07:00
Joao
66aacccf79 fixes #33389 2017-08-30 11:49:25 +02:00
Johannes Rieken
39ea914be6 fix #33486 2017-08-30 09:41:13 +02:00
Johannes Rieken
82a7a46379 Merge branch 'master' into joh/searchp 2017-08-28 16:25:28 +02:00
Joao
5bd01c925d Merge remote-tracking branch 'origin/master' 2017-08-28 11:46:03 +02:00
Dirk Baeumer
e9cf1bb861 Fixes #29564: Customize tasks action in quick open should be shown for all tasks 2017-08-28 11:29:17 +02:00
Joao
e64be84261 Merge branch 'master' into api-window-focus 2017-08-28 11:14:36 +02:00
Johannes Rieken
132a0e134c Merge pull request #33064 from paldepind/master
Include command id in error message
2017-08-28 09:20:41 +02:00
rebornix
879373d9e1 Remove onDidChagne events. Deprecate [lan].colorDecorators.enable and
use editor.colorDecorators for all.
2017-08-25 16:10:16 -07:00
rebornix
9937bcf6ec Color Decorator sits together with Color Picker. 2017-08-25 16:10:16 -07:00
rebornix
f52299aee0 Add a new option to control whether to render inline color box or not. 2017-08-25 16:10:16 -07:00
João Moreno
6b1c9cd61d Merge pull request #31325 from joaomoreno/scm-multiroot
SCM: Support multiple repositories
2017-08-25 16:00:20 +02:00
Johannes Rieken
52ac8ab367 Add MarkdownString to Hover and Decorations API, #29076 2017-08-25 11:48:19 +02:00
Alex Dima
27c07934d7 Have a startup flag in the extensions activation times 2017-08-25 11:42:53 +02:00
Alex Dima
227c103348 Record extensions activation times and show them in the ShowStartupPerformance action 2017-08-25 11:42:52 +02:00
Joao
2624eff8fe Merge branch 'master' into scm-multiroot 2017-08-25 11:36:39 +02:00
Johannes Rieken
fb83608ebc MarkdownString#enableCommand -> trusted, #29076 2017-08-24 16:38:57 +02:00
Simon Friis Vindum
e70616c810 Include command id in error message 2017-08-24 10:42:12 +02:00
Johannes Rieken
9de86a1b4f fix #33047 2017-08-24 10:00:37 +02:00
Johannes Rieken
9791d58701 replace MarkedString with object-type IMarkdownString, #29076 2017-08-23 15:53:39 +02:00
Johannes Rieken
0417a75e4f know decorations using command links v2, #29076 2017-08-23 12:23:39 +02:00
Johannes Rieken
eb4e09ba69 Revert "know decorations using command links, #29076"
This reverts commit 94c4b25a47.
2017-08-23 11:54:45 +02:00
Johannes Rieken
94c4b25a47 know decorations using command links, #29076 2017-08-23 11:50:58 +02:00
Johannes Rieken
001cff3e78 know hover providers using command links, #29076 2017-08-23 11:50:46 +02:00
Johannes Rieken
156de5ea5a have MainThreadTelemetry instead of fake telemetry service 2017-08-23 10:38:02 +02:00
Sandeep Somavarapu
feded35e7a Fix #32949 2017-08-23 09:00:05 +02:00
Johannes Rieken
49784f8eb1 expose some of the open-options, #13807 2017-08-22 12:50:31 +02:00
Johannes Rieken
beb033f98b make internal variant of MarkedString be a string, #29076 2017-08-22 12:01:09 +02:00
Joao Moreno
a1ec10d76f scm: remove global input 2017-08-22 11:11:28 +02:00
Joao Moreno
32f721f81a scm: deprecate scm.inputBox 2017-08-22 10:44:55 +02:00
Johannes Rieken
c98952880c show extension name with id, show title also on severity-label, #21302 2017-08-21 15:23:46 +02:00
Joao Moreno
a7f0bf40ca Merge branch 'master' into scm-multiroot 2017-08-21 12:09:10 +02:00