mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Add comment on next line when not at the end of the line comment in onEnter rules (#233219)
adding line comment when not at the end of a line
This commit is contained in:
committed by
GitHub
parent
af4c2d2666
commit
e8e5333cbb
@@ -252,7 +252,7 @@
|
||||
"pattern": "\/\/.*"
|
||||
},
|
||||
"afterText": {
|
||||
"pattern": ".*"
|
||||
"pattern": "^(?!\\s*$).+"
|
||||
},
|
||||
"action": {
|
||||
"indent": "none",
|
||||
|
||||
Reference in New Issue
Block a user