-
Think about a simple package like this, developed with yarn 1.22.4:
```json
{
"name": "vsce-yarn-lacked-dependency",
"description": "example",
"version": "0.0.1",
"publisher": "yhatt",…
yhatt updated
4 months ago
-
Type: Bug
For example, when the Search view is visible, when running the command, it only shows the Explorer view, so you need to run the command again to focus on the Outline view.
VS Code versio…
-
Far as I can tell, I would have to update each of my dev machines with the connections to use this plugin. Instead is it possible to store all the connections in `settings.json` instead? For example `…
-
Version: 1.33.0
Commit: 6783aa6967e8c6d086b6f04e5fbf527659981389
Date: 2021-10-26T17:27:01.229Z
VS Code: 1.58.0
Electron: 12.0.9
Chrome: 89.0.4389.128
Node.js: 14.16.0
V8: 8.9.255.25-…
-
Folks,
Imagine a situation where we need to manage huge scripts with DELIMITERS, once the MySQL 5.6 does not accept commands like `ALTER TABLE tableName DROP FOREIGN KEY IF EXISTS fkName`. In this…
-
Issue Type: Bug
I have MS SQL Server installed in a Docker as per Microsoft online instructions for doing so. I have sqlcmd installed, and have no problems whatsoever working with the server in D…
-
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/…
-
I've been trying to set up a connection such as:
```json
"sqltools.connections": [
{
"previewLimit": 50,
"server": "localhost",
"port": 5432,
"driver": "PostgreS…
s0kil updated
2 years ago
-
Hi guys, I come here for help, Thanks for those who will help me in advance!
The thing I want to do is to run a sqlserver docker container instance on my host, so that I can connect to it using Azure…
ghost updated
4 months ago
-
I ran into a error when executing a SELECT * from a somewhat bigger table. While the regular table browse function uses some form of paging to limit the result set to be returned, it's probably not a…