Allow quick suggestions in strings in dockerfiles

Part of #95924
This commit is contained in:
Alex Ross
2020-04-28 15:46:05 +02:00
parent 0209826b56
commit 27a97b9534

View File

@@ -21,6 +21,13 @@
"language": "dockerfile",
"scopeName": "source.dockerfile",
"path": "./syntaxes/docker.tmLanguage.json"
}]
}],
"configurationDefaults": {
"[dockerfile]": {
"editor.quickSuggestions": {
"strings": true
}
}
}
}
}
}