Benjamin Pasero
71cdb6afbc
promote showWorkspaceFolderPick to stable API
2017-10-11 12:22:12 +02:00
Joao Moreno
4cfb248733
fixes #36010
2017-10-11 09:30:20 +02:00
Christof Marti
35b91522e7
Check search.useRipgrep for file searches ( #34999 )
2017-10-03 11:56:25 -07:00
Johannes Rieken
229093ec9e
debt - remove unused 'usesCommandLink' telemetry
2017-10-02 14:40:03 +02:00
Johannes Rieken
8414d5c03e
debt - use SearchTree over Trie'ish
2017-10-02 14:31:34 +02:00
kieferrm
08d8f0f9f6
indentation changes
2017-09-25 18:36:43 -07:00
kieferrm
fbb3e25987
omit endPoint where it defaults to none
2017-09-25 18:36:43 -07:00
kieferrm
a65363876a
more GDPR classification
2017-09-25 18:36:43 -07:00
Benjamin Pasero
8ec0c6012a
better fix for #34796
2017-09-25 09:21:29 +02:00
Matt Bierner
982277d9d1
Really fix test on options
2017-09-22 15:53:03 -07:00
Matt Bierner
6069a52022
Fix failing tests
2017-09-22 15:14:01 -07: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
Benjamin Pasero
bdefc09eb0
showWorkspaceFolderPick not enforced as proposed api ( fixes #34819 )
2017-09-22 11:33:46 +02:00
Benjamin Pasero
07eaf2ac53
workspace.openTextDocument works incorectly when passing { content?: string; } as argument ( fix #34796 )
2017-09-22 11:29:53 +02:00
Johannes Rieken
9dce4655b1
move open/save api into stable api, #13807
2017-09-22 11:21:00 +02:00
Johannes Rieken
9cfb745faa
log api usage for getWorkspaceFolder
2017-09-22 10:42:06 +02:00
Johannes Rieken
a1f78c66a9
Merge pull request #34055 from mjbvz/fix-752
...
Add optional CompletionContext to provideCompletionItems
2017-09-21 10:27:40 +02:00
Johannes Rieken
447fea8845
debt - make vscode.Uri compatibile with URI, declare private ctor
2017-09-21 10:10:19 +02:00
Matt Bierner
2f34618b87
Adding completion item kind enum
2017-09-20 19:21:45 -07:00
Johannes Rieken
55490528e7
have TrieMap and StringTrieMap for more flex
2017-09-20 16:54:11 +02:00
Johannes Rieken
ccc5f969c8
Merge pull request #34229 from Microsoft/joh/ftp
...
ftp file system provider
2017-09-20 15:07:23 +02:00
Benjamin Pasero
492ae2a023
Workspace folder picker command (for #32936 ) ( #34648 )
...
* Workspace folder picker command (for #32936 )
* fix test
* make this proper API
2017-09-20 15:06:30 +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
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
Dirk Baeumer
cc5cc9a2d6
Adopt task multi folder API
2017-09-15 11:04:31 +02:00
Joao Moreno
1b314f3ef4
scm: rootUri api
2017-09-13 12:09:54 +02: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
cd4c1b3a09
Also support MarkdownString in signature help, #11877
2017-09-08 12:58:31 +02:00
Johannes Rieken
a731263d95
also add showSaveDialog-api, #13807
2017-09-07 17:32:47 +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
Joao
e64be84261
Merge branch 'master' into api-window-focus
2017-08-28 11:14:36 +02: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
Joao
2624eff8fe
Merge branch 'master' into scm-multiroot
2017-08-25 11:36: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
Johannes Rieken
49784f8eb1
expose some of the open-options, #13807
2017-08-22 12:50:31 +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
Benjamin Pasero
a87dd9c7ad
fix imports to single quote
2017-08-21 11:27:57 +02:00