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 277f95e commit 2ba4fa4Copy full SHA for 2ba4fa4
src/vs/workbench/contrib/terminalContrib/suggest/browser/terminal.suggest.contribution.ts
@@ -302,7 +302,7 @@ registerTerminalAction({
302
weight: KeybindingWeight.WorkbenchContrib + 1
303
},
304
run: (c, accessor) => {
305
- (accessor.get(IOpenerService)).open('https://code.visualstudio.com/docs/terminal/shell-integration#_intellisense');
+ (accessor.get(IOpenerService)).open('https://aka.ms/vscode-terminal-intellisense');
306
}
307
});
308
0 commit comments