Home > Article > Development Tools > Solve the problem that vscode cannot be opened by double-clicking
Solution to the problem that vscode cannot be opened by double-clicking:
window R key to bring up run, enter cmd, and press Enter.
Enter netsh winsock reset and press Enter (Lazy students can click on the icon in the upper left corner and select Edit->Choose to paste this in)
Tips:
C: \Users\Administrator>netsh winsock reset
Successfully reset the Winsock directory.
You must restart your computer to complete the reset.
At this time, you can usually open vscode directly without restarting. If it still doesn't work, just restart it.
Recommended tutorial: "VSCode Tutorial"
The above is the detailed content of Solve the problem that vscode cannot be opened by double-clicking. For more information, please follow other related articles on the PHP Chinese website!