Remove remaining references to remote-queries
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -22,7 +22,7 @@ CHANGELOG.md merge=union
|
|||||||
|
|
||||||
# Mark some JSON files containing test data as generated so they are not included
|
# Mark some JSON files containing test data as generated so they are not included
|
||||||
# as part of diffs or language statistics.
|
# as part of diffs or language statistics.
|
||||||
extensions/ql-vscode/src/stories/remote-queries/data/*.json linguist-generated
|
extensions/ql-vscode/src/stories/variant-analysis/data/*.json linguist-generated
|
||||||
|
|
||||||
# Always use LF line endings, also on Windows
|
# Always use LF line endings, also on Windows
|
||||||
* text=auto eol=lf
|
* text=auto eol=lf
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
**/* @github/codeql-vscode-reviewers
|
**/* @github/codeql-vscode-reviewers
|
||||||
**/remote-queries/ @github/code-scanning-secexp-reviewers
|
|
||||||
**/variant-analysis/ @github/code-scanning-secexp-reviewers
|
**/variant-analysis/ @github/code-scanning-secexp-reviewers
|
||||||
**/databases/ @github/code-scanning-secexp-reviewers
|
**/databases/ @github/code-scanning-secexp-reviewers
|
||||||
|
|||||||
@@ -109,11 +109,7 @@ export function tryResolveLocation(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export type WebviewView =
|
export type WebviewView = "results" | "compare" | "variant-analysis";
|
||||||
| "results"
|
|
||||||
| "compare"
|
|
||||||
| "remote-queries"
|
|
||||||
| "variant-analysis";
|
|
||||||
|
|
||||||
export interface WebviewMessage {
|
export interface WebviewMessage {
|
||||||
t: string;
|
t: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user