{
"go.toolsManagement.autoUpdate": true,
"telemetry.telemetryLevel": "off",
"editor.autoClosingDelete": "always",
"editor.tabSize": 3,
"editor.unfoldOnClickAfterEndOfLine": true,
"editor.unicodeHighlight.includeStrings": false,
"indentRainbow.colors": [
"rgba(252,255,64,0.14)",
"rgba(74,255,64,0.14)",
"rgba(64,228,255,0.14)",
"rgba(144,64,255,0.14)",
"rgba(230,64,255,0.14)",
"rgba(255,64,64,0.14)",
"rgba(255,173,64,0.14)"
],
"go.addTags": {
"tags": "json,action",
"options": "json=omitempty",
"promptForTags": false,
"transform": "snakecase",
"template": "",
},
"go.inlayHints.functionTypeParameters": true,
"editor.minimap.showSlider": "always",
"editor.minimap.size": "fit",
"editor.codeActionsOnSave": {
},
"editor.guides.bracketPairs": true,
"editor.tabCompletion": "on",
"editor.wordWrap": "on",
"workbench.commandPalette.experimental.suggestCommands": true,
"workbench.editor.defaultBinaryEditor": "default",
"workbench.editor.highlightModifiedTabs": true,
"workbench.editor.pinnedTabsOnSeparateRow": true,
"workbench.editor.wrapTabs": true,
"go.editorContextMenuCommands": {
"removeTags": true,
"fillStruct": true,
"testFile": true,
"testPackage": true
},
"vscode-pets.throwBallWithMouse": true,
"vscode-pets.petSize": "large",
"go.buildTags": "force_rand_v2",
"explorer.openEditors.sortOrder": "alphabetical",
"editor.fontFamily": "Go Mono, Menlo, Monaco, 'Courier New', monospace",
"editor.rulers": [
80, 100, 120
],
"cmake.showOptionsMovedNotification": false,
"editor.unicodeHighlight.ambiguousCharacters": false,
"workbench.editor.editorActionsLocation": "titleBar",
"window.density.editorTabHeight": "compact",
"workbench.editor.openSideBySideDirection": "down",
"svnBlamer.autoBlame": true,
"workbench.colorTheme": "Shades of Purple",
"github.copilot.enable": {
"*": false,
"plaintext": false,
"markdown": false,
"scminput": false
},
"go.testEnvVars": {
},
"gopls": {
"ui.diagnostic.staticcheck": true,
},
"terminal.external.osxExec": "iTerm.app",
"go.inlayHints.constantValues": true,
"svn.path": "/usr/local/bin/svn",
"svnBlamer.svnExecutablePath": "/usr/local/bin/svn",
"editor.fontSize": 10,
"editor.codeLensFontFamily": "Go Mono, Menlo, Monaco, 'Courier New', monospace",
"go.alternateTools": {},
"go.inlayHints.ignoredError": true,
"chat.commandCenter.enabled": false,
"workbench.editor.showTabs": "none",
"editor.semanticTokenColorCustomizations": {
},
}
gopls version
Details
go env
Details
What did you do?
Hovered over a package name, the documentation of which contained doc links.
What did you see happen?
For e.g. the

ospackage I get this:What did you expect to see?
The
[Open],[Stat]and[*PathError]rendered as proper links.Interestingly, the doc links in the documentation of e.g. the
bytesandlogpackages are rendered correctly.Editor and settings
VSCode settings.json
Logs
No response