-
Notifications
You must be signed in to change notification settings - Fork 37.6k
Description
Does this issue occur when all extensions are disabled?: No
- VS Code Version: 1.57.1
- OS Version: 11.4
Steps to Reproduce:
- Go to the terminal in vs code.
- Type
open 'filename' - Hit enter.
Bug.
There is a bug in VS code where instead of opening a file in the VS code editor, the file opens in chrome. Unfortunately, I do not know how to fix this bug, which slow development significantly because it requires developers to manually find files to open them in VS code. I'm not sure why this bug was programmed into VS code or how to fix it.
To be clear, the open filename command should open the file in the VS code editor to enable fast editing and development. Because of the bug, the open filename command opens the file in the Chrome browser, which is relatively useless because the file cannot be edited in Chrome.
Any advice or suggestions would be greatly appreciated. Thank you!