Merge branch 'main' into robertbrignull/ResultTables-naming

This commit is contained in:
Robert
2023-08-03 15:03:57 +01:00
4 changed files with 5 additions and 9 deletions

View File

@@ -1,5 +1,7 @@
# CodeQL for Visual Studio Code: Changelog
## [UNRELEASED]
## 1.8.9 - 3 August 2023
- Remove "last updated" information and sorting from variant analysis results view. [#2637](https://github.com/github/vscode-codeql/pull/2637)

View File

@@ -1,12 +1,12 @@
{
"name": "vscode-codeql",
"version": "1.8.9",
"version": "1.8.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vscode-codeql",
"version": "1.8.9",
"version": "1.8.10",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

@@ -4,7 +4,7 @@
"description": "CodeQL for Visual Studio Code",
"author": "GitHub",
"private": true,
"version": "1.8.9",
"version": "1.8.10",
"publisher": "GitHub",
"license": "MIT",
"icon": "media/VS-marketplace-CodeQL-icon.png",

View File

@@ -173,12 +173,6 @@ export class ResultTables extends React.Component<
}
}
untoggleProblemsView() {
this.setState({
problemsViewSelected: false,
});
}
private onTableSelectionChange = (
event: React.ChangeEvent<HTMLSelectElement>,
): void => {