Skip to content

Commit acd67c5

Browse files
committed
update internal templates titles
1 parent d757d5d commit acd67c5

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

src/OperationExplorer.ts

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -414,44 +414,44 @@ export class OperationExplorer {
414414
{
415415
const itemList: ProjectTemplatePickItem[] = [
416416
{
417-
label: '8051 Quickstart (SDCC)',
418-
detail: 'Universal 8051 quickstart with SDCC',
417+
label: '8051 Quick Start (SDCC)',
418+
detail: 'Universal 8051 example project with SDCC',
419419
templateName: 'mcs51_sdcc',
420420
type: 'C51'
421421
},
422422
{
423-
label: 'STC15 Quickstart (SDCC)',
424-
detail: 'stc15 quickstart project with SDCC',
423+
label: 'STC15 Quick Start (SDCC)',
424+
detail: 'stc15 example project with SDCC',
425425
templateName: 'stc15_sdcc',
426426
type: 'C51'
427427
},
428428
{
429-
label: 'AVR FreeRTOS Quickstart',
430-
detail: 'avr atmega128 quickstart project (FreeRTOS) (WinAVR-GCC)',
429+
label: 'AVR FreeRTOS Quick Start (WinAVR-GCC)',
430+
detail: 'avr atmega128 example project',
431431
templateName: 'avr_atmega128_rtos',
432432
type: 'ANY-GCC'
433433
},
434434
{
435-
label: 'STM8S Quickstart (COSMIC STM8)',
436-
detail: 'stm8s quickstart project with COSMIC STM8 Compiler',
435+
label: 'STM8S Quick Start (COSMIC STM8)',
436+
detail: 'stm8s example project with COSMIC STM8 Compiler',
437437
templateName: 'stm8s_cosmic',
438438
type: 'C51'
439439
},
440440
{
441-
label: 'STM8 Quickstart (SDCC)',
442-
detail: 'stm8s quickstart project with SDCC',
441+
label: 'STM8S Quick Start (SDCC)',
442+
detail: 'stm8s example project with SDCC',
443443
templateName: 'stm8s_sdcc',
444444
type: 'C51'
445445
},
446446
{
447-
label: 'STM32F103 Cortex-M3 Quickstart',
448-
detail: 'stm32f1xx gcc quickstart project (ARM GCC)',
447+
label: 'STM32F103 Cortex-M3 Quick Start (GCC)',
448+
detail: 'stm32f1xx gcc example project with gcc',
449449
templateName: 'stm32f1xx_gcc',
450450
type: 'ARM'
451451
},
452452
{
453-
label: 'GD32VF103 RISC-V Quickstart',
454-
detail: 'gd32vf103 riscv quickstart project (RISC-V GCC)',
453+
label: 'GD32VF103 RISC-V Quick Start',
454+
detail: 'gd32vf103 riscv example project',
455455
templateName: 'gd32vf103_riscv',
456456
type: 'RISC-V'
457457
}

0 commit comments

Comments
 (0)