Skip to content

Commit

Permalink
Publish extension
Browse files Browse the repository at this point in the history
  • Loading branch information
loicknuchel committed Nov 25, 2024
1 parent f19f431 commit d0b8290
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
1 change: 1 addition & 0 deletions extensions/vscode-aml/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
dist
node_modules
*.vsix
2 changes: 2 additions & 0 deletions extensions/vscode-aml/.vscodeignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.vscode/**
.vscode-test-web/**
resources/**
assets/*.svg
src/**
out/**
node_modules/**
Expand Down
9 changes: 6 additions & 3 deletions extensions/vscode-aml/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 4 additions & 1 deletion extensions/vscode-aml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)

0 comments on commit d0b8290

Please sign in to comment.