In VSCode (1.23.1) when I type a " it types it as "" similarly when I am removing double quotes it tries to smartly find matching " and then removes it as well.
The problem with this behavior is that I use VSCode for scala where I have to write strings like val s = """foo""". when typing this line VSCode fights with me tooth and nail because I need to type 3 quotes.
Is there a way to change this behavior?