Skip to content

Commit 033d21d

Browse files
committed
Change python block comment to """. Fixes microsoft#42767
1 parent f7167cc commit 033d21d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/python/language-configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"comments": {
33
"lineComment": "#",
4-
"blockComment": [ "'''", "'''" ]
4+
"blockComment": [ "\"\"\"", "\"\"\"" ]
55
},
66
"brackets": [
77
["{", "}"],

0 commit comments

Comments
 (0)