We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a985951 commit ea2412aCopy full SHA for ea2412a
src/vs/workbench/contrib/tags/electron-sandbox/workspaceTagsService.ts
@@ -814,7 +814,7 @@ export class WorkspaceTagsService implements IWorkspaceTagsService {
814
if (firstRequireBlockFound && line !== '') {
815
const packageName: string = line.split(' ')[0].trim();
816
if (GoModulesToLookFor.indexOf(packageName) > -1) {
817
- tags['workspace.go.mod' + packageName] = true;
+ tags['workspace.go.mod.' + packageName] = true;
818
}
819
820
0 commit comments