Symbol issue: | will be replaced by /

Issue #142 resolved
jlai created an issue

Hi,
When I enter the | (shift + \) symbol in the cell on UX. (pic 1) It will be immediately replaced by /. (pic 2)
Version is 2.5.2.1. Thnaks.

pic 1.

pic 2.

Comments (3)

  1. Ada Trajer

    To solve this issue, make the following change in the settings.json file: "cellUpdate": {
    "enablePipeCharacterReplacement": false
    }

  2. Log in to comment