Johannes Rieken
51b0bf3c78
support findFiles
2017-10-10 12:20:38 +02:00
Sandeep Somavarapu
38f2f142b0
Remove unnecessary generics in configuration area
2017-10-06 11:48:02 +02:00
Johannes Rieken
a5824e6daa
better names, better jsdoc, fixes #35141
2017-09-27 14:46:57 +02:00
Johannes Rieken
22336f0530
fix #35053 , fix #35051
2017-09-27 10:27:11 +02:00
Johannes Rieken
a7ad71be3b
remote - refine utimes
2017-09-22 16:02:51 +02:00
Benjamin Pasero
3e9fa59616
Introduce GlobPattern and adopt in DocumentFilter/FileWatcher/FileSearch ( #34695 )
...
* introduce IRelativePattern and use in extension API
* 💄
* docs
* introduce RelativePattern
* support RelativePattern also for file watcher
* also make findFiles support RelativePattern
* less type conversion
* add GlobPattern type and remove readonly
* make base a string
* fix setter access to RelativePattern
* fix npe when exclude is undefined
* fix findFiles: pattern seems to be matched against workspace always
* 💄
* clarify glob pattern matching
2017-09-22 13:52:23 +02:00
Johannes Rieken
40dd269a72
allow to define byte-offset and byte-count when reading from a provider
2017-09-21 17:38:15 +02:00
Johannes Rieken
ea4ee63ed1
operations that create a file/folder should return a stat-object because we want it anyways
2017-09-21 16:23:26 +02:00
Johannes Rieken
4855cf0643
add id to FileStat and remove resource, make readdir return tuples, sketch up error codes, add todos on the API
2017-09-21 16:23:25 +02:00
Johannes Rieken
c7630e1858
add filters, #13807
2017-09-21 10:55:38 +02:00
Matt Bierner
377eabe614
Add optional CompletionContext to provideCompletionItems
...
Fixes #752
Adds a new overload of `provideCompletionItems` that takes a context argument. This context is currently used to provide the trigger character of the suggestion
2017-09-20 19:21:45 -07:00
rebornix
084849c2fa
provideColorPresentations should have document in paramaters.
2017-09-20 13:44:57 -07:00
Sandeep Somavarapu
5fa7f9682a
Move toResource method to IWorkspaceFolder
2017-09-20 15:11:19 +02:00
Sandeep Somavarapu
04139fac35
Rename to IWorkspaceFolder
2017-09-20 15:10:27 +02:00
isidor
93867e4ef2
merge master
2017-09-20 10:08:51 +02:00
Joao Moreno
7a9f035053
Merge branch 'scm-viewlet'
2017-09-19 17:34:58 +02:00
Johannes Rieken
e1d38a3c52
Merge branch 'master' into joh/ftp
2017-09-19 15:40:08 +02:00
isidor
351b05d6e1
debug api: use uri not workspace folder between extension host and renderer
2017-09-19 12:38:52 +02:00
isidor
2370592e81
debug: use WorkspaceFolder
2017-09-19 12:03:32 +02:00
rebornix
d069e922ef
Re #34366 . Extensions define color formats.
2017-09-19 00:03:58 -07:00
Alex Dima
02ee356269
Have workspace.applyEdit correctly account for model version changes and reply with false if a model was loaded and changed in the meantime
2017-09-18 16:56:03 +02:00
Johannes Rieken
19c992bae8
move ftp provider into an extensions, expose things as proposed api
2017-09-18 16:15:38 +02:00
Joao Moreno
a29640931a
Merge branch 'splitview' into scm-viewlet
2017-09-18 11:32:04 +02:00
Sandeep Somavarapu
80e2c7a338
Introduce WorkspaceFolder model that wraps information about a workspace folder.
...
Use WorkspaceFolder instead of URIs in IWorkspaceContextService
2017-09-18 08:52:12 +02:00
Sandeep Somavarapu
2153617a7c
Rename roots to folders
2017-09-14 10:26:39 +02:00
Joao Moreno
1b314f3ef4
scm: rootUri api
2017-09-13 12:09:54 +02:00
rebornix
3753e0e1d2
Align signatures with other providers.
2017-09-08 14:11:44 -07:00
rebornix
3479d81d77
Fix #32235 . Functional style formatter. Color range is all float number and remove fromHex, fromHSL methods.
2017-09-08 11:36:39 -07:00
Johannes Rieken
ed50fa2105
don't register resolve method when there is none, #4352
2017-09-08 10:40:01 +02:00
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
Benjamin Pasero
b64aa9b199
move parts/views into workbench core land ( fixes #29921 )
2017-09-06 18:40:20 +02:00
Joao
51c42516aa
scm: don't send resource states commands back and forward
2017-09-06 17:11:39 +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
bef497ff82
avoid more implicit any and some 💄
2017-09-04 11:20:09 +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
Johannes Rieken
82a7a46379
Merge branch 'master' into joh/searchp
2017-08-28 16:25:28 +02:00
Joao
e64be84261
Merge branch 'master' into api-window-focus
2017-08-28 11:14:36 +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
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
156de5ea5a
have MainThreadTelemetry instead of fake telemetry service
2017-08-23 10:38:02 +02:00
Johannes Rieken
49784f8eb1
expose some of the open-options, #13807
2017-08-22 12:50:31 +02:00
Joao Moreno
a1ec10d76f
scm: remove global input
2017-08-22 11:11:28 +02:00