We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a584933 commit bb09baeCopy full SHA for bb09bae
1 file changed
build/lib/extensions.js
@@ -205,7 +205,8 @@ const excludedDesktopExtensions = excludedCommonExtensions.concat([
205
]);
206
const excludedWebExtensions = excludedCommonExtensions.concat([]);
207
const marketplaceWebExtensions = [
208
- 'ms-vscode.references-view'
+ 'ms-vscode.references-view',
209
+ 'ms-vscode.github-browser'
210
];
211
const builtInExtensions = JSON.parse(fs.readFileSync(path.join(__dirname, '../../product.json'), 'utf8')).builtInExtensions;
212
/**
0 commit comments