Commit Graph

698 Commits

Author SHA1 Message Date
Sandeep Somavarapu
707d8e9fc5 Merge branch 'master' into sandy081/wip 2019-12-12 23:22:00 +01:00
Sandeep Somavarapu
33e545eedd add and fix tests 2019-12-12 21:30:00 +01:00
Alex Ross
e1bfea5b63 Add candidate finding to ports view
Part of #81388
2019-12-12 18:03:14 +01:00
Sandeep Somavarapu
2ccb11e61c Enhance change event to be override identifier aware 2019-12-12 16:16:38 +01:00
isidor
85112b01b0 enable strictFunctionTypes in VS Code codebase 2019-12-12 15:14:06 +01:00
Andre Weinand
929c420d8a rename debug API's onSendMessage to onDidSendMessage 2019-12-12 14:48:38 +01:00
Sandeep Somavarapu
0ecc745265 rename 2019-12-12 10:39:56 +01:00
Sandeep Somavarapu
2cbd162c66 remove inspectValue and use inspect
Add override information to inspect
2019-12-12 09:16:59 +01:00
Matt Bierner
a4177f50c4 Use object for refactor.disabled
For #85160

Using an object is more explict with property names and will let us introduce additional properties in the future if needed
2019-12-11 20:15:30 -08:00
Eric Amodio
7bb8b0084f Fixes #84695 - codicons in hovers 2019-12-11 17:30:32 -05:00
Sandeep Somavarapu
201b5a2057 move ext host log chanel contribution to ext host starter 2019-12-11 18:21:33 +01:00
Johannes Rieken
783970456b debt - migrate more language api commands onto new format 2019-12-11 16:39:57 +01:00
Johannes Rieken
41f0705204 debt - use new ApiCommand for executeWorkspaceSymbolProvider 2019-12-11 16:39:57 +01:00
Alex Ross
e7dd2dda9b Implement tunnelInformation
Part of #81388
2019-12-11 12:23:30 +01:00
Alex Ross
15c35f5566 Implement makeTunnel for localhost
Part of #81388
2019-12-11 09:53:58 +01:00
Alex Ross
9566da2e16 First pass at port API needed for port UI (#85117)
Part of https://github.com/microsoft/vscode-remote-release/issues/1777 and https://github.com/microsoft/vscode/issues/81388
2019-12-10 15:44:30 +01:00
Sandeep Somavarapu
b2fcf2d3a2 Fix #86663 2019-12-10 15:04:13 +01:00
Rob Lourens
731e2b9591 Revert rootPath changes
This reverts commits a416c77e56,
5bc80f3ea0,
0403a10885
2019-12-09 10:56:39 -08:00
Johannes Rieken
c14fd7b590 more console removal, #84283 2019-12-09 16:00:30 +01:00
Johannes Rieken
0dfa355b3a remove deprecated code check, jsdoc is what we use elsewhere, helps with #84283 2019-12-09 15:42:23 +01:00
Johannes Rieken
34fb5e910e print warning and telemetry message when resolveCompletionItem is changing the insert behaviour, #86122 2019-12-09 12:51:42 +01:00
Andy Edwards
e0639de665 fix(extHostProgress): throttle instead of debounce (#86161)
fix #86131
2019-12-09 12:11:11 +01:00
Benjamin Pasero
ed2d6c4311 Merge branch 'master' into ben/1_42 2019-12-07 07:15:16 +01:00
Rob Lourens
5bc80f3ea0 Make rootPath undefined in a multiroot workspace, #69335 2019-12-06 14:07:29 -08:00
Benjamin Pasero
88cba08d9d update proposed API with my items and remove deprecations 2019-12-06 16:00:17 +01:00
isidor
08b0a9bc59 Persisted data breakpoints are not registered when starting a new debug session
fixes #83743
2019-12-06 10:40:48 +01:00
Johannes Rieken
64b177b2e0 fix #86300 2019-12-05 11:22:46 +01:00
Johannes Rieken
14a778c760 Merge branch 'master' into joh/finalWill 2019-12-03 09:31:29 +01:00
Matt Bierner
e3fb9ceca1 Use single editable capability 2019-12-02 13:35:36 -08:00
Matt Bierner
e33be1b0af Explicitly register for save and saveAs 2019-12-02 13:35:35 -08:00
Martin Aeschlimann
d832f86b04 remoteAuthority setting inside a .code-workspace file lacks description. Fixes #83657 2019-12-02 10:51:29 +01:00
Alex Dima
d6dae16f40 Remove areas from the semantic tokens API 2019-12-02 10:41:32 +01:00
Andre Weinand
665b576260 some tweaks for inline debug adaper API; see #85544 2019-11-30 00:52:33 +01:00
Johannes Rieken
613326bd13 ThemeIcons for menu item only for proposed api users 2019-11-29 16:13:41 +01:00
Johannes Rieken
80db12a5ec move API to stable 2019-11-29 15:09:26 +01:00
Johannes Rieken
ed25c8898f add codicon support for menu contributions 2019-11-29 11:03:21 +01:00
Johannes Rieken
be257638d2 rename ICommandAction.iconLocation to ICommandAction.icon 2019-11-29 10:03:35 +01:00
Andre Weinand
870d78d9d8 finalize debug uri API; fixes #79228 2019-11-28 18:12:02 +01:00
Andre Weinand
cf81214e08 extension API for implementing DA in extension; see #85544 2019-11-28 17:55:12 +01:00
Rob Lourens
7cc88f5caa Handle RelativePattern in findTextInFiles correctly
Fix #85722
2019-11-27 15:43:28 -08:00
Matt Bierner
d4ab1fcda5 Fixes more node 12 typing errors (#85420)
* Fixes more node 12 typing errors

For #82514

* Remove Symbol.toStringTag usage for now

* Reverting a few fixes that are not comptible with current node typings

* Revert one more use of StringDecoder

Must wait until we actually pick up the new typings
2019-11-25 19:30:21 -08:00
Matt Bierner
85d3ccfb9e Fix custom editor redo 2019-11-25 15:44:25 -08:00
Matt Bierner
750f28769d Sync custom editor edits
If multiple instances of the same  custom editor are opened for the same resource, the edit stack should be shared between them. This matches how we work with text files
2019-11-25 15:44:25 -08:00
Matt Bierner
f3d70dbf92 Working on sharing models for same custom editor 2019-11-25 15:44:25 -08:00
Matt Bierner
ffe3749d5a Working on hooking up custom editor saveAs 2019-11-25 15:44:25 -08:00
Johannes Rieken
b04c6f9e2e update API command for #85533 2019-11-25 17:06:16 +01:00
Johannes Rieken
9227460df4 don't over-encode, do try to decode, fixes #85521 2019-11-25 16:58:54 +01:00
Matt Bierner
9b89cca38e Working on hooking up revert properly for custom editors 2019-11-22 15:18:01 -08:00
Matt Bierner
e4fc57dcd2 Don't convert json edit data tostring 2019-11-21 20:09:56 -08:00
Matt Bierner
7d120c2d3e Use chaining 2019-11-21 20:09:56 -08:00