Add mock VSCode API in Storybook

This allows us to add a story for the "main" remote queries view.
This commit is contained in:
Koen Vlaswinkel
2022-09-07 14:35:03 +02:00
parent 6018ebaca9
commit 2211e2317d
6 changed files with 15722 additions and 2 deletions

6
.gitattributes vendored
View File

@@ -18,4 +18,8 @@ yarn.lock merge=binary
# https://mirrors.edge.kernel.org/pub/software/scm/git/docs/gitattributes.html
# suggests that this might interleave lines arbitrarily, but empirically
# it keeps added chunks contiguous
CHANGELOG.md merge=union
CHANGELOG.md merge=union
# Mark some JSON files containing test data as generated so they are not included
# as part of diffs or language statistics.
extensions/ql-vscode/src/stories/remote-queries/data/*.json linguist-generated