Skip to content

Commit

Permalink
AssociatedArrayType is parameterized
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Jan 24, 2023
1 parent 16bff34 commit ecb2f9d
Show file tree
Hide file tree
Showing 12 changed files with 467 additions and 105 deletions.
4 changes: 3 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"recommendations": [
"editorconfig.editorconfig",
"dbaeumer.vscode-eslint"
"dbaeumer.vscode-eslint",
"davidanson.vscode-markdownlint",
"zixuanchen.vitest-explorer"
]
}
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
],
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
}
},
"vitest.enable": true
}
Loading

0 comments on commit ecb2f9d

Please sign in to comment.