initial commit, tutorial level scripts

This commit is contained in:
2024-04-30 21:37:16 +02:00
parent d672727d9b
commit efa3d8df5c
48 changed files with 8250 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"autoSnippet.snippets": [
{
"language": "javascript",
"snippet": "New-module-export",
}
],
"cSpell.words": [
"Upgrader",
"upgraders"
],
"files.autoSave": "off"
}
}