Commit Graph

748 Commits

Author SHA1 Message Date
Matt Bierner
a0328d26ac Add 'vscode.reopenWith' API command
Fixes #88426

Add an api command that allows extensions to open/reopen a file with a specific we custom editor. Use this to allow re-opening a failed to load image as text/binary

For #77131
2020-01-10 14:25:21 -08:00
Matt Bierner
1b70625f8c Use import type when importing vscode under src
When the core references `vscode`, we only want to import the types and never generate a real import (which will fail to load). Use `import type` to better enforce this
2020-01-10 14:25:21 -08:00
Johannes Rieken
c40b6072bc propose CompletionList#isDetailsResolved, #39441 2020-01-09 15:50:34 +01:00
Sandeep Somavarapu
ea1097d2b0 #26707 Inspect returns languages 2020-01-09 02:34:11 +01:00
Sandeep Somavarapu
29759db68b #26707 Make uri optional 2020-01-08 17:43:19 +01:00
Andre Weinand
ec211900d8 improved error DA error reporting; fixes #87196 2020-01-08 16:53:36 +01:00
Alex Ross
d70c0a9a3f Fix openExternal and asExternalUri (#88211)
We allow tunneling for extensions regardless of whether they are in a local or remote extension host.
2020-01-08 10:20:20 +01:00
Alex Ross
62a2317176 Option for hiding candidate ports 2020-01-07 17:13:45 +01:00
Sandeep Somavarapu
9608852189 #26707 Change resource to uri 2020-01-07 15:02:40 +01:00
Matt Bierner
af9dddd0fc Require second parameter for Map.set
Converts cover the was relying on the old signature to either use delete or have the correct types
2020-01-06 11:41:38 -08:00
Daniel Imms
027d7caec5 Flush all buffered data events on terminal close
Fixes #85257
2020-01-02 08:41:08 -08:00
Johannes Rieken
d506ebe4bb Merge pull request #87648 from jzyrobert/87346-additionalTextEdits
Add CompletionItem conversion for additionalTextEdits
2019-12-31 12:01:00 +01:00
rzj17
fc50b4e4b5 Add additionalTextEdit and command conversion to CompletionItem 2019-12-31 10:30:15 +00:00
Sandeep Somavarapu
6eaf748366 Fix #87285 2019-12-30 12:55:07 +01:00
Andre Weinand
dba0076c9f add API resolveDebugConfigurationWithSubstitutedVariables; see #85206 2019-12-23 16:37:16 +01:00
Miguel Solorio
82ed3d45ee Revert "Merge pull request #87320 from microsoft/misolori/codicon-consolidation"
This reverts commit 6c9b23edc4, reversing
changes made to 085abd5f1a.
2019-12-19 13:44:49 -08:00
Miguel Solorio
334c134065 Merge branch 'master' into misolori/codicon-consolidation 2019-12-19 09:09:51 -08:00
Martin Aeschlimann
afde09fe31 add checkProposedApiEnabled checks 2019-12-19 16:40:46 +01:00
Martin Aeschlimann
c5931b0aea Merge remote-tracking branch 'origin/master' into aeschli/theming-api 2019-12-19 16:33:55 +01:00
Miguel Solorio
641543b6ee Consolidate codicon files to vs/base/parts/codicon 2019-12-18 22:30:07 -08:00
Sandeep Somavarapu
5c0d431b60 enable proposed api check for language settings 2019-12-18 16:37:53 +01:00
Alex Ross
db1c20eae7 Tunnel API renames 2019-12-18 16:24:04 +01:00
Alex Ross
8e2b3047eb Enable more than just localhost for port forwarding providers
Part of #81388
2019-12-18 10:14:45 +01:00
Sandeep Somavarapu
53eff05b4f do not expose resource-language scope 2019-12-17 17:57:30 +01:00
Sandeep Somavarapu
e289d2ac97 fix tests 2019-12-17 17:53:51 +01:00
Sandeep Somavarapu
6219b5966c fix scope check 2019-12-17 17:53:51 +01:00
Sandeep Somavarapu
03f5dfeb36 Merge branch 'master' into sandy081/languageConfiguration 2019-12-17 17:53:51 +01:00
Sandeep Somavarapu
48f20cbdaa move to proposed api 2019-12-17 15:35:28 +01:00
Sandeep Somavarapu
d8974485a1 simplify api 2019-12-17 13:05:45 +01:00
Johannes Rieken
9e0cffd85c no more proposed check for theme icons for menus, #84695 2019-12-17 11:45:59 +01:00
Johannes Rieken
8a78c06b69 Merge pull request #87093 from microsoft/joh/callh/prepareFix
allow  prepareCallHierarchy to also return an array
2019-12-17 09:50:52 +01:00
Martin Aeschlimann
c77c283354 Merge pull request #87042 from SPGoding/fix-87041
Fix wrong key in the extension package.json schema
2019-12-17 00:44:09 -08:00
Sandeep Somavarapu
3d667a0860 Revert "remove resource language scope from contrib point"
This reverts commit 1efd373c13.
2019-12-17 08:25:55 +01:00
Sandeep Somavarapu
25cef76b76 Merge branch 'master' into sandy081/languageConfiguration 2019-12-17 08:24:54 +01:00
Sandeep Somavarapu
1efd373c13 remove resource language scope from contrib point 2019-12-17 08:24:07 +01:00
Sandeep Somavarapu
9031cea99d remove the api example 2019-12-17 08:21:20 +01:00
Eric Amodio
231c6e7762 Updates #84695 - api review
`appendMarkdown` is now the only way to use ThemeIcons
2019-12-16 18:46:02 -05:00
Matt Bierner
8e475f9b24 Implement draft 2 from #86802 (#87117) 2019-12-16 14:18:58 -08:00
Sandeep Somavarapu
c01fc29b8d remove redundant api 2019-12-16 17:23:13 +01:00
Sandeep Somavarapu
2d9d8dc144 apiExample 2019-12-16 16:57:09 +01:00
Johannes Rieken
e25b9c9f0b allow prepareCallHierarchy to also return an array 2019-12-16 16:36:06 +01:00
Sandeep Somavarapu
624c9c20ad separate workspace folder and text document configuration 2019-12-16 16:33:13 +01:00
Alex Ross
92a83fb895 Allow extensions to provide a port forwarding implementation.
Part of #81388
2019-12-16 16:20:18 +01:00
Sandeep Somavarapu
1762f5a049 enable api to read and write lang configs 2019-12-16 13:31:48 +01:00
Sandeep Somavarapu
1a1cbf4799 #26707 Use resource language scope instead of override property 2019-12-16 11:14:32 +01:00
Sandeep Somavarapu
299449f0f4 #26707 Introduce resource-language scope to define a setting as a language setting 2019-12-16 11:14:32 +01:00
SPGoding
103041ea8c Fix wrong key in the extension package.json schema
Fix #87041.
2019-12-15 17:57:22 -06:00
Sandeep Somavarapu
4cdb067a8d rename 2019-12-13 15:35:52 +01:00
Alex Ross
44cf9c9144 Make worker ExtHostTunnelService and remove dependency in ExtHostExtensionService 2019-12-13 09:07:01 +01:00
Sandeep Somavarapu
707d8e9fc5 Merge branch 'master' into sandy081/wip 2019-12-12 23:22:00 +01:00