mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-05 17:31:22 +02:00
#673 - git enablement
This commit is contained in:
@@ -191,6 +191,14 @@ export enum LocalizationKey {
|
||||
* Run full diagnostics
|
||||
*/
|
||||
settingsDiagnosticLink = 'settings.diagnostic.link',
|
||||
/**
|
||||
* Git synchronization
|
||||
*/
|
||||
settingsGitEnabled = 'settings.git.enabled',
|
||||
/**
|
||||
* Enable Git synchronization to easily sync your changes with your repository.
|
||||
*/
|
||||
settingsGitEnabledDescription = 'settings.git.enabled.description',
|
||||
/**
|
||||
* Website and SSG settings
|
||||
*/
|
||||
@@ -919,6 +927,14 @@ export enum LocalizationKey {
|
||||
* Now that Front Matter knows all the content folders. Would you like to import all tags and categories from the available content?
|
||||
*/
|
||||
dashboardStepsStepsToGetStartedTagsDescription = 'dashboard.steps.stepsToGetStarted.tags.description',
|
||||
/**
|
||||
* Do you want to enable Git synchronization?
|
||||
*/
|
||||
dashboardStepsStepsToGetStartedGitName = 'dashboard.steps.stepsToGetStarted.git.name',
|
||||
/**
|
||||
* Enable Git synchronization to eaily sync your changes with your repository.
|
||||
*/
|
||||
dashboardStepsStepsToGetStartedGitDescription = 'dashboard.steps.stepsToGetStarted.git.description',
|
||||
/**
|
||||
* Show the dashboard
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user