File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1132,7 +1132,7 @@ begin
11321132 end ;
11331133end ;
11341134
1135- // http ://stackoverflow.com/a/23838239/261019
1135+ // https ://stackoverflow.com/a/23838239/261019
11361136procedure Explode (var Dest: TArrayOfString; Text: String; Separator: String);
11371137var
11381138 i, p: Integer;
Original file line number Diff line number Diff line change 44 *--------------------------------------------------------------------------------------------*/
55
66.monaco-workbench .pane-body .integrated-terminal .xterm-viewport {
7- /* Use the hack presented in http ://stackoverflow.com/a/38748186/1156119 to get opacity transitions working on the scrollbar */
7+ /* Use the hack presented in https ://stackoverflow.com/a/38748186/1156119 to get opacity transitions working on the scrollbar */
88 -webkit-background-clip : text;
99 background-clip : text;
1010 -webkit-text-fill-color : transparent;
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export default () => `
4040 <li><a href="command:workbench.action.openTipsAndTricksUrl">${ escape ( localize ( 'welcomePage.tipsAndTricks' , "Tips and Tricks" ) ) } </a></li>
4141 <li><a href="command:workbench.action.openDocumentationUrl">${ escape ( localize ( 'welcomePage.productDocumentation' , "Product documentation" ) ) } </a></li>
4242 <li><a href="https://github.com/Microsoft/vscode">${ escape ( localize ( 'welcomePage.gitHubRepository' , "GitHub repository" ) ) } </a></li>
43- <li><a href="http ://stackoverflow.com/questions/tagged/vscode?sort=votes&pageSize=50">${ escape ( localize ( 'welcomePage.stackOverflow' , "Stack Overflow" ) ) } </a></li>
43+ <li><a href="https ://stackoverflow.com/questions/tagged/vscode?sort=votes&pageSize=50">${ escape ( localize ( 'welcomePage.stackOverflow' , "Stack Overflow" ) ) } </a></li>
4444 <li><a href="command:workbench.action.openNewsletterSignupUrl">${ escape ( localize ( 'welcomePage.newsletterSignup' , "Join our Newsletter" ) ) } </a></li>
4545 </ul>
4646 </div>
You can’t perform that action at this time.
0 commit comments