From d0b8290c254c4ef1a4da38f74b6938f441f00c52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Knuchel?= Date: Mon, 25 Nov 2024 13:33:34 +0100 Subject: [PATCH] Publish extension --- extensions/vscode-aml/.gitignore | 1 + extensions/vscode-aml/.vscodeignore | 2 ++ extensions/vscode-aml/CHANGELOG.md | 9 ++++++--- extensions/vscode-aml/README.md | 5 ++++- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/extensions/vscode-aml/.gitignore b/extensions/vscode-aml/.gitignore index de4d1f007..eaf5a2953 100644 --- a/extensions/vscode-aml/.gitignore +++ b/extensions/vscode-aml/.gitignore @@ -1,2 +1,3 @@ dist node_modules +*.vsix diff --git a/extensions/vscode-aml/.vscodeignore b/extensions/vscode-aml/.vscodeignore index 9d63524ad..54baf2c7d 100644 --- a/extensions/vscode-aml/.vscodeignore +++ b/extensions/vscode-aml/.vscodeignore @@ -1,5 +1,7 @@ .vscode/** .vscode-test-web/** +resources/** +assets/*.svg src/** out/** node_modules/** diff --git a/extensions/vscode-aml/CHANGELOG.md b/extensions/vscode-aml/CHANGELOG.md index 85af5dd4a..474406779 100644 --- a/extensions/vscode-aml/CHANGELOG.md +++ b/extensions/vscode-aml/CHANGELOG.md @@ -6,9 +6,12 @@ Check [Keep a Changelog](http://keepachangelog.com) for recommendations on how t ## [Unreleased] + +## 0.1.0 + ### Added - AML syntax highlighting -- AML snippets -- Command to convert AML to PostgreSQL, JSON, DOT, Mermaid and Markdown -- Command to convert SQL and JSON to AML +- AML suggestions via snippets +- AML symbol navigation +- Create AML file with sample content diff --git a/extensions/vscode-aml/README.md b/extensions/vscode-aml/README.md index 3e8cdc301..27d7551c5 100644 --- a/extensions/vscode-aml/README.md +++ b/extensions/vscode-aml/README.md @@ -4,7 +4,7 @@ This Visual Studio Code extension provides language support for [AML](https://azimutt.app/aml), an easy DSL to design database schemas. -![AML in VS Code](./assets/screenshot.png) +![AML in VS Code](assets/screenshot.png) ## Features @@ -60,3 +60,6 @@ Tips: ## Publication [Publish your extension](https://code.visualstudio.com/api/working-with-extensions/publishing-extension) on the VS Code extension marketplace. + +- Get Personal Access Token from [azimutt](https://dev.azure.com/azimutt) +- Manage extension from the [marketplace](https://marketplace.visualstudio.com/manage/publishers/azimutt)