current location:Home > Technical Articles > Development Tools > VSCode
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- vscode displays Chinese garbled characters under mac
- The solution to the Chinese garbled display in vscode under mac is: 1. First open [File], [Options], [Settings] in sequence; 2. Then search [settings] and check the [files.autoGuessEncoding] option.
- VSCode 4280 2020-02-12 14:46:44
-
- Garbled characters appear when running js files in vscode
- The solution to the garbled code when running js files in vscode is: 1. First open the settings and enter [encoding] in the search box; 2. Then find the [auto guess encoding] option and check this option.
- VSCode 13079 2020-02-12 14:34:07
-
- vscode cannot start breakpoint debugging
- The solution to the problem that vscode cannot start breakpoint debugging is: first open the php.ini file and add extension, such as [extension=php_mbstring.dll], but if there is a zend extension, just use zend_extension directly.
- VSCode 5844 2020-02-12 14:26:39
-
- How vscode relates to python
- The method to associate python with vscode is: 1. First download the python plug-in, install python, and select a python interpreter; 2. Then create a new file and write the demo; 3. Finally, run the python file in the terminal and debug it.
- VSCode 4491 2020-02-12 14:10:45
-
- How to use gdb debugging in vscode
- The method for vscode to use gdb debugging is: 1. First start the debug window, configure GDB parameters and GCC; 2. Then run the [/tmp # ./mips-linux-gdbserver:10000 ./test] command to debug the output; 3. Finally, perform Just debug.
- VSCode 10392 2020-02-12 14:00:50
-
- How to debug node.js in vscode
- The method for vscode to debug node.js is: 1. First click the debug button, and then add the configuration; 2. Then select the node.js environment and open the launch.json file; 3. Finally, select the configuration and click the debug launch button.
- VSCode 3611 2020-02-12 13:50:07
-
- Missing libraries when using python with vscode in ubuntu
- The solution to the lack of libraries when using Python with vscode in Ubuntu is: 1. First open the command prompt and run the [cd pip.exe file path] command; 2. Then run the [.\pip install library name] command, such as [.\pip install requests].
- VSCode 3591 2020-02-12 13:37:42
-
- Can vscode run javaweb projects?
- vscode can run javaweb projects, but the premise is that the system needs to install the Java environment and configure the environment variables. Then install the corresponding plug-in, open the javaweb project, add the tomcat service to run the project.
- VSCode 8375 2020-02-12 13:28:27
-
- Which one to choose when downloading vscode?
- For 64-bit Windows operating systems, select the corresponding User Installer 64bit; for Debian-based Linux, download the vscode installation package ending with .deb; for Red Hat-based Linux, download the installation package ending with .rpm; for Apple computers, download the macOS version of the installation package.
- VSCode 27101 2020-02-12 13:26:38
-
- What to do if vscode cannot be opened after installation
- The solution to the problem that vscode cannot be opened after installation: First press the Win+R key to bring up run, enter cmd and press Enter; then enter the command "netsh winsock reset" to reset the winsock directory; finally reopen vscode.
- VSCode 8450 2020-02-12 12:34:14
-
- How to change the theme of vscode
- How to change the theme of vscode: first open the vscode software; then click the [File] menu at the top; then click the color theme under the preferences; finally, select a theme in the pop-up interface to change.
- VSCode 3328 2020-02-12 11:44:56
-
- How to connect vscode to github
- How to connect vscode to github: first create a folder and enter the "git bash" command; then create a new vscode file in the folder in the git environment; then open the vscode software and select "push to" on the menu bar to connect github.
- VSCode 6751 2020-02-12 10:57:24
-
- How to install plug-in in vscode?
- How to install the plug-in in vscode: first open the vscode software and click the plug-in button; then enter the plug-in name in the search box and click the install button on the right interface; finally wait for a few seconds for the installation to complete, and click reload to make the plug-in effective.
- VSCode 20752 2020-02-12 10:51:37
-
- What to do if Chinese garbled characters are configured in vscode
- The solution to Chinese garbled characters in vscode configuration: first open the vscode software; then select the menu [File] -> [Options] -> [Settings]; finally search [Search settings] and check [files.autoGuessEncoding].
- VSCode 3468 2020-02-12 10:40:44
-
- How to run code with vscode
- The method for running code in vscode is: 1. Open the command panel and run [run active file in active terminal]; 2. Select the code and run [Run Selected Text In Active Terminal].
- VSCode 13802 2020-02-11 17:55:07