diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..6b98a69 --- /dev/null +++ b/.vscode/extensions.json @@ -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" + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 7972763..acd5456 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -27,5 +27,6 @@ "files.associations": { "ideavimrc": "Vimscript", ".wslconfig": "properties", + "WindowsTerminal.json": "jsonc", }, -} +} \ No newline at end of file