-
sqls has not been maintained for a long time.
and sqlstools has various features.
https://github.com/mtxr/vscode-sqltools
-
Type: Bug
crashed 5 times and won't restart. this causes vscode not to understand typescript and I am not able to click through (go to definition) functions.
VS Code version: Cursor 0.43.5 (2eaa…
-
Hi,
I have been using the SQLTools extension for a long time without any issue.
All of a sudden, since yesterday, I can no longer run queries and get the error "command 'sqltools.executeQuery' not…
-
### Description
### Ruby LSP Information
### Ruby LSP Information
#### VS Code Version
1.95.3
#### Ruby LSP Extension Version
0.8.14
#### Ruby LSP Server Version
0.21.3
#### Ruby LSP Addons
…
-
Currently, all the images on pages in the `features` section of the docs are returning 404 responses. It looks like the path `https://raw.githubusercontent.com/mtxr/vscode-sqltools/master/docs/assets/…
-
**Environment Details:**
- **MSSQL Extension Version:** v1.10.1
- **VSCode Version:** 1.52.1
- **OS Version:** Windows_NT x64 10.0.19041
**Steps to Reproduce:**
1. Open Visual studio code
2.…
-
**Is your feature request related to a problem? Please describe.**
I have `.vscode` in `.gitignore` file and want to save session file there. Currently the only option is to specify absolute path to …
pztrn updated
3 weeks ago
-
Issue Type: Bug
## Exception
```
[Error - 2:17:16 PM] Request textDocument/definition failed.
Message: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and le…
-
- MSSQL Extension Version: v1.22.0
- VSCode Version: 1.84.2
- OS Version: 10.0.22631
Steps to Reproduce:
1. Enter the command `> MS SQL: Add Microsoft Entra Account` in the command palette and…
-
When I put a comment as the first line of the query:
```sql
-- test
SELECT * FROM _txs
```
I get this error: `Release called on client which has already been released to the pool.`
If I put …