Skip to content

Commit

Permalink
Merge pull request #23 from LuqueDaniel/prepare-2.0-release
Browse files Browse the repository at this point in the history
Prepare 2.0.0 release
  • Loading branch information
LuqueDaniel authored Oct 16, 2021
2 parents d39c224 + db4bcb8 commit f6f4743
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# More information: https://github.com/HaaLeo/publish-vscode-extension

name: "Publish Extension"
name: Publish Extension

on:
push:
tags:
- "*"
release:
types: [created]

jobs:
deploy:
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Changelog

## 2.0.0 (2021/09/01)
## 2.0.0 (2021/10/16)

### Features

These features have been added by [@rdurfee](https://github.com/rdurfee) - PR [#21](https://github.com/LuqueDaniel/vscode-language-renpy/pull/21).

* Extension Settings - Allows you to enable/disable certain new functionality
* Hover - Hovering over a keyword will display the selected item's source file/location as well as documentation if available
* Definition - Adds support for right-click Go To Definition (F12), which will jump to the selected keyword's source
Expand Down
2 changes: 1 addition & 1 deletion Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Please note we have a [code of conduct](https://github.com/LuqueDaniel/vscode-la

## Reporting bugs or proposing features

Always open one issue for one bug or feature. Create one new issue for each bug or feature.
Open a new issue for each bug or feature you want to propose.

1. Before reporting a bug :mag: **[check](https://github.com/LuqueDaniel/vscode-language-renpy/issues)** if it has
already been reported.
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,11 @@ Feel free to [contribute](https://github.com/LuqueDaniel/vscode-language-renpy/b

> Document Symbols are displayed in the Outline window in the sidebar.
## Integrate VSCode as code editor in Ren'Py

You can copy the [`Visual Studio Code.edit.py`](https://raw.githubusercontent.com/LuqueDaniel/vscode-language-renpy/master/Visual%20Studio%20Code.edit.py) file that is available at the root of this repository to the root of your project directory. This will add VSCode (or ) to the list of text editors in Ren'Py.

## Thanks To

* [language-renpy](https://github.com/renpy/language-renpy). All contributors
* [Koroshiya](https://github.com/koroshiya) ([Sublime-Renpy](https://github.com/koroshiya/Sublime-Renpy))
- [language-renpy](https://github.com/renpy/language-renpy). All contributors
- [Koroshiya](https://github.com/koroshiya) ([Sublime-Renpy](https://github.com/koroshiya/Sublime-Renpy))

0 comments on commit f6f4743

Please sign in to comment.