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

@ -17,6 +17,7 @@ danielpinto8zz6.c-cpp-compile-run
davidanson.vscode-markdownlint
diegomolina.css-minify
dustypomerleau.rust-syntax
dzhavat.git-cheatsheet
equinusocio.vsc-material-theme-icons
esbenp.prettier-vscode
eserozvataf.one-dark-pro-monokai-darker
@ -40,6 +41,7 @@ joelcrosby.one-dark-darker
kisstkondoros.vscode-gutter-preview
kokoscript.loopytheme
lacroixdavid1.vscode-format-context-menu
laurenclark.sappho
manuth.markdown-converter
marlinfirmware.auto-build
marvhen.reflow-markdown

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,