Skip to content

Commit

Permalink
docs: update README and CHANGELOG
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Hakanson <kevhak@amazon.com>
  • Loading branch information
hakanson committed Apr 14, 2024
1 parent 76a8cc8 commit d9a1fae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.6.2 (Preview) 2024-04-15

- Update to Cedar 2.4.5
- IntelliSense and hover help updates

## v0.6.1 (Preview) 2024-02-19

- IntelliSense and hover help fixes
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ The Cedar policy language extension for Visual Studio Code supports syntax highl

Cedar is an open-source language for writing authorization policies and making authorization decisions based on those policies. Visit the [Cedar policy language reference guide](https://docs.cedarpolicy.com/) for the documentation and the language specification.

**Note:** The release version of this extension uses Cedar 2.x. Switch to Pre-Release Version for Cedar 3.x features.

## Features

### Cedar policy language
Expand Down
4 changes: 2 additions & 2 deletions development.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ Then build and test the extension inside the container. This will take several

### Local Install

This extension can locally be installed to `~/.vscode/extensions` using the command palette and selecting **Extensions: Install from VSIX...** or running the following [Visual Studio Code command-line interface](https://code.visualstudio.com/docs/editor/command-line) command (see link if `code` is not in your PATH):
This extension can locally be installed to `~/.vscode/extensions` using the command palette and selecting **Extensions: Install from VSIX...** or running the following [Visual Studio Code command-line interface](https://code.visualstudio.com/docs/editor/command-line) command (see link if `code` is not in your PATH) replacing the `.vsix` filename:

```bash
code --install-extension vscode-cedar-0.6.1.vsix
code --install-extension vscode-cedar-{major}.{minor}.{patch}.vsix
```

Note: Preview install may see a `[DEP0005] DeprecationWarning` tracked in GitHub issue [install-extension command throws Buffer deprecated warning #82524](https://github.com/microsoft/vscode/issues/82524)
Expand Down

0 comments on commit d9a1fae

Please sign in to comment.