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
The Binary-Plist extension is not used or properly activated when Visual Studio Code application is executed to open a specific file. Open Visual Studio Code via file association does not appear to invoke this extension when it should be invoked.
Works as expected:
Execute Visual Studio Code
Menu File->Open->Select binary .plist file
Two tabs are opened, one in binary, and one in XML
Does not work as expected:
Close Visual Studio Code if it is already running
Associate .plist files with Visual Studio Code if not already done
Double Click on a binary .plist file to open it
Visual Studio Code starts with one tab opened, showing the file in binary form. Expected outcome: Two tabs are opened
The text was updated successfully, but these errors were encountered:
Opening a property list file using either method does not open an additional tab in most cases before clicking the "Do you want to open it anyway?". What you are describing could be possible if the XML tab was closed and Visual Studio Code was reopened with the binary file still open.
Can you provide a video of the problematic behavior?
The Binary-Plist extension is not used or properly activated when Visual Studio Code application is executed to open a specific file. Open Visual Studio Code via file association does not appear to invoke this extension when it should be invoked.
Works as expected:
Does not work as expected:
Expected outcome: Two tabs are opened
The text was updated successfully, but these errors were encountered: