Skip to content

Commit

Permalink
1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Heroj04 committed Jan 13, 2022
1 parent 8adf410 commit 89486bf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the "bdsp-evscript-language-support" extension will be documented in this file.

## [1.4]

- Implement a Hover provider that displays descriptions for EvCmds

## [1.3]

- Command Palette commands for parsing and assembling ev_scripts using ev-as
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ Based off the amazing work done with [ev-as](https://github.com/z80rotom/ev-as)
- Syntax Highlighting
- Snippets for known ev commands
- Built in commands for Parsing and Assembling EvScripts
- Hover Information for EvCmd Descriptions

### Additional requirements

Some features such as Hover Information and using the built in commands require some pre-requisets to be installed on your computer

- `git`
- `python`

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "BDSP EvScript Language Support",
"description": "Language Suppport for Pokemon BDSP EvScript Files",
"icon": "evBall.png",
"version": "1.3.1",
"version": "1.4.0",
"repository": {
"type": "git",
"url": "https://github.com/Heroj04/bdsp-evscript-language-support"
Expand Down

0 comments on commit 89486bf

Please sign in to comment.