Skip to content

Commit

Permalink
Merge pull request #1485 from BetterThanTomorrow/1475-prompt-unicode-…
Browse files Browse the repository at this point in the history
…characters

1475 prompt unicode characters
  • Loading branch information
PEZ authored Jan 18, 2022
2 parents 44a43cb + 826c7f4 commit e657c78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changes to Calva.

## [Unreleased]
- [Add custom commands from libraries](https://github.com/BetterThanTomorrow/calva/pull/1442)
- Workaround: [VS Code highlights characters in the output/REPL window prompt](https://github.com/BetterThanTomorrow/calva/pull/1475)

## [2.0.234] - 2022-01-16
- [Improve LSP startup feedback on status bar](https://github.com/BetterThanTomorrow/calva/pull/1454)
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,11 @@
"files.trimTrailingWhitespace": false,
"editor.matchBrackets": "never",
"editor.guides.indentation": false,
"editor.parameterHints.enabled": false
"editor.parameterHints.enabled": false,
"editor.unicodeHighlight.allowedCharacters": {
" ": true,
"꞉": true
}
}
},
"semanticTokenScopes": [
Expand Down

0 comments on commit e657c78

Please sign in to comment.