Skip to content

Commit

Permalink
Merge master into develop (#320)
Browse files Browse the repository at this point in the history
* Chore: Allow 000*.rpy files in renpy/common (#300)

* RunRenpyViaplugin (#291)

* Edited extensions method to add way to run renpy

* Added the command to the pallete via json

* Adding debug config to allow renpy to be played from play button

* changed type to cmd

* reformatted with prettier

* This format might work?

* Refactored if statement to make it more readable

* Refactoring of folder names and chaning if statements

* This commit fixed the issues in comment https://github.com/LuqueDaniel/vscode-language-renpy/pull/291#discussion_r1170180867, , refactoring if statement

* reformated through magical means... God I hate switching computers

* Reformated with the correct file, please ignore previous one

* Ignore dist folder (#303)

* Ignore dist folder (#301)

* Chore(Enhancement) - Add a command that cleans up compiled files.

* Update the command title to match the convention.

* Use await/async syntax

* Adds PR ci to master

Fixes #306

* Fixes codeql-analysis.yml format

* Adds setup action

* Fix package lock after merge

---------

Co-authored-by: a2937 <[email protected]>
Co-authored-by: seanj29 <[email protected]>
Co-authored-by: Daniel Luque <[email protected]>
  • Loading branch information
4 people authored Jun 2, 2023
1 parent 75c5e55 commit dabd2b7
Show file tree
Hide file tree
Showing 3 changed files with 238 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: PR Check

on:
pull_request:
branches:
- master
- develop

env:
NODE_VERSION: 16
Expand Down
235 changes: 233 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
"vsce": "^2.9.2",
"prettier": "^2.7.1"
"prettier": "^2.7.1",
"@vscode/vsce": "^2.15.0"
}
}

0 comments on commit dabd2b7

Please sign in to comment.