mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
Hello Code
This commit is contained in:
10
extensions/docker/dockerfile.configuration.json
Normal file
10
extensions/docker/dockerfile.configuration.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"comments": {
|
||||
"lineComment": "#"
|
||||
},
|
||||
"brackets": [
|
||||
["{", "}"],
|
||||
["[", "]"],
|
||||
["(", ")"]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user