chore(ffi-linkage): add MIT license to vscode extension

LICENSE file (MIT, © 2025 agra — matching the repo-root LICENSE) +
`license: "MIT"` manifest field + README license section. Clears vsce's
missing-license warning; rebuilt the vsix.
This commit is contained in:
agra
2026-06-15 13:17:58 +03:00
parent f3c9747f5a
commit 8a3bdbe7b5
4 changed files with 23 additions and 1 deletions

View File

@@ -23,6 +23,7 @@
"categories": [
"Programming Languages"
],
"license": "MIT",
"activationEvents": [
"onLanguage:sx"
],