1
0
Fork 0
mirror of https://github.com/MillironX/Kelpie.jl.git synced 2025-01-15 09:19:07 -05:00

Add extension recommendations

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
Thomas A. Christensen II 2022-04-04 11:13:22 -05:00
parent 88372bc92e
commit 719a5ab39f
Signed by: millironx
GPG key ID: 139C07724802BC5D

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

@ -0,0 +1,7 @@
{
"recommendations": [
"julialang.language-julia",
"streetsidesoftware.code-spell-checker",
"DavidAnson.vscode-markdownlint"
]
}