github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/docs/themes/hugo-theme-relearn/hugo-theme-relearn.code-workspace (about)

     1  {
     2  	"extensions": {
     3  		// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
     4  		// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
     5  
     6  		// List of extensions which should be recommended for users of this workspace.
     7  		"recommendations": [
     8  			"eliostruyf.vscode-front-matter"
     9  		],
    10  		// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
    11  		"unwantedRecommendations": [
    12  		]
    13  	},
    14  	"folders": [
    15  		{
    16  			"path": "."
    17  		}
    18  	],
    19  	"settings": {
    20  	    "explorer.excludeGitIgnore": true,
    21  		"terminal.integrated.defaultProfile.windows": "Command Prompt"
    22  	}
    23  }