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)