Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into sync-develop-master
Browse files Browse the repository at this point in the history
  • Loading branch information
LuqueDaniel committed Aug 29, 2022
2 parents 2f61598 + 7fab921 commit b385204
Show file tree
Hide file tree
Showing 7 changed files with 1,285 additions and 1,628 deletions.
50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/syntax_bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: Syntax bug report
description: Report a bug related to syntax
labels: ["topic:syntax"]
body:
- type: markdown
attributes:
value: |
Thank you for the report. Please follow the steps below:
- Read the [contributing guide](https://github.com/LuqueDaniel/vscode-language-renpy/blob/master/Contributing.md#reporting-bugs-or-proposing-features)
- Write a descriptive title for your issue.
- In order to identify the bug, we need you to provide screenshots with the [scope inspector](https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide#scope-inspector)
- type: input
id: version
attributes:
label: Extension version
description: Which version of the extension are you using?
placeholder: 2.1.0, 2.0.11...
validations:
required: true

- type: textarea
id: issue-description
attributes:
label: Issue description
description: |
Describe the issue. What doesn't work? And how do you expect it to work instead?
You can include images with drag and drop or pasting them.
validations:
required: true

- type: textarea
id: scope-inspector-screenshots
attributes:
label: Scope inspector screenshots
description: |
Please provide screenshots of the syntax you believe is incorrectly highlighted.
Include screenshots of the scopes on and around the incorrect area using the [scope inspector](https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide#scope-inspector).
You can include images with drag and drop or pasting them.
validations:
required: true

- type: textarea
id: code
attributes:
label: Code
description: |
Provide the minimum raw source code that displays the issue.
validations:
required: true
2 changes: 1 addition & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Contributing.md
package-lock.json
tsconfig.json
browser.webpack.config.ts
webpack.config.ts
webpack.config.ts
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 2.0.13 (2022/08/29)

### Fixes

* Fixed overwrite existing 'files.exclude' in `settings.json` [#184](https://github.com/LuqueDaniel/vscode-language-renpy/pull/184)

## 2.0.12 (2022/07/12)

### Changes

* Updated minimum version of VS Code to `1.63.0` [#159](https://github.com/LuqueDaniel/vscode-language-renpy/pull/159)
* Replaced config option `renpy.excludeRpycFilesFromWorkspace` with `renpy.excludeCompiledFilesFromWorkspace`. Now `*.rpyc`, `*.rpa`, `*.rpymc` files and the `cache/` directory will be excluded from the workspace [#155](https://github.com/LuqueDaniel/vscode-language-renpy/pull/155)

### Dependencies

* Bumps `@types/node` from `17.0.31` to `18.0.3` [#157](https://github.com/LuqueDaniel/vscode-language-renpy/pull/157)
* Bumps `typescript` from `4.6.4` to `4.7.4` [#152](https://github.com/LuqueDaniel/vscode-language-renpy/pull/152)

## 2.0.11 (2022/06/30)

### Changes
Expand Down
Loading

0 comments on commit b385204

Please sign in to comment.