mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
Change python block comment to """. Fixes #42767
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"comments": {
|
||||
"lineComment": "#",
|
||||
"blockComment": [ "'''", "'''" ]
|
||||
"blockComment": [ "\"\"\"", "\"\"\"" ]
|
||||
},
|
||||
"brackets": [
|
||||
["{", "}"],
|
||||
|
||||
Reference in New Issue
Block a user