Commit Graph

2227 Commits

Author SHA1 Message Date
Andre Weinand
6265ee5fca ensure backward compatibility for Tracker 2018-11-16 01:30:00 +01:00
Christof Marti
4ccfe19815 Include extension version 2018-11-15 17:40:19 +01:00
Johannes Rieken
76689e06f5 reset state machine when removing a scheme, #62800 2018-11-15 13:03:42 +01:00
Johannes Rieken
4ac76090d4 use state machine for link detection, #62800 2018-11-15 13:01:23 +01:00
Johannes Rieken
f8ea816ca5 tweak regex #62800 2018-11-15 11:29:00 +01:00
Matt Bierner
30b2a5fd94 Replace !isFalsyOrEmpty with isNonEmptyArray
This new call works as a type guard and can help avoid writing double negations

Avoid either call in cases where we were iterating over the possibly undefined value. Use `|| []` for these
2018-11-14 16:06:13 -08:00
Andre Weinand
e2f8c3c404 Debug API: surface Breakpoint.id; for Microsoft/vscode#48722 2018-11-14 15:41:29 +01:00
Andre Weinand
3f6901d478 correct fix for #63028 2018-11-14 10:57:31 +01:00
Johannes Rieken
33c89529be fix #63062 2018-11-14 09:39:18 +01:00
Andre Weinand
61e117b234 fix #63028 2018-11-14 00:50:55 +01:00
Andre Weinand
fb61dd1885 add config to vscode.DebugSession 2018-11-14 00:50:55 +01:00
Andre Weinand
b9fc2c1c20 debug api: add workspacefolder to DebugSession 2018-11-14 00:50:55 +01:00
Andre Weinand
8ec8c9774c debug API: introduce DebugAdapterProvider 2018-11-13 00:03:10 +01:00
Johannes Rieken
f6bf792dea add API command for declaration provider, #62483 2018-11-12 11:15:42 +01:00
Johannes Rieken
201b6dac6a add proposed api for declaration provider, add test, add ipc logic, #62483 2018-11-12 11:05:59 +01:00
Johannes Rieken
8e55669bb7 fix #62059 2018-11-12 11:05:59 +01:00
Christof Marti
abbaa68483 Telemetry for extension activation times 2018-11-09 11:14:26 +01:00
Johannes Rieken
d4116a8f38 tweak markdown string conversion and rendering 2018-11-09 10:50:20 +01:00
Johannes Rieken
0b99867455 working on markdown string dto 2018-11-09 10:50:20 +01:00
Andre Weinand
1c60855e32 Update extHostDebugService.ts
make execPath variable work for EH
2018-11-09 10:46:23 +01:00
Rachel Macfarlane
af1b4ebded Refactoring comment service to not be keyed on handle 2018-11-08 14:13:43 -08:00
Johannes Rieken
1c3d278021 toward strict null in extHostTypes #61543 2018-11-08 15:01:19 +01:00
Alex Dima
c8a6e6e838 Tweaks 2018-11-08 01:25:33 +01:00
Matt Bierner
9e8719ba79 Add alert when trying to use the previewHtml command while developing an extension
Fixes #62685
2018-11-07 13:32:49 -08:00
Alex Dima
e146b7aad6 Tweak IExtHostContext 2018-11-07 20:55:08 +01:00
Rob Lourens
6ba5f8f9f3 Final search TPromise removal #53526 2018-11-07 11:46:29 -08:00
Alex Dima
b60903d3c2 Remove no longer necessary 'use strict' 2018-11-07 19:55:44 +01:00
Alex Dima
eb87600bd3 Use more URIs 2018-11-07 19:48:14 +01:00
isidor
a6fe9800e9 mainThreadDebugService: get rid of TPromise 2018-11-07 12:31:16 +01:00
Andre Weinand
c48845126e clone DAP messages properly 2018-11-06 12:08:02 +01:00
Johannes Rieken
488fa952c0 add log messages for all language features (IntelliSense, formatting etc) fixes #43099 2018-11-06 11:56:24 +01:00
Dirk Baeumer
20130d4938 Fixes #62649: Don't serialize URI as JSON in DTOs 2018-11-06 10:33:54 +01:00
Dirk Baeumer
41c02aa888 Fixes #62594: Resolving process task doesn't take task system into account 2018-11-05 15:10:59 +01:00
Johannes Rieken
8e841f4454 fix #62460 2018-11-02 17:06:39 +01:00
Rachel Macfarlane
36dc10c9f7 Add log for registering workspace comment provider 2018-10-29 15:16:18 -07:00
Rachel Macfarlane
317fe8088c Log an event on webview panel creation 2018-10-29 14:54:43 -07:00
Andre Weinand
c11c416340 rename proposed IDebugAdapterTracker to DebugAdapterTracker; fixes #59420 2018-10-29 18:23:35 +01:00
Andre Weinand
2635578983 timeout for provideDebugAdapterTracker; fixes #59408 2018-10-29 18:13:21 +01:00
Andre Weinand
c9fc3dbd7b fix #59410 2018-10-29 17:35:29 +01:00
Sandeep Somavarapu
f43082614e Check proposed api for label highlights 2018-10-29 15:54:32 +01:00
Sandeep Somavarapu
8adb061adc #55879 Add expand option to reveal API 2018-10-29 15:19:37 +01:00
Christof Marti
c391faf35a _vscodeSystemProxy option (#60773) 2018-10-29 15:10:00 +01:00
Sandeep Somavarapu
d00ae9bd38 #55879 Collapse all action for custom views 2018-10-29 12:36:24 +01:00
Christof Marti
ee0815204c Fix timing issue (fixes #61748) 2018-10-29 11:30:25 +01:00
Rob Lourens
9a6cd0a3c1 Fix #59458 - implement context options for text search (ripgrep) 2018-10-26 17:41:19 -07:00
Rob Lourens
aba240a4d8 Fix #59919 - text search combines matches on one line 2018-10-25 17:17:41 -07:00
Matt Bierner
f4131970f6 Add isRetrigger field to signature help context
#54972

Instead of having a generic `Retrigger` reason, add a new field on the `SignatureHelpContext` that tracks if this was a retrigger or not. This allows retrigger for all the different trigger reasons, including invoke.

Replace the old `Retriggger` trigger reason with `ContentChange` which tracks cursor movement and text updates.
2018-10-25 10:38:44 -07:00
Joao Moreno
63da98253c Revert "Revert "Merge branch 'pr/60051'""
This reverts commit fb1ed79271.
2018-10-24 08:27:35 -07:00
Sandeep Somavarapu
bb7a60ffc5 Fix #61694 2018-10-24 12:27:13 +02:00
Sandeep Somavarapu
4e65cab609 Revert "Proposals for Collapse, CollapseAll, Expand APIs and implementation"
This reverts commit 677234a7c2.
2018-10-24 12:25:51 +02:00