Commit Graph

1305 Commits

Author SHA1 Message Date
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
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
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
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
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
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
cleidigh
adb68e27f4 Add cwd to TerminalOptions for extension API 2017-11-11 16:31:03 -05:00
Sandeep Somavarapu
c2bf8a1ef1 Rename getConfiguraiton to getValue 2017-11-10 12:32:07 +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
Christof Marti
9ad5aeb690 Remove credentials code (fixes #37822) 2017-11-08 11:11:13 -08:00
Joao Moreno
1a595ca4a1 Merge branch 'fix/33739' 2017-11-08 12:43:17 +01:00
Benjamin Pasero
4ec5250582 promise: make sure as() returns promise like and fix errors 2017-11-08 12:33:48 +01:00
Joao Moreno
d2016c4ad0 Merge branch 'master' into fix/33739 2017-11-08 12:27:48 +01: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
Dirk Baeumer
ba02906456 Clean up unused code 2017-11-08 11:00:38 +01:00
Johannes Rieken
04fc390148 fix #37808 2017-11-08 10:33:37 +01:00
Matt Bierner
4b4ac1b4d9 Remove unused generic types 2017-11-07 11:48:38 -08:00
Johannes Rieken
6dc7e364d7 debt - remove some ts-ignored things 2017-11-07 17:23:19 +01:00
Erich Gamma
c536efdfbc Enabled the noUnusedLocals and added @tsignore 2017-11-07 13:13:41 +01:00
Erich Gamma
b94569fe0d tslint5 adoption - fix semicolon rule 2017-11-07 12:08:22 +01:00
Daniel Imms
7624d001e5 Add a null check in
Fixes #37501
2017-11-02 11:04:11 -07: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
62ff872b91 #36623 Pass null resource to get resource configuration value for any resource 2017-10-27 15:50:21 +02:00
Sandeep Somavarapu
bf63319e2e #36623 💄 2017-10-27 13:32:48 +02:00
Sandeep Somavarapu
a10370cb9f Implement #36623 2017-10-27 12:31:10 +02:00
Johannes Rieken
fa253ce001 Merge pull request #35938 from mjbvz/fix-35937
Don't treat regular string SignatureInformation documentation as markdown
2017-10-27 10:06:32 +02:00