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:
-
- Error installing plug-in extension in vscode
- The reason for the error when installing the plug-in extension for vscode is: a permission issue causes an installation error. The solution is: 1. First use the [chown] command to change the directory owner; 2. Then use the [chmod] command to modify the permissions of the directory to [700], which is only readable, writable and executable by the current user.
- VSCode 9382 2019-12-14 11:24:18
-
- How to clone a project from git in vscode
- The method for vscode to clone a project from git is: 1. First open vscode, click [View], click [Integrated Terminal], and open the control terminal; 2. Then use the [cd] command in the control terminal to enter the storage folder; 3. Finally, use the [git clone] command to clone the project.
- VSCode 11031 2019-12-14 11:08:26
-
- How to set vscode not to display the console
- How to set vscode not to display the console: 1. Click "View" in the menu bar above the vscode interface, select "Debug Console" and click to hide the console. 2. Directly use the shortcut key "Crtl+shift+Y" to hide the "Debug Console".
- VSCode 8757 2019-12-13 10:27:58
-
- vscode cannot be opened in win10 system
- The problem that vscode cannot be opened in win10 system can be solved by executing the "netsh winsock reset" reset command in the cmd console. Implementation method: 1. Use the window+R keys to call up run, enter cmd and press Enter to open the cmd console. 2. Enter the reset command and press Enter.
- VSCode 3993 2019-12-13 09:46:38
-
- How to bring up the console when debugging vscode
- How to bring up the console in vscode: 1. Use the shortcut key "ctrl+shift+y" to quickly display and hide the console. 2. Select the "View" option in the menu bar above vscode, find "Debug Console" and click to select it.
- VSCode 17371 2019-12-13 09:31:23
-
- How to get git project with vscode
- The method for vscode to obtain the git project is: 1. First, click the [View] and [Integrated Terminal] options in vscode to open the control terminal; 2. Then use the [cd] command in the terminal to enter the storage folder, and then use [ Just use the git] command to pull the project.
- VSCode 4235 2019-12-12 17:55:04
-
- How to debug code with vscode
- The method for vscode debugging code is: 1. First install the extended debugging plug-in; 2. Then configure the debugging project; 3. Select the [chrome] environment and modify the port; 4. Then start the project, click the [Ladybug] tool, and set the break Click; 5. Start the debugging button to debug.
- VSCode 7046 2019-12-12 17:42:42
-
- How to use vscode to open a browser to view html files
- The method to use vscode to open the browser to view html files is: 1. First open the command panel in vscode, and then select the [Task: Configure Task Runner] option; 2. Then select the [Others] option; 3. Modify the configuration, Then save, and finally open the html file.
- VSCode 4084 2019-12-12 17:00:50
-
- How to use vscode to open an existing vue project
- The method to use vscode to open an existing vue project is: 1. First install the [vetur] and [eslint] plug-ins; 2. Then click [File], [Open Folder], [Import Project]; 3. Then in the console Enter the [npm install] command to add package dependencies; 4. Finally, run the project.
- VSCode 13525 2019-12-12 16:34:17
-
- How to use vscode for python programming
- The method of using vscode for python programming is: 1. First install the python extension; 2. Configure the python path in the global settings; 3. Set the environment variables; 4. Configure the code analysis tool; 5. Enable the formatting code function; 6. Run flask development service; 7. Enable unit testing framework.
- VSCode 5542 2019-12-12 16:16:08
-
- Introduction to the solution to Chinese garbled codes compiled by vscode
- Solution to the Chinese garbled code compiled by vscode: Select "File" - "Preferences" - "Settings" in the vscode menu bar, select "Search Settings" and enter "encoding", and enter "gb2312" in "Files: Encoding". Can be solved.
- VSCode 12982 2019-12-12 16:14:26
-
- vscode terminal command cannot be used
- The solution to the problem that the vscode terminal command cannot be used is: 1. First open the [Properties] option in vscode; 2. Then enter the [Compatibility] tab; 3. Then check the [Run this program as administrator] option; 4 , and finally click [Apply].
- VSCode 2670 2019-12-12 15:56:39
-
- vscode comment shortcut key invalid
- The reason why the vscode comment shortcut keys are invalid is: due to the installation of unknown plug-ins, the shortcut keys conflict and the comments are invalid. Solution: 1. First open [File], [Preferences], and [Keyboard Shortcut Settings] in sequence; 2. Then find the duplicate shortcut key setting; 3. Finally, set this shortcut key to the appropriate one.
- VSCode 13932 2019-12-12 15:33:28
-
- Solution to Chinese garbled characters when opening files with vscode
- The solution to Chinese garbled files opened by vscode: Select the menu [File]-[Options]-[Settings]-[Search settings] and check "files.autoGuessEncoding" to solve the problem.
- VSCode 4148 2019-12-12 15:25:53
-
- How vscode compiles and runs c/c++ programs
- The method for vscode to compile and run c/c++ programs is: 1. First install the [c/c++] plug-in and reload vscode; 2. Install [MinGW], and then modify the system environment variables; 3. Then create a json file to implement code complementation Complete; 4. Create a json file to build the program; 5. Debug and run the code.
- VSCode 19821 2019-12-12 15:14:52