Home  >  Article  >  Development Tools  >  Solve the problem that vscode cannot be opened by double-clicking

Solve the problem that vscode cannot be opened by double-clicking

hzc
hzcOriginal
2020-06-06 13:19:496826browse

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn