Skip to content

Failed to open code snippets editor. Open in default editor #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
FireSK7 opened this issue Feb 15, 2023 · 3 comments
Closed

Failed to open code snippets editor. Open in default editor #10

FireSK7 opened this issue Feb 15, 2023 · 3 comments
Labels
question Further information is requested

Comments

@FireSK7
Copy link

FireSK7 commented Feb 15, 2023

Prompt when trying to edit extention's snippet.

@zjffun
Copy link
Owner

zjffun commented Feb 18, 2023

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

@zjffun
Copy link
Owner

zjffun commented Feb 18, 2023

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

@zjffun zjffun added the help wanted Extra attention is needed label Feb 25, 2023
@zjffun zjffun added question Further information is requested and removed help wanted Extra attention is needed labels May 12, 2024
@zjffun
Copy link
Owner

zjffun commented May 12, 2024

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.

@zjffun zjffun closed this as completed May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants