Joao Moreno
7b4bb1ed2b
Merge branch 'commit-counter' of https://github.com/jayjun/vscode into jayjun-commit-counter
2017-12-12 16:57:27 +01:00
Johannes Rieken
7db472bacf
eng - don't use TPromise in dialogs api
2017-12-11 14:46:41 +01:00
Johannes Rieken
5e840a6de2
eng - no TPromise in save participants
2017-12-11 14:34:10 +01:00
Johannes Rieken
9faf001bad
eng - less TPromise in extHostCommands
2017-12-11 14:09:19 +01:00
Tan Jay Jun
c407635fdf
Add warningLength to SourceControlInputBox
2017-12-08 12:53:19 +08:00
Andre Weinand
7c801e972a
make ext API SourceBreakpoint use Location; fixes #39647
2017-12-06 16:14:26 +01:00
Andre Weinand
8e8f4b00bc
fix bogus breakpoint position; fixes #39665
2017-12-06 15:56:22 +01:00
Joao Moreno
83c6d5ab7a
Merge branch 'master' into spdlog
2017-12-04 11:52:11 +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
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
Joao Moreno
f402cb3408
have window id for renderer and exthost processes
2017-11-30 10:29:26 +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
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
cleidigh
adb68e27f4
Add cwd to TerminalOptions for extension API
2017-11-11 16:31:03 -05: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
Christof Marti
9ad5aeb690
Remove credentials code ( fixes #37822 )
2017-11-08 11:11:13 -08:00
Joao Moreno
0a42516de8
Merge branch 'hui/scm-inputbox-placeholder' of https://github.com/huizhougit/vscode into huizhougit-hui/scm-inputbox-placeholder
2017-11-08 12:02:33 +01:00
Erich Gamma
b94569fe0d
tslint5 adoption - fix semicolon rule
2017-11-07 12:08:22 +01:00
Johannes Rieken
47bd8ae1ca
Revert "fix #37484 "
...
This reverts commit c8a8fc7ddd .
2017-11-02 11:50:53 +01:00
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