Commit Graph

1236 Commits

Author SHA1 Message Date
Alex Dima
252d49c65b Simplify AbstractThreadService usage (#36972) 2017-12-13 15:21:33 +01:00
Manzur Khan Sarguru
78e9e08ffc Merge pull request #1 from Microsoft/master
Latest
2017-12-13 11:13:23 +05:30
Joao Moreno
946d872acb input box length warnings
introduces scm.inputCounter
2017-12-12 17:54:28 +01:00
Manzur Khan Sarguru
b650ab8b4f Update extHostTypes.ts 2017-12-12 21:41:32 +05:30
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
42cd98df93 eng - less WinJS-promise construction 2017-12-12 15:27:44 +01:00
Johannes Rieken
eef38a2e15 log failures of on-will-save-listener, #40030 2017-12-12 10:28:55 +01:00
Johannes Rieken
43f2e0706c know the extension id when calling on-will-save, #40030 2017-12-11 17:55:42 +01:00
Alex Dima
dc6451db42 Fixes #40024 2017-12-11 15:50:43 +01:00
Johannes Rieken
7db472bacf eng - don't use TPromise in dialogs api 2017-12-11 14:46:41 +01:00
Johannes Rieken
bfe83a84d1 eng - less TPromise 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
Alex Dima
824a1b8657 #37677: Add tracing in the extension host around activating extensions 2017-12-07 15:27:03 +01:00
Andre Weinand
c70c818503 use classes for breakpoints API; fixes #39639 2017-12-07 00:31:06 +01:00
Joao Moreno
4ecad4714f fixes #39806 2017-12-06 17:34:11 +01: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
Sandeep Somavarapu
8cfe17163b Use element as handle when element is a string identifier 2017-12-04 14:01:55 +01:00
João Moreno
4b91235ba2 Merge pull request #39365 from Microsoft/joao/spdlog
Introduce a log service across all processes
2017-12-04 13:19:17 +01:00
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