mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
'html' snippet is annoying and easily inserts by accident when typing any html. Fixes #69457
This commit is contained in:
@@ -74,12 +74,6 @@
|
||||
"meta.tag string.quoted": "other"
|
||||
}
|
||||
}
|
||||
],
|
||||
"snippets": [
|
||||
{
|
||||
"language": "html",
|
||||
"path": "./snippets/html.snippets.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user