diff --git a/.vscode/settings.json b/.vscode/settings.json index ca2c1757c..a8be6b775 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" } diff --git a/codegen/inferred_relationships.hack b/codegen/inferred_relationships.hack index 1be8b7c31..db86930c9 100644 --- a/codegen/inferred_relationships.hack +++ b/codegen/inferred_relationships.hack @@ -1,7 +1,7 @@ /** * This file is generated. Do not modify it manually! * - * @generated SignedSource<<0cb6442b34479c8ca9d81ac0cc1ec48a>> + * @generated SignedSource<> */ namespace Facebook\HHAST\__Private; @@ -3490,6 +3490,7 @@ const dict> INFERRED_RELATIONSHIPS = dict[ 'list|list_item>', 'list|list_item>', 'list|list_item>', + 'list|list_item>', 'list>', 'list>', 'list>', diff --git a/codegen/syntax/LambdaExpression.hack b/codegen/syntax/LambdaExpression.hack index 517d49143..67ca2a740 100644 --- a/codegen/syntax/LambdaExpression.hack +++ b/codegen/syntax/LambdaExpression.hack @@ -1,7 +1,7 @@ /** * This file is generated. Do not modify it manually! * - * @generated SignedSource<> + * @generated SignedSource<<097a1f1e47bfd77ce63c58fe0740f31a>> */ namespace Facebook\HHAST; use namespace Facebook\TypeAssert; diff --git a/codegen/syntax/QualifiedName.hack b/codegen/syntax/QualifiedName.hack index 22d31c6cb..2641f23e0 100644 --- a/codegen/syntax/QualifiedName.hack +++ b/codegen/syntax/QualifiedName.hack @@ -1,7 +1,7 @@ /** * This file is generated. Do not modify it manually! * - * @generated SignedSource<> + * @generated SignedSource<> */ namespace Facebook\HHAST; use namespace Facebook\TypeAssert;