提交 27a97b95 编写于 作者: A Alex Ross

Allow quick suggestions in strings in dockerfiles

Part of #95924
上级 0209826b
......@@ -21,6 +21,13 @@
"language": "dockerfile",
"scopeName": "source.dockerfile",
"path": "./syntaxes/docker.tmLanguage.json"
}]
}],
"configurationDefaults": {
"[dockerfile]": {
"editor.quickSuggestions": {
"strings": true
}
}
}
}
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册