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
I was editing my Issue and my corrector crashed my browser...
Ok so I will try to be short and concise: the problem is on line 4 to 5 (11 & 12 on the image) and the related code I was working on is on GitHub commit: aeefa22e38
I am using a clean and fresh out of the box version of VSCode "portable" with only «ms-vscode.vscode-typescript-next» installed
In the code in my example, the missing semicolon would have not really been an issue because I am using the property combinedBalancesbut the same problem happens if the property reference a function (i.e. using a method) my code will require to use const/let/var thus avoiding this issue altogether (or I could have added the semicolon myself) ut the problem is that I rely on autocompletion/prettier/linter to do that part of the job...
I fell like its a bug and I wish you will have enough pieces of information to find a solution maybe I should add the semi or maybe my linter should do it but I feel the autocompletion should have not added a problem right away...
Tell me how I can be part of the solution in a constructive way so you can fix the problem...
LANGUAGE: The best evolution of ES262 specification ever (TypeScript)
IDE: The amazing VISUAL STUDIO CODE
Version: 1.38.1
Commit: b37e54c98e1a74ba89e03073e5a3761284e3ffb0
Date: 2019-09-11T13:31:32.854Z
Electron: 4.2.10
Chrome: 69.0.3497.128
Node.js: 10.11.0
V8: 6.9.427.31-electron.0
OS: Darwin x64 18.7.0
The text was updated successfully, but these errors were encountered:
What type of problem is it. ? I don’t know how to describe it more than I did here... can you point me in a direction before I take the time to open a ticket (issue) with them ...
I was editing my Issue and my corrector crashed my browser...
Ok so I will try to be short and concise: the problem is on line 4 to 5 (11 & 12 on the image) and the related code I was working on is on GitHub commit: aeefa22e38
I am using a clean and fresh out of the box version of VSCode "portable" with only «ms-vscode.vscode-typescript-next» installed
In the code in my example, the missing semicolon would have not really been an issue because I am using the property
combinedBalances
but the same problem happens if the property reference a function (i.e. using a method) my code will require to use const/let/var thus avoiding this issue altogether (or I could have added the semicolon myself) ut the problem is that I rely on autocompletion/prettier/linter to do that part of the job...I fell like its a bug and I wish you will have enough pieces of information to find a solution maybe I should add the semi or maybe my linter should do it but I feel the autocompletion should have not added a problem right away...
Tell me how I can be part of the solution in a constructive way so you can fix the problem...
LANGUAGE: The best evolution of ES262 specification ever (TypeScript)
IDE: The amazing VISUAL STUDIO CODE
Version: 1.38.1
Commit: b37e54c98e1a74ba89e03073e5a3761284e3ffb0
Date: 2019-09-11T13:31:32.854Z
Electron: 4.2.10
Chrome: 69.0.3497.128
Node.js: 10.11.0
V8: 6.9.427.31-electron.0
OS: Darwin x64 18.7.0
The text was updated successfully, but these errors were encountered: