sync: from Windows 2024-12-05

This commit is contained in:
js0ny 2024-12-05 20:07:46 +00:00
parent 7d220c3873
commit fe11198ff5
2 changed files with 16 additions and 1 deletions

14
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,14 @@
{
"recommendations": [
"xadillax.viml",
"mark-wiemer.vscode-autohotkey-plus-plus",
"edwinkofler.vscode-assorted-languages",
"tamasfe.even-better-toml",
"kdl-org.kdl",
"sumneko.lua",
"ms-vscode.powershell",
"thenuprojectcontributors.vscode-nushell-lang",
"redhat.vscode-yaml",
"redhat.vscode-xml"
]
}

View file

@ -27,5 +27,6 @@
"files.associations": {
"ideavimrc": "Vimscript",
".wslconfig": "properties",
"WindowsTerminal.json": "jsonc",
},
}