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
As you can see in the left pane, savedDocument.fileName is undefined. But in reality, it is not because basename(savedDocument.filename) returned .editorconfig, otherwise I couldn't go inside the if statement.
To be clear, it is a TypeScript project (as it is an extension), so not sure for vanilla JavaScript projects. Seems a quite important bug to be honest.
@bpasero Are you able to pass this to the right person? Thanks :)
The text was updated successfully, but these errors were encountered:
weinand
added
bug
Issue identified by VS Code Team member as probable bug
debug
Debug viewlet, configurations, breakpoints, adapter issues
labels
Feb 12, 2016
I was debugging https://github.com/editorconfig/editorconfig-vscode and noticed something odd.
As you can see in the left pane,
savedDocument.fileName
isundefined
. But in reality, it is not becausebasename(savedDocument.filename)
returned.editorconfig
, otherwise I couldn't go inside the if statement.To be clear, it is a TypeScript project (as it is an extension), so not sure for vanilla JavaScript projects. Seems a quite important bug to be honest.
@bpasero Are you able to pass this to the right person? Thanks :)
The text was updated successfully, but these errors were encountered: