Add void support, misc other changes
This commit is contained in:
parent
274c0a37d3
commit
4bbfa111d5
25 changed files with 136 additions and 395 deletions
|
@ -4,7 +4,7 @@
|
|||
"github.copilot.enable": {
|
||||
"*": false,
|
||||
"plaintext": true,
|
||||
"markdown": true,
|
||||
"markdown": false,
|
||||
"scminput": false,
|
||||
"yaml": true,
|
||||
"python": true
|
||||
|
@ -73,14 +73,13 @@
|
|||
"inlineChat.showDiff": false,
|
||||
"mssql.connections": [
|
||||
{
|
||||
"server": "localhost",
|
||||
"server": "192.168.122.169",
|
||||
"database": "WideWorldImporters",
|
||||
"authenticationType": "SqlLogin",
|
||||
"user": "ben",
|
||||
"user": "sa",
|
||||
"password": "",
|
||||
"emptyPasswordInput": false,
|
||||
"savePassword": true,
|
||||
"profileName": "vm wwi",
|
||||
"encrypt": "Mandatory",
|
||||
"trustServerCertificate": true,
|
||||
"connectTimeout": 15,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue