made everything deployable, added license, added readme

This commit is contained in:
afonya 2025-06-18 17:01:55 +02:00
parent 048f5079ae
commit 1ccc95517f
Signed by: afonya
GPG key ID: EBB9C4CAFAAFB2DC
12 changed files with 715 additions and 2 deletions

BIN
extension/asl.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

View file

@ -1,9 +1,12 @@
{
"name": "asl-extension",
"version": "0.2.0",
"name": "astrolang-extension",
"displayName": "Astro Lang",
"icon": "asl.png",
"version": "1.0.0",
"description": "The extension for Astro Lang",
"license": "MIT",
"author": "Afonya",
"publisher": "afonya",
"type": "module",
"main": "index.js",
"repository": {