Add void support, misc other changes

This commit is contained in:
askiiart 2024-04-17 21:41:22 -05:00
parent 274c0a37d3
commit 4bbfa111d5
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
25 changed files with 136 additions and 395 deletions

View file

@ -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,