Skip to content

Commit

Permalink
Merge pull request #3068 from github/koesie10/find-github-repository
Browse files Browse the repository at this point in the history
Add finding of GitHub repositories in workspace
  • Loading branch information
koesie10 authored Nov 17, 2023
2 parents 383a121 + fe0c10a commit c0db180
Show file tree
Hide file tree
Showing 6 changed files with 1,026 additions and 2 deletions.
6 changes: 4 additions & 2 deletions extensions/ql-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"Programming Languages"
],
"extensionDependencies": [
"hbenl.vscode-test-explorer"
"hbenl.vscode-test-explorer",
"vscode.git"
],
"capabilities": {
"untrustedWorkspaces": {
Expand All @@ -38,7 +39,8 @@
"onWebviewPanel:resultsView",
"onWebviewPanel:codeQL.variantAnalysis",
"onWebviewPanel:codeQL.dataFlowPaths",
"onFileSystem:codeql-zip-archive"
"onFileSystem:codeql-zip-archive",
"workspaceContains:.git"
],
"main": "./out/extension",
"files": [
Expand Down
Loading

0 comments on commit c0db180

Please sign in to comment.