You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#349 (and microsoft/vscode#15051) was marked resolved and closed. I'm not really sure about how these fixes get to the monthly VSCode release, but at least one release (1.7.2) has been pushed since those issues were marked fixed. I added a comment to microsoft/vscode#15051 asking about when these fixes will be available in the release, but I guess nobody reads comments on closed issues.
The problem is, even in the latest release of VSCode this issue hasn't been fixed. I assumed that the latest version of TypeScript-TmLanguage did not make it to the 1.7.2 (which, again, I have no idea how that works). However, visiting this repo again, I noticed that the latest TypeScript-TmLanguage is also available as a VSCode extension... So I installed the VSCode extension. It would seem that the issue hasn't been fixed even in the latest release of the VSCode extension...
Here's a demo:
The text was updated successfully, but these errors were encountered:
@zia-newversion I am not able to repro this. Can you paste your code, may be it is little bit different from what has been fixed. Also please make sure the extension is updated to latest version. This is the what I see:
it's once again highlighted correctly. For the time being I have switched to the above as temporary solution, but there are a lot of other places in my code where it may not be syntactically or stylistically appropriate to break the line between the division operator and RegExp literal. Also, IMO that's not an appropriate fix for the issue, because the fix for syntax highlighting should not involve changes in the code-style.
Edit: Using v0.0.11 of the Latest TypeScript and Javascript Grammar package in VSCode (was using 0.0.10 when I created this issue, but another update was pushed since then and I installed that).
TS and JS Grammar Extension version: latest
Code version: 1.7.2 (7ba55c5860b152d999dda59393ca3ebeb1b5c85f)
#349 (and microsoft/vscode#15051) was marked resolved and closed. I'm not really sure about how these fixes get to the monthly VSCode release, but at least one release (1.7.2) has been pushed since those issues were marked fixed. I added a comment to microsoft/vscode#15051 asking about when these fixes will be available in the release, but I guess nobody reads comments on closed issues.
The problem is, even in the latest release of VSCode this issue hasn't been fixed. I assumed that the latest version of TypeScript-TmLanguage did not make it to the 1.7.2 (which, again, I have no idea how that works). However, visiting this repo again, I noticed that the latest TypeScript-TmLanguage is also available as a VSCode extension... So I installed the VSCode extension. It would seem that the issue hasn't been fixed even in the latest release of the VSCode extension...
Here's a demo:
The text was updated successfully, but these errors were encountered: