Commit Graph

337 Commits

Author SHA1 Message Date
Johannes Rieken
c8a8fc7ddd fix #37484 2017-11-02 11:05:03 +01:00
Benjamin Pasero
67ae810e04 api - remove add/removeWorkspaceFolder (for #37301) 2017-11-01 15:04:51 +01:00
Joao Moreno
cadcedc995 npe in scm world
fixes #37221
2017-11-01 12:03:09 +01:00
Benjamin Pasero
80ece09d7f Provide additional workspace API to add/remove workspace folders (for #35407) (#36820)
* Provide additional workspace API to add/remove workspace folders (for #35407)

* add/removeFolders => add/removeFolder

* make add/remove folder return a boolean

* use proper service for workspace editing

* workspac => workspace

* do not log promise canceled messages

* show confirm dialog
2017-10-30 13:49:48 +00:00
Sandeep Somavarapu
a10370cb9f Implement #36623 2017-10-27 12:31:10 +02:00
Johannes Rieken
47e1c93285 deco - use correct/overwrite decorations in scm viewlet because the same URI can have multiple decorations 2017-10-26 17:01:18 +02:00
Johannes Rieken
86cd46a44e deco - allow to derive new decoration from existing decoration, add IDecorationData#source 2017-10-26 17:01:18 +02:00
Johannes Rieken
1df5c0240f manually track workspace symbols for later resolving, #36941 2017-10-26 11:38:50 +02:00
Daniel Imms
e0d8548f56 Merge pull request #30352 from Microsoft/ramyar/terminal-api-env
env support in terminal api
2017-10-24 10:18:17 -07:00
Andre Weinand
af809a59db API: expose debug console; fixes #36753 2017-10-24 13:03:31 +02:00
Daniel Imms
62595dbd39 Merge remote-tracking branch 'origin/master' into ramyar/terminal-api-env 2017-10-23 13:44:43 -07:00
Alex Dima
5f8562294b Merge remote-tracking branch 'origin/master' into alex/interval-tree 2017-10-20 15:20:02 +02:00
Sandeep Somavarapu
fd42d99117 💄 2017-10-18 11:58:50 +02:00
Sandeep Somavarapu
993043440d Send workspace configuration change event data to extension host 2017-10-18 10:53:24 +02:00
Johannes Rieken
71d332b464 deco - remove opacity, use colors only, remove provider label from proposed api 2017-10-18 10:36:47 +02:00
Sandeep Somavarapu
b65cb01b3d Send the configuration change event data to Extension host 2017-10-18 08:39:48 +02:00
Johannes Rieken
41f0ff15d7 deco - move scm decorations to git extension 2017-10-17 12:49:56 +02:00
Johannes Rieken
572c7ba2b4 deco - expose decorations as proposed api 2017-10-17 11:15:56 +02:00
Sandeep Somavarapu
b5774640f1 Use IConfigurationService.updateValue instead of IConfigurationEditingService 2017-10-16 23:01:02 +02:00
Alex Dima
324650128e Add fast path for vscode.TextEditor.setDecorations 2017-10-16 22:48:45 +02:00
Sandeep Somavarapu
87aef92aaf Merges 2017-10-16 11:39:28 +02:00
isidor
55643dd7e3 debug: make createProcess private and remove startDebugSession from exHostDebugService
fixes #36132
2017-10-13 11:06:51 +02:00
Ramya Achutha Rao
8a67041ed9 Pass env via extension api when creating terminal 2017-10-12 11:54:16 -07:00
Johannes Rieken
5c109769f0 use ColorIdentifier instead of Color, define some git colors for untracked, modifed, and ignored 2017-10-10 17:08:53 +02:00
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