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: docs/settings.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ Experimental Feature: Enable/Disable entries from the context menu in the editor
174
174
|`fillStruct`| If true, adds command to fill struct literal with default values to the editor context menu <br/> Default: `true`|
175
175
|`generateTestForFile`| If true, adds command to generate unit tests for current file to the editor context menu <br/> Default: `true`|
176
176
|`generateTestForFunction`| If true, adds command to generate unit tests for function under the cursor to the editor context menu <br/> Default: `true`|
177
-
|`generateTestForPackage`| If true, adds command to generate unit tests for currnt package to the editor context menu <br/> Default: `true`|
177
+
|`generateTestForPackage`| If true, adds command to generate unit tests for current package to the editor context menu <br/> Default: `true`|
178
178
|`playground`| If true, adds command to upload the current file or selection to the Go Playground <br/> Default: `true`|
179
179
|`removeTags`| If true, adds command to remove configured tags from struct fields to the editor context menu <br/> Default: `true`|
180
180
|`testAtCursor`| If true, adds command to run the test under the cursor to the editor context menu <br/> Default: `false`|
0 commit comments