| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This file was deleted.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| { | ||
| // Place your codeql-action workspace snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and | ||
| // description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope | ||
| // is left empty or omitted, the snippet gets applied to all languages. The prefix is what is | ||
| // used to trigger the snippet and the body will be expanded and inserted. Possible variables are: | ||
| // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. | ||
| // Placeholders with the same ids are connected. | ||
| // Example: | ||
| // "Print to console": { | ||
| // "scope": "javascript,typescript", | ||
| // "prefix": "log", | ||
| // "body": [ | ||
| // "console.log('$1');", | ||
| // "$2" | ||
| // ], | ||
| // "description": "Log output to console" | ||
| // } | ||
| "Test Macro": { | ||
| "scope": "javascript, typescript", | ||
| "prefix": "testMacro", | ||
| "body": [ | ||
| "const ${1:nameMacro} = test.macro({", | ||
| " exec: async (t: ExecutionContext<unknown>) => {},", | ||
| "", | ||
| " title: (providedTitle = \"\") => `${2:common title} - \\${providedTitle}`,", | ||
| "});", | ||
| ], | ||
| "description": "An Ava test macro", | ||
| }, | ||
| } |
| Back | FazBrowse Home | New Git URL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low QualityThe 4.35.0 section looks incomplete relative to the PRs being merged into this release branch. In particular, PRs like #3554 (overlay changed files should always include all PR diff files for diff-informed analysis) and #3579 (fix warning behavior for PAT-like token with username) appear user-facing but aren’t mentioned here. Please add any missing user-facing entries for this release (or confirm these are intentionally excluded).
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.