mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
adopt snippets with profile change (#153079)
* adopt snippets with profile change * feedback
This commit is contained in:
committed by
GitHub
parent
45f9ce71fc
commit
c8ee8a25c5
@@ -52,7 +52,8 @@
|
||||
".devcontainer.json"
|
||||
],
|
||||
"filenamePatterns": [
|
||||
"**/User/snippets/*.json"
|
||||
"**/User/snippets/*.json",
|
||||
"**/User/profiles/*/snippets/*.json"
|
||||
]
|
||||
}, {
|
||||
"id": "json",
|
||||
|
||||
Reference in New Issue
Block a user