Opens multiple tmp tabs when using @flow
See original GitHub issueHi,
On Linux Ubuntu, when using the @flow
tag, we get the following issue: https://github.com/flowtype/flow-for-vscode/issues/132.
To sum it up, some weird tmp tabs opens up continuously whenever a file contains the @flow
tag.
It seemed to be related with flow, however the bug disappears when deactivating Eslint
, so I am suspecting this package.
My eslint package version: 1.2.11 My vs code version: 1.14.2
Issue Analytics
- State:
- Created 6 years ago
- Comments:27 (14 by maintainers)
Top Results From Across the Web
How to Launch New Browser in Tabs
Solved: I've built a complex flow that posts jobs to multiple job ... Or open the browser before the loop, and then use...
Read more >Authorization Code Flow - Concurrent Requests from ... - GitHub
Multiple tabs may be opened at once by the browser in case of crash ... Each request will start a new session and...
Read more >Authorization Code Flow - Concurrent Requests from Multiple ...
Multiple tabs may be opened at once by the browser in case of crash recovery, or by the user, from bookmarks folder or...
Read more >How file downloads are handled in Firefox version 98 and above
Go To Download Page: Open in a new tab the page from which the file was downloaded, even after leaving the site or...
Read more >What are flows and what can I do with them? - IBM
Flows are work items that are connected together in a defined sequence. These work items can be jobs, other flows, or even applications....
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
I’ll try asap, this bug is dependant on the flow/esling/babel config (or maybe the 3 of them) so I’ll try to build a minimal repo where you can reproduce.
Happy to hear that the issue got resolved.