github.com/konsorten/ktn-build-info@v1.0.11/.vscode/extensions.json (about)

     1  {
     2  	// See http://go.microsoft.com/fwlink/?LinkId=827846
     3  	// for the documentation about the extensions.json format
     4  	"recommendations": [
     5  		// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
     6  
     7  		"heaths.vscode-guid",	// Insert GUID
     8  		"streetsidesoftware.code-spell-checker", 	// Spelling and Grammar Checker
     9  		"lukehoban.go" // Go language
    10  	]
    11  }