Benjamin Pasero
2fabfbda95
Window freezes when opening multiple dialogs ( fixes #39527 )
2017-12-04 07:55:07 +01:00
Sandeep Somavarapu
9eb01697d3
Fix #34789
2017-12-02 12:19:49 +01:00
Sandeep Somavarapu
59b091af5b
Refresh only top level elements
2017-12-02 12:19:48 +01:00
Andre Weinand
f07f5d3873
add first cut of proposed breakpoints API; fixes #23188
2017-12-02 00:24:59 +01:00
Johannes Rieken
c05d89ebb1
print extension errors to console
2017-12-01 10:57:59 +01:00
Johannes Rieken
a47be8c8c1
enable proposed api usage via product.json
2017-12-01 10:35:58 +01:00
Sandeep Somavarapu
cb926d58e4
Tree views: Use paths as ids
2017-12-01 02:11:53 +01:00
Alex Dima
4178699625
Merge remote-tracking branch 'origin/master' into runtime-extensions
2017-11-30 16:13:53 +01:00
Alex Dima
e05a406722
Only warn once about workspace.rootPath
2017-11-30 10:08:14 +01:00
Joao Moreno
4e78a42abf
log ext host commands, ext hsot scm
2017-11-29 15:38:01 +01:00
Johannes Rieken
159f0ea25e
add runtimeErrors to extension status
2017-11-29 14:42:33 +01:00
Alex Dima
e0f7df5cfa
Render messages
2017-11-28 17:53:18 +01:00
Alex Dima
6b8c85d916
Render activation cause on hover
2017-11-28 17:19:49 +01:00
Alex Dima
93469a7941
Have an activation reason
2017-11-28 17:05:35 +01:00
Benjamin Pasero
6ba17b2e50
findFiles broken in Insiders? ( fixes #39158 )
2017-11-27 11:41:43 +01:00
Johannes Rieken
5f51de4851
Let the internal API only talk CodeAction, #34664
2017-11-24 10:51:27 +01:00
Johannes Rieken
060a549a02
debt - remove named saveparticipant
2017-11-24 09:43:36 +01:00
Johannes Rieken
56992696b1
debt - remove unused telemetry
2017-11-23 18:09:01 +01:00
Johannes Rieken
9ca78d114f
clean save participant telemetry
2017-11-22 08:56:41 +01:00
Andre Weinand
0688b0543e
rename console to activeDebugConsole; fixes #37279
2017-11-21 18:13:22 +01:00
Benjamin Pasero
a8769e7835
debt - change glob to not require paths.relative anymore
2017-11-21 15:58:31 +01:00
Joao Moreno
9b829cde19
fixes #38796
2017-11-21 15:15:41 +01:00
Johannes Rieken
d7b5caa12c
fix #38818
2017-11-21 12:09:00 +01:00
Benjamin Pasero
66f4c0ea61
remove getId() (for #38414 )
2017-11-21 08:09:07 +01:00
Matt Bierner
d8e926be97
Mark most private static constants as private static readonly
2017-11-20 15:18:52 -08:00
Matt Bierner
6663fcdebb
Mark public static fields readonly
2017-11-20 15:10:14 -08:00
Joao Moreno
38f6957087
scm viewlet: delta changes
...
related to #37819
2017-11-20 21:34:50 +01:00
Joao Moreno
d83b859bba
introduce ISequence
2017-11-20 21:34:50 +01:00
Joao Moreno
cbb12ecce3
use ISplice in scm
2017-11-20 21:34:50 +01:00
Joao Moreno
385697869a
sequence module
2017-11-20 21:34:50 +01:00
Joao Moreno
9752f3c93c
fix missing scm resources
...
fixes #35724
2017-11-17 16:30:37 +01:00
Johannes Rieken
ade608336c
bloat - remove unused code
2017-11-17 14:58:57 +01:00
Johannes Rieken
e5c5a35e3a
fix error when a symbol provider doesn't return a result
2017-11-16 15:03:36 +01:00
Johannes Rieken
c7c988c5af
fix #38294
2017-11-15 10:29:02 +01:00
Alex Dima
2393d4e3c2
Simplify renderLineNumbers implementation
2017-11-14 16:55:04 +01:00
Benjamin Pasero
8fe778bd57
adopt lifecycle phases for workbench contributions ( fixes #38080 )
2017-11-14 07:38:57 +01:00
Benjamin Pasero
118169f307
Cannot read property '0' of undefined ( fixes #38190 )
2017-11-14 07:29:52 +01:00
Matt Bierner
844a0cdde7
Fix #38184
2017-11-13 16:00:24 -08:00
Johannes Rieken
27e9d4c196
debt - rename clone to deepClone
2017-11-13 17:15:20 +01:00
Sandeep Somavarapu
e59a441f1b
Freeze contents from inspect and keys call
2017-11-13 16:50:33 +01:00
Sandeep Somavarapu
f77e13fb09
Fix #38200
2017-11-13 10:25:10 +01:00
Alex Dima
139a4a237c
Reduce usage of ICommonCodeEditor ( #37834 )
2017-11-10 20:47:29 +01:00
Sandeep Somavarapu
f740abf92e
#37212 Remove unused locals
2017-11-10 13:07:53 +01:00
Sandeep Somavarapu
c2bf8a1ef1
Rename getConfiguraiton to getValue
2017-11-10 12:32:07 +01:00
Alex Dima
e499dc62b5
Reduce usages of ICommonCodeEditor ( #37834 )
2017-11-10 10:08:39 +01:00
Alex Dima
aa14fc5914
Bring ICodeEditorService to /browser/ ( #37834 )
2017-11-09 12:29:14 +01:00
Sandeep Somavarapu
c656d5e1d7
Reduce calling clone
2017-11-09 11:28:00 +01:00
Matt Bierner
be88547c66
Prototyping new CodeAction API ( #36316 )
...
* Add CodeAction Type
Adds skeleton on a new CodeActionType and allows codeActionProvider to return either `Command`s or `CodeAction`s
Move proposed CodeAction API to proposed and try using it in TS
Split CodeAction into quickfix and refactoring classes
Update proposed interface
Update for new API
Adding basic docs
* Support workspace edits and text edits in codeactions
* Remove placeholders
* Resolving conflicts and making PR suggested changes
* Fix quick fix test
* Revert change to only use `CodeAction` instead of `CodeAction | Command` in modes since this will break `vscode.executeCodeActionProvider`
2017-11-08 16:07:34 -08:00
Alex Dima
8a79656f6a
vs/editor/contrib is /browser/ by convention ( #37834 )
2017-11-08 22:54:31 +01:00
Christof Marti
9ad5aeb690
Remove credentials code ( fixes #37822 )
2017-11-08 11:11:13 -08:00