You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/TELEMETRY.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,11 @@ GitHub collects anonymized information related to the usage of the extensions. T
17
17
18
18
## How long will data be retained?
19
19
20
-
Data will be retained for a maximum of 30 days.
20
+
IP address and GUIDs will be retained for a maximum of 30 days. Aggregated data of command identifiers and run times will be retained for a maximum of 180 days.
21
21
22
22
## Who will have access to this data?
23
23
24
-
IP address and GUIDs will be available to the core developers of CodeQL. Aggregated data will be available to GitHub employees.
24
+
IP address and GUIDs will only be available to the core developers of CodeQL. Aggregated data will be available to GitHub employees.
Copy file name to clipboardExpand all lines: extensions/ql-vscode/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
## [UNRELEASED]
4
4
5
+
## 1.3.10 - 20 January 2021
6
+
7
+
- Include the full stack in error log messages to help with debugging. [#726](https://github.com/github/vscode-codeql/pull/726)
8
+
9
+
## 1.3.9 - 12 January 2021
10
+
11
+
- No changes visible to end users.
12
+
5
13
## 1.3.8 - 17 December 2020
6
14
7
15
- Ensure databases are unlocked when removing them from the workspace. This will ensure that after a database is removed from VS Code, queries can be run on it from the command line without restarting the IDE. Requires CodeQL CLI 2.4.1 or later. [#681](https://github.com/github/vscode-codeql/pull/681)
Copy file name to clipboardExpand all lines: extensions/ql-vscode/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
"description": "CodeQL for Visual Studio Code",
5
5
"author": "GitHub",
6
6
"private": true,
7
-
"version": "1.3.9",
7
+
"version": "1.3.11",
8
8
"publisher": "GitHub",
9
9
"license": "MIT",
10
10
"icon": "media/VS-marketplace-CodeQL-icon.png",
@@ -708,15 +708,15 @@
708
708
"viewsWelcome": [
709
709
{
710
710
"view": "codeQLAstViewer",
711
-
"contents": "Run the 'CodeQL: View AST' command on an open source file from a Code QL database.\n[View AST](command:codeQL.viewAst)"
711
+
"contents": "Run the 'CodeQL: View AST' command on an open source file from a CodeQL database.\n[View AST](command:codeQL.viewAst)"
712
712
},
713
713
{
714
714
"view": "codeQLQueryHistory",
715
715
"contents": "Run the 'CodeQL: Run Query' command on a QL query.\n[Run Query](command:codeQL.runQuery)"
716
716
},
717
717
{
718
718
"view": "codeQLDatabases",
719
-
"contents": "Add a Code QL database:\n[From a folder](command:codeQLDatabases.chooseDatabaseFolder)\n[From an archive](command:codeQLDatabases.chooseDatabaseArchive)\n[From a URL (as a zip file)](command:codeQLDatabases.chooseDatabaseInternet)\n[From LGTM](command:codeQLDatabases.chooseDatabaseLgtm)"
719
+
"contents": "Add a CodeQL database:\n[From a folder](command:codeQLDatabases.chooseDatabaseFolder)\n[From an archive](command:codeQLDatabases.chooseDatabaseArchive)\n[From a URL (as a zip file)](command:codeQLDatabases.chooseDatabaseInternet)\n[From LGTM](command:codeQLDatabases.chooseDatabaseLgtm)"
0 commit comments