Limit the number of prompts shown to the user
See original GitHub issueThe 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:
- Created 4 years ago
- Reactions:1
- Comments:10 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
An example of the issue:
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.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