mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Hello Code
This commit is contained in:
14
extensions/vb/vb.configuration.json
Normal file
14
extensions/vb/vb.configuration.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"comments": {
|
||||
"lineComment": "'",
|
||||
"blockComment": [ "/*", "*/" ]
|
||||
},
|
||||
"brackets": [
|
||||
["{", "}"],
|
||||
["[", "]"],
|
||||
["(", ")"],
|
||||
["<", ">"]
|
||||
]
|
||||
|
||||
// autoClosingPairs: [ ['{', '}'], ['[', ']'], ['(', ')'], ['"', '"'], ['<', '>'], ],
|
||||
}
|
||||
Reference in New Issue
Block a user