Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Tried to modify package.json and css.json to use this with SQL code but didn't work #2

@lundeen-bryan

Description

@lundeen-bryan

Hello, I tried to modify the package.json under contributes> snippets and copied the line from CSS changing it to SQL but it didn't work. Where else can I make a change that would work on SQL as well as CSS?
Here's the line I currently have in the package.json

	"contributes": {
		"snippets": [
			{
				"language": "css",
				"path": "./snippets/css.json"
			},
			{
				"language": "sql",
				"path": "./snippets/css.json"
			}
		]
	},

I also tried

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions