If I add a section "code-snippets" to "settings" in the .code-workspace file it is all greyed out "Unknown configuration". The documentation is not very helpful here.
How can I define VS Code snippets in a .code-workspace file?
51 views Asked by theking2 At
1

As far as I am aware, VS Code does not support specifying snippets in a
.code-workspacefile. Historically related is Feature Request - Project-level extensions and snippets #8102, but it seems they just added support for.vscode/*.code-snippets, but not a member in the.code-workspaceschema. You could raise a feature request asking for them to add that.