Joao Moreno
15f9079a22
cleanup main log service
2017-12-04 12:59:00 +01:00
Joao Moreno
857ab9d59d
use global log service
2017-12-04 12:08:04 +01:00
Sandeep Somavarapu
1dc587e6bb
Escape label while generating handle
2017-12-04 12:06:08 +01:00
Joao Moreno
83c6d5ab7a
Merge branch 'master' into spdlog
2017-12-04 11:52:11 +01:00
Alex Dima
fd1dc0589c
GDPR: remove wildcard telemetry event
2017-12-04 10:42:00 +01:00
Johannes Rieken
5ecc577420
Merge pull request #39431 from mjbvz/onDidChangeActiveTextEditor-undefined
...
Mark onDidChangeActiveTextEditor can fire with undefined
2017-12-04 09:21:10 +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
Matt Bierner
56c9f11046
Mark onDidChangeActiveTextEditor can fire with undefined
...
From #39413
**Bug**
onDidChangeActiveTextEditor may fire with undefined for the editor. This is not currently marked in the API
2017-12-01 11:04:25 -08:00
Johannes Rieken
a47be8c8c1
enable proposed api usage via product.json
2017-12-01 10:35:58 +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
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