question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Adopt to pre-release extension support

See original GitHub issue

Refs: https://github.com/microsoft/vscode/issues/15756

VS Code now supports pre-release extensions. Docs that should help: https://code.visualstudio.com/api/working-with-extensions/publishing-extension#prerelease-extensions

I know Python uses the setting to move users to an insiders version. This is a bit of a special case since you do not have a separate extension so we do not support migration here. However we suggest that Python does the following for users that have this settings set:

  • Show a modal dialog or notification to user where she can confirm the transition
  • Once user confirms, execute the command workbench.extensions.installExtension and pass { installPreReleaseVersion: true }
  • Deprecate the setting

Let me know what you think or if I can help somehow.

fyi @brettcannon @sandy081

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
isidorncommented, Dec 10, 2021

@brettcannon sorry, did not see that one! Thanks for merging them and thanks for working on this.

0reactions
karrtikrcommented, Jan 12, 2022

It’s not out yet so this is expected.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Extensions — The Swift Programming Language (Swift 5.7)
An extension can extend an existing type to make it adopt one or more protocols. ... to provide basic support for working with...
Read more >
How to install and manage Azure CLI extensions
With extensions, you gain access to experimental and pre-release commands along with the ability to write your own CLI interfaces. This article ...
Read more >
Packaging and distributing projects
The most common format is reStructuredText with an “rst” extension, ... In particular, ensure # that you indicate whether you support Python 2,...
Read more >
Latest News - Apple Developer
Adopt multiuser support to make it easier for people to enjoy your Apple TV app ... Clarifying criteria & new timing extension for...
Read more >
Pre-Release and Aftercare Services - Jail - Allegheny County
The HOPE Aftercare program provides individuals with a variety of services and programs to help them successfully re-enter the community, reconnect with family, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found