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/ISSUE_TEMPLATE/bug_report.yml
+8-12Lines changed: 8 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ body:
19
19
attributes:
20
20
label: GitLens Version
21
21
description: What version of GitLens are you using?
22
-
placeholder: 12.0.0
22
+
placeholder: 16.0.0
23
23
validations:
24
24
required: true
25
25
- type: textarea
@@ -28,22 +28,18 @@ body:
28
28
label: VS Code Version
29
29
description: What version of VS Code are you using? Copy from Help -> About
30
30
placeholder: |
31
-
Version: 1.70.0-insider (user setup)
32
-
Commit: 1cd90cceddf3c413673963ab6f154d2ff294b17c
33
-
Date: 2022-07-15T05:16:39.110Z
34
-
Electron: 18.3.5
35
-
Chromium: 100.0.4896.160
36
-
Node.js: 16.13.2
37
-
V8: 10.0.139.17-electron.0
38
-
OS: Windows_NT x64 10.0.22622
31
+
Version: 1.98.0-insider
32
+
Commit: 44028decf1ca81a0cbf99a65ab72cca6735449f2
33
+
Date: 2025-02-14T05:04:46.748Z
34
+
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Code-Insiders/1.98.0-insider Chrome/132.0.6834.194 Electron/34.1.0 Safari/537.36
39
35
validations:
40
36
required: false
41
37
- type: input
42
38
id: git
43
39
attributes:
44
40
label: Git Version
45
41
description: 'What version of Git are you using? Use `git --version`'
46
-
placeholder: 'git version 2.37.0.windows.1'
42
+
placeholder: 'git version 2.47.1.windows.2'
47
43
validations:
48
44
required: false
49
45
- type: textarea
@@ -52,9 +48,9 @@ body:
52
48
description: |
53
49
Logs? Links? References? Anything that will give us more context about the issue you are encountering!
54
50
placeholder: |
55
-
For intermittent issues, please enable debug logging by running the _GitLens: Enable Debug Logging_ command from the Command Palette (<kbd>F1</kbd> or <kbd>ctrl/cmd</kbd>+<kbd>shift</kbd>+<kbd>p</kbd>).
51
+
Please enable debug logging by running the _GitLens: Enable Debug Logging_ command from the Command Palette (<kbd>F1</kbd> or <kbd>ctrl/cmd</kbd>+<kbd>shift</kbd>+<kbd>p</kbd>).
56
52
This will enable logging to the _GitLens_ & _GitLens (Git)_ channels in the _Output_ pane.
57
53
58
-
Once enabled, please reproduce the issue, and attach the logs from the _GitLens_ channel, and if its Git related please also attach the logs from the _GitLens (Git)_ channel.
54
+
Once enabled, please reproduce the issue and use the _Export Logs..._ command in the Output pane's ..` menu and select both the _GitLens_ & _GitLens (Git)_.
0 commit comments