0c7c1e4ca4
-Change enable variable name so that it matches current naming convention -Add Trailing Space commands to the command palette so that delete and toggle can be called even without shortcuts defined
11 lines
215 B
Plaintext
11 lines
215 B
Plaintext
[
|
|
{
|
|
"caption": "Trailing Spaces: Toggle Trailing Spaces",
|
|
"command": "toggle_trailing_spaces"
|
|
},
|
|
{
|
|
"caption": "Trailing Spaces: Delete Trailing Spaces",
|
|
"command": "delete_trailing_spaces"
|
|
}
|
|
]
|