Add void support, misc other changes
This commit is contained in:
parent
274c0a37d3
commit
4bbfa111d5
25 changed files with 136 additions and 395 deletions
|
@ -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
|
||||
|
|
|
@ -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