Reduce how many times the Node runtime auto-detected notification is displayed
See original GitHub issueDescribe the bug
Every time VS Code is started the Node runtime auto-detected. Using /usr/bin/node.
is displayed. This is annoying, the notification bell remain unread until I go and remove the notification.
To Reproduce
Steps to reproduce the behavior:
- Open VS Code with this extension installed.
- See notification.
Expected behavior
I expect the notification to be displayed one time, and probably later if it finds another different runtime than the current one, or maybe no notification at all.
Screenshots
Desktop (please complete the following information):
- SQLTools Version: v0.25.0
- VS Code Version: 1.71.2
- OS: Linux
- Driver:
- PostgreSQL/Redshift
- MySQL/MariaDB
- MSSQL/Azure
- SQLite
- Database version: [e.g. MySQL v5.6, PostgreSQL vX…]
Additional information
There is a setting named sqltools.disableReleaseNotifications
but not one to disable this, maybe that is another way to solve this issue…
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:10
Top Results From Across the Web
Rails/Passenger/Node.js: ExecJS "Could not find a ...
Every time I visit my Rails application I get an error page that appears to be generated from Passenger stating that ExecJS can't...
Read more >CMake.js - a Node.js native addon build tool
js native addon build tool which works (almost) exactly like node-gyp, but instead of gyp, it is based on CMake build system. It's...
Read more >Test splitting to speed up your pipelines
Test splitting in CircleCI can work with many testing frameworks, ... See how test splitting can help decrease pipeline run times and optimize...
Read more >Node.js Runtime Metrics
The following metrics are collected by default after enabling runtime metrics. runtime.node.cpu.user (gauge), CPU usage in user code. Shown as percent. runtime.
Read more >Create and manage a self-hosted integration runtime
This article explains the steps to create and manage Integration Runtimes in Microsoft Purview.
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 Free
Top 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
@117503445 this is requested in #1043
That works thank you. My only concern now is if I have to switch between operating systems (I would need a different path for macOS vs Windows), but I don’t have to do that right now so I can worry about that later