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 wondered for a while why sometimes ctrl+clicking on a filename in the console doesn't open the file. I just noticed it is failing when text is wrapped. This is for a build task which has an exception I want to investigate.
For example I see the error:
at SomeDataAccessMongo.module.exports.SomeDataAccessMongo.processCriteria (c:\work\project1\project1\something\db\some-dao-mon
go.js:43:27)
Notice the line break put in between some-dao-mon and go.js
Yes I don't have a very wide screen and this error line is crazy long.. but if I press ctrl+b to close the side panel it the console text is not re-wrapped. So I cant click on it and I cant see any way to configure the console to have scrollbars, etc unless I restart the build task with the side panel closed. After which I can see the full error text on one line and can click it fine.
I wondered for a while why sometimes ctrl+clicking on a filename in the console doesn't open the file. I just noticed it is failing when text is wrapped. This is for a build task which has an exception I want to investigate.
For example I see the error:
at SomeDataAccessMongo.module.exports.SomeDataAccessMongo.processCriteria (c:\work\project1\project1\something\db\some-dao-mon
go.js:43:27)
Notice the line break put in between some-dao-mon and go.js
Yes I don't have a very wide screen and this error line is crazy long.. but if I press ctrl+b to close the side panel it the console text is not re-wrapped. So I cant click on it and I cant see any way to configure the console to have scrollbars, etc unless I restart the build task with the side panel closed. After which I can see the full error text on one line and can click it fine.
Steps to Reproduce:
Reproduces without extensions: Yes/No
The text was updated successfully, but these errors were encountered: