shell_gpt icon indicating copy to clipboard operation
shell_gpt copied to clipboard

GitHub codespaces setup

Open TheR1D opened this issue 2 years ago • 1 comments

TheR1D avatar Mar 14 '23 00:03 TheR1D

Using VSCode >Configure Recommended Extensions (Workspace Folder) I generated this extensions.json file, with two entries:

{
	// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
	// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp

	// List of extensions which should be recommended for users of this workspace.
	"recommendations": [
		"ms-python.pylint",
		"ms-python.python"
	],
	// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
	"unwantedRecommendations": []
}

I believe this will produce something like this:

(source article)

Could be useful for developers.

joeytwiddle avatar Mar 26 '23 05:03 joeytwiddle