Skip to content

Commit

Permalink
Regenerate signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
lexidor committed Dec 24, 2023
1 parent b5fbe55 commit a5901d4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
12 changes: 7 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"hack.hhastPath": "bin/hhast-lint",
"hack.useHhast": true,
"files.associations": {
"*.php": "hack"
}
"editor.detectIndentation": false,
"editor.tabSize": 2,
"editor.rulers": [80],
"hack.remote.docker.containerName": "hhvm-hhast-container",
"hack.remote.enabled": true,
"hack.remote.type": "docker",
"hack.remote.workspacePath": "/mnt/project"
}
3 changes: 2 additions & 1 deletion codegen/inferred_relationships.hack

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

2 changes: 1 addition & 1 deletion codegen/syntax/LambdaExpression.hack

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

2 changes: 1 addition & 1 deletion codegen/syntax/QualifiedName.hack

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

0 comments on commit a5901d4

Please sign in to comment.