Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.nls.json « github « extensions - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4e9bdab9dfa2fd86891c1b00574bbc5b28fc4a99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
	"displayName": "GitHub",
	"description": "GitHub features for VS Code",
	"config.gitAuthentication": "Controls whether to enable automatic GitHub authentication for git commands within VS Code.",
	"config.gitProtocol": "Controls which protocol is used to clone a GitHub repository",
	"welcome.publishFolder": {
		"message": "You can also directly publish this folder to a GitHub repository. Once published, you'll have access to source control features powered by git and GitHub.\n[$(github) Publish to GitHub](command:github.publish)",
		"comment": [
			"{Locked='$(github)'}",
			"Do not translate '$(github)'. It will be rendered as an icon",
			"{Locked='](command:github.publish'}",
			"Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
			"Please make sure there is no space between the right bracket and left parenthesis:  ]( this is an internal syntax for links"
		]
	},
	"welcome.publishWorkspaceFolder": {
		"message": "You can also directly publish a workspace folder to a GitHub repository. Once published, you'll have access to source control features powered by git and GitHub.\n[$(github) Publish to GitHub](command:github.publish)",
		"comment": [
			"{Locked='$(github)'}",
			"Do not translate '$(github)'. It will be rendered as an icon",
			"{Locked='](command:github.publish'}",
			"Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
			"Please make sure there is no space between the right bracket and left parenthesis:  ]( this is an internal syntax for links"
		]
	}
}