提交 364923c0 编写于 作者: H Harald Kirschner

Fixes #115327 with HC images for GS setup/beginners.

上级 80a74dde
......@@ -243,7 +243,7 @@ export const content: GettingStartedContent = [
type: 'image', altText: 'The "Turn on Sync" entry in the settings gear menu.', path: {
dark: 'dark/settingsSync.png',
light: 'light/settingsSync.png',
hc: 'light/settingsSync.png',
hc: 'hc/settingsSync.png',
},
}
},
......@@ -326,7 +326,7 @@ export const content: GettingStartedContent = [
type: 'image', altText: 'Command Palette overlay for searching and executing commands.', path: {
dark: 'dark/commandPalette.png',
light: 'light/commandPalette.png',
hc: 'light/commandPalette.png',
hc: 'hc/commandPalette.png',
}
},
},
......@@ -344,7 +344,7 @@ export const content: GettingStartedContent = [
type: 'image', altText: 'Integrated terminal running a few npm commands', path: {
dark: 'dark/terminal.png',
light: 'light/terminal.png',
hc: 'light/terminal.png',
hc: 'hc/terminal.png',
}
},
},
......@@ -361,7 +361,7 @@ export const content: GettingStartedContent = [
type: 'image', altText: 'VS Code extension marketplace with featured language extensions', path: {
dark: 'dark/extensions.png',
light: 'light/extensions.png',
hc: 'light/extensions.png',
hc: 'hc/extensions.png',
}
},
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册