zjffun/vscode-snippets-manager

Failed to open code snippets editor. Open in default editor

FireSK7 opened this issue · 3 comments

Prompt when trying to edit extention's snippet.

Which extension's snippets failed to open by the code snippets editor?
The file extension name of extension's snippets is .json (not .code-snippets), so we need to click the button in sidebar to open it in the code snippets editor.
Screen Shot 2023-02-18 at 16 34 26

BTW, The snippets of vsocde-go seems has different format. I'll check it.

{
	".source.go": {
		"single import": {
			"prefix": "im",
			"body": "import \"${1:package}\"",
			"description": "Snippet for import statement"
		},
		// ...
	},
}

Screen Shot 2023-02-18 at 16 46 07

Closing this issue due to inactivity. Please feel free to reopen this issue if you are still running into issues and we would be happy to help troubleshoot further.