Dmitry Shilov
Dmitry Shilov
In the schema, there is a header value with capital letters ``` "parameters": [ { "name": "X-Customer-Code", "in": "header", "description": "Company Profile ID, it can be found on JetBrains Account...
This pull request includes several changes to the `QueryEditor` and `ResultPanel` components to improve the user interface and functionality. The most important changes include modifications to the styles, the addition...
Tasks: * [x] Fix Packaging * [x] Fix Debugging with VS Code * [x] Apply vCore feature flag for vCore commands
The last version of lodash.isequal is deprecated. ```sh npm warn deprecated [email protected]: This package is deprecated. Use require('node:util').isDeepStrictEqual instead. ``` I've seen that some maintainers from different project switched to...
Fixed: #2690 New item to open query editor quickly (The icon is still in progress)   - The Connect/Disconnect buttons were removed - A new dropdown with all databases...
- Implements bulk delete (Fixes #2682) - All alert dialogs were moved to extension side - Adds HTTP status codes to constants
Since the document tab is just a webview, not a CustomEditor, the closing the tab does not fire onbeforeunload event therefore it is impossible to prompt the user about saving/discard...
How to reproduce: - Connect to collection which has only 10 documents - Change `Page size` to 10 in toolbar - Run query `SELECT * FROM c` - Click on...
How to reproduce: - Connect to collection with more than 100 records - Change `Page size` to 10 - Run query `SELECT TOP 30 * FROM c` - Switch to...
Fixes #2437 - Deleted documents highlighted by line-through decoration - No actions with deleted rows    