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.

Limit the number of prompts shown to the user

See original GitHub issue

The extension does not control the order OR the number of prompts shown simultaneously. Potentially linter, formatter, test settings, conda env, etc. can show up at once.

There is an added problem of calling blocking prompts in activate, which can cause extension to load to fail silently. https://github.com/microsoft/vscode-python/pull/7633#discussion_r329846057

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
karthiknadigcommented, Oct 3, 2019

An example of the issue: image

Another thing to consider when we show messages, like do they even work. If i have no interpreter selected, where is the install flake8 going to install it? It is unclear from the message what is going to happen.

1reaction
DonJayamannecommented, Oct 1, 2019

Not, much, it’s a bug in the code.

I take that back, a possible solution is creating a custom linter (we’ve done this in the past). Details here https://github.com/microsoft/vscode-python/issues/7702

Read more comments on GitHub >

github_iconTop Results From Across the Web

Restrict input in a Prompt box - javascript - Stack Overflow
Currently the code i am using uses while condition to check whether the input is within limit. If it is beyond limit it...
Read more >
How to limit the number of values displayed in a Value Prompt
Resolving The Problem. Steps: 1. Select the relevant Value Prompt control in Report Studio 2. Edit the Properties: under Data - set the...
Read more >
Restricting Notification Permission Prompts in Firefox
Most notification prompts don't follow user interaction. Especially on Release, the overall number of prompts that are already compatible with ...
Read more >
Is there a prompt limit in javascript? - Sololearn
A web code I'm writing requires answers to questions , I'd like to use JavaScript prompts to ask these questions however I only...
Read more >
Any restrictions for how often can I ask users to rate my app?
"You can prompt for ratings up to three times in a 365-day period." Otherwise, the HIGs/Ratings and Reviews say this: "Don't be a...
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