| 1 | <Page |
| 2 | x:Class="WslSettings.Views.OOBE.VSCodeIntegrationPage" |
| 3 | xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
| 4 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
| 5 | xmlns:behaviors="using:WslSettings.Behaviors" |
| 6 | xmlns:controls="using:WslSettings.Controls" |
| 7 | behaviors:NavigationViewHeaderBehavior.HeaderMode="Never"> |
| 8 | |
| 9 | <controls:OOBEContent x:Uid="Settings_OOBEVSCodeIntegration" HeroImage="ms-appx:///Assets/SettingsOOBEVSCodeIntegration.png"> |
| 10 | <controls:OOBEContent.PageContent> |
| 11 | <StackPanel Orientation="Vertical" Spacing="12"> |
| 12 | <TextBlock x:Uid="Settings_OOBEVSCodeIntegration_VSCodeInstallTitle" Style="{StaticResource OobeSubtitleStyle}" Margin="0,0,0,-6"/> |
| 13 | <TextBlock x:Uid="Settings_OOBEVSCodeIntegration_VSCodeInstallSample" TextWrapping="Wrap"/> |
| 14 | <TextBlock x:Uid="Settings_OOBEVSCodeIntegration_VSCodeOpenProjectTitle" Style="{StaticResource OobeSubtitleStyle}" Margin="0,12,0,-6"/> |
| 15 | <TextBlock x:Uid="Settings_OOBEVSCodeIntegration_VSCodeOpenProjectSample" TextWrapping="Wrap"/> |
| 16 | <HyperlinkButton x:Uid="Settings_OOBEVSCodeIntegrationLink" Margin="0,6,0,0" Style="{StaticResource TextButtonStyle}"/> |
| 17 | </StackPanel> |
| 18 | </controls:OOBEContent.PageContent> |
| 19 | </controls:OOBEContent> |
| 20 | </Page> |