added a way to create a network connection

This commit is contained in:
afonya 2025-06-18 18:00:46 +02:00
parent cb93fa917a
commit f234dc1564
Signed by: afonya
GPG key ID: EBB9C4CAFAAFB2DC
8 changed files with 53 additions and 15 deletions

Binary file not shown.

View file

@ -66,6 +66,7 @@ vscode.languages.registerCompletionItemProvider('astrolang', {
"vége",
"halgass",
"kapcsolódj",
"kérés",
"írj",
"olvass",

View file

@ -2,7 +2,7 @@
"name": "astrolang-extension",
"displayName": "Astro Lang",
"icon": "asl.png",
"version": "1.0.1",
"version": "1.0.2",
"description": "The extension for Astro Lang",
"license": "MIT",
"author": "Afonya",