Skip to content

Commit f6f4743

Browse files
authored
Merge pull request #23 from LuqueDaniel/prepare-2.0-release
Prepare 2.0.0 release
2 parents d39c224 + db4bcb8 commit f6f4743

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# More information: https://github.com/HaaLeo/publish-vscode-extension
22

3-
name: "Publish Extension"
3+
name: Publish Extension
44

55
on:
6-
push:
7-
tags:
8-
- "*"
6+
release:
7+
types: [created]
98

109
jobs:
1110
deploy:

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Changelog
22

3-
## 2.0.0 (2021/09/01)
3+
## 2.0.0 (2021/10/16)
44

55
### Features
66

7+
These features have been added by [@rdurfee](https://github.com/rdurfee) - PR [#21](https://github.com/LuqueDaniel/vscode-language-renpy/pull/21).
8+
79
* Extension Settings - Allows you to enable/disable certain new functionality
810
* Hover - Hovering over a keyword will display the selected item's source file/location as well as documentation if available
911
* Definition - Adds support for right-click Go To Definition (F12), which will jump to the selected keyword's source

Contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Please note we have a [code of conduct](https://github.com/LuqueDaniel/vscode-la
66

77
## Reporting bugs or proposing features
88

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

1111
1. Before reporting a bug :mag: **[check](https://github.com/LuqueDaniel/vscode-language-renpy/issues)** if it has
1212
already been reported.

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,11 @@ Feel free to [contribute](https://github.com/LuqueDaniel/vscode-language-renpy/b
6262

6363
> Document Symbols are displayed in the Outline window in the sidebar.
6464
65+
## Integrate VSCode as code editor in Ren'Py
66+
67+
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.
6568

6669
## Thanks To
6770

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

0 commit comments

Comments
 (0)