Skip to content

Commit

Permalink
Merge pull request #62 from tsingbx/debug
Browse files Browse the repository at this point in the history
add .yap support
  • Loading branch information
xushiwei authored Apr 9, 2024
2 parents 9dee575 + 750572a commit 6d236f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"workspaceContains:**/*.gmx",
"workspaceContains:**/*.gox",
"workspaceContains:**/*.gsh",
"workspaceContains:**/*.yap",
"onDebugInitialConfigurations",
"onDebugResolve:go",
"onDebugResolve:gop",
Expand Down Expand Up @@ -146,7 +147,8 @@
".rdx",
".gmx",
".gox",
".gsh"
".gsh",
".yap"
],
"aliases": [
"Goplus"
Expand Down

0 comments on commit 6d236f4

Please sign in to comment.