dcortes92 / vs-freemarker

FreeMarker language colorization extension for Visual Studio Code
MIT License
25 stars 14 forks source link

The program freezes and falls off when using the plug-in "FreeMarker" #18

Closed aeschli closed 6 years ago

aeschli commented 6 years ago

From @PavelHancharou on June 26, 2018 9:20

The program freezes and falls off when using the plug-in "FreeMarker"

Steps to Reproduce:

  1. Open VSC
  2. Select Language Mode - FreeMarker (.ftl)
  3. Write next text: ${abcdefghijklmnopqrstuvwxyzabcdefj
  4. VSCode stop to work

vscodebug

The problem is currectly with FreeMarker Plugin, and when there is NO closing quote "}" in the text

Copied from original issue: Microsoft/vscode#52886

dcortes92 commented 6 years ago

Hi @aeschli thanks for submitting your issue. Yes I'm able to reproduce this and this is a duplicate of #16. However, I haven't found a way to fix it, I may have to redo the entire language. Thanks for your patience and I apologize for any inconvenience this might have caused.

aeschli commented 6 years ago

@dcortes92 Thanks for the reply. cc @PavelHancharou