Skip to content

Commit 4e310ce

Browse files
author
Dave Bartolomeo
committed
Merge remote-tracking branch 'origin/main' into dbartol/provenance
2 parents d68e270 + 68bfa00 commit 4e310ce

File tree

10 files changed

+789
-2661
lines changed

10 files changed

+789
-2661
lines changed

extensions/ql-vscode/.storybook/vscode-theme-addon/manager.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as React from "react";
22
import { addons } from "@storybook/manager-api";
3-
import { Addon_TypesEnum } from "@storybook/types";
3+
import { Addon_TypesEnum } from "storybook/internal/types";
44
import { ThemeSelector } from "./ThemeSelector";
55

66
const ADDON_ID = "vscode-theme-addon";

extensions/ql-vscode/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [UNRELEASED]
44

5+
- Update variant analysis view to display the length of the shortest path for path queries. [#3671](https://github.com/github/vscode-codeql/pull/3671)
6+
57
## 1.13.1 - 29 May 2024
68

79
- Fix a bug when re-importing test databases that erroneously showed old source code. [#3616](https://github.com/github/vscode-codeql/pull/3616)

0 commit comments

Comments
 (0)