Add actual images for content

This commit is contained in:
Jackson Kearl 2020-11-30 20:55:50 -08:00
parent e428ce2d26
commit bd627caa54
8 changed files with 5 additions and 5 deletions

View file

@ -43,7 +43,7 @@ export const content: GettingStartedContent = [
title: localize('pickColorTask.title', "Color Theme"),
button: { title: localize('pickColorTask.button', "Find a Theme"), command: 'workbench.action.selectTheme' },
doneOn: { eventFired: 'themeSelected' },
media: 'Square.png'
media: 'ColorTheme.jpg'
},
{
@ -55,7 +55,7 @@ export const content: GettingStartedContent = [
command: 'workbench.extensions.action.showRecommendedKeymapExtensions'
},
doneOn: { commandExecuted: 'workbench.extensions.action.showRecommendedKeymapExtensions' },
media: 'Tall.png',
media: 'Extensions.jpg',
},
{
@ -67,7 +67,7 @@ export const content: GettingStartedContent = [
command: 'workbench.extensions.action.showLanguageExtensions',
},
doneOn: { commandExecuted: 'workbench.extensions.action.showLanguageExtensions' },
media: 'Short.png',
media: 'Languages.jpg',
},
{
@ -80,7 +80,7 @@ export const content: GettingStartedContent = [
command: 'workbench.action.files.openFileFolder'
},
doneOn: { commandExecuted: 'workbench.action.files.openFileFolder' },
media: 'Square.png'
media: 'OpenFolder.jpg'
},
{
@ -93,7 +93,7 @@ export const content: GettingStartedContent = [
command: 'workbench.action.files.openFolder'
},
doneOn: { commandExecuted: 'workbench.action.files.openFolder' },
media: 'Square.png'
media: 'OpenFolder.png'
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 179 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB