Skip to content

Commit

Permalink
add fwd link to doc-page, #21886
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Apr 17, 2018
1 parent e7b8bd2 commit 7ba3b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/api/node/extHost.api.impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export function createApiFactory(
let checkSelector = (function () {
let done = initData.environment.extensionDevelopmentPath !== extension.extensionFolderPath;
function inform(selector: vscode.DocumentSelector) {
console.info(`Extension '${extension.id}' uses a document selector that applies to all schemes.}`);
console.info(`Extension '${extension.id}' uses a document selector without scheme. Learn more about this: https://go.microsoft.com/fwlink/?linkid=872305`);
done = true;
}
return function perform(selector: vscode.DocumentSelector): vscode.DocumentSelector {
Expand Down

0 comments on commit 7ba3b0c

Please sign in to comment.