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:
-
- How to execute vscode npm
- How to execute vscode npm: First click the "Spider" button in vscode; then add configuration in the debug sidebar; then add the configuration code "{"name": "Launch via NPM"...}" to execute npm .
- VSCode 7064 2019-11-18 09:42:40
-
- What should I do if the vscode output is garbled?
- The solution to the garbled vscode output: first open the vscode software; then click "File-References-Settings-Commonly-Used"; then add "code-runner.runInTerminal:true".
- VSCode 5783 2019-11-18 09:36:18
-
- How to use vscode git
- How to use vscode git: First submit the code to git; then open the git workspace in vs code; then click the "+" sign to submit all files to the temporary storage area; then press "ctrl+enter" to submit; and finally in the pop-up Enter your account and password in the window to submit the entire project to the cloud.
- VSCode 3653 2019-11-18 09:30:04
-
- 21 VSCode shortcut keys that greatly improve development efficiency
- As front-end developers, most of them have used VSCode, and many of them are frequently used. But some of the shortcut keys of VSCode may not be known to us and are rarely used. After all, this is good, so this article lists some shortcut keys for everyone to learn and remember.
- VSCode 3816 2019-11-18 09:28:33
-
- Why is the txt garbled when I open it with vscode?
- Because txt uses gb232 encoding format, vscode uses utf-8 encoding to open files, and inconsistent encoding results in garbled characters. The solution is to click the UTF-8 button in the lower right corner of vscode and select "Open by recoding" in the pop-up box.
- VSCode 8822 2019-11-16 14:18:42
-
- 10 Must-Have VSCode Extensions for JavaScript Developers
- In this article, I will highlight a list of must-have VS Code extensions for JavaScript developers.
- VSCode 3043 2019-11-16 09:32:27
-
- How to add files to git using vscode
- The method to add files to git using vscode is: 1. Log in to your GitHub account; 2. Create a new library in GitHub; 3. Open the library and click Clone or download to copy the address; 4. Run the git remote... command; 5. Run git push...command.
- VSCode 3630 2019-11-14 16:49:07
-
- How to install Chinese extension in vscode
- How to install the Chinese extension in vscode: 1. First open the vscode software and click on the extension option; 2. Enter chinese in the search options; 3. Select the first option and click install; 4. Close the software and reopen it.
- VSCode 3355 2019-11-14 16:27:44
-
- Reasons and solutions for vscode plug-in download failure
- The reason why vscode failed to download the plug-in was caused by permission issues. Solution: 1. Use the command sudo chown -R myuser:myuser ~ to change the directory owner; 2. Use the command sudo chmod -R 700 ~ to modify the directory permissions.
- VSCode 14618 2019-11-14 18:06:22
-
- What are the solutions to garbled characters when running python code in vscode terminal?
- The solutions to garbled characters when running python code in vscode are: 1. Add system global variables; 2. Modify the VSC configuration file; 3. Modify the default encoding of standard output in python code.
- VSCode 3395 2019-11-14 18:08:04
-
- eslint reports error when vscode runs vue project
- Solution to the eslint error when vscode runs the vue project: 1. Install the eslint-plugin-vue plug-in; 2. Modify the file eslint.js in the project root path; 3. Add the eslint and vetur plug-ins; 4. Modify the vscode preference configuration; 5 , restart vscode.
- VSCode 3940 2019-11-14 15:41:52
-
- What should I do if the vscode cursor does not follow?
- The solution to the problem that the vscode cursor does not follow: First open the vscode software; then find the "JS-CS_html formatter" plug-in and uninstall it; and finally reload it.
- VSCode 3622 2019-11-14 10:37:00
-
- What should I do if the vscode menu bar is missing?
- The solution to the missing vscode menu bar: first open the vscode software; then click [F1] to switch out of the command line; then find "View: Switch Menu Bar" and click once to bring up the menu bar.
- VSCode 8159 2019-11-14 10:06:02
-
- What should I do if the vscode console cannot input?
- The solution to the problem that the vscode console cannot input: first open [settings] in vscode; then enter [runInTerminal]; then open [settings.json] and modify "runInTerminal" to "true".
- VSCode 13933 2019-11-14 09:59:49
-
- What to do if vscode cannot use terminal commands
- The solution to the problem that vscode cannot use terminal commands: first turn on compatibility in the vscode properties; then check [Run as administrator]; then select [Apply]; and finally restart vscode.
- VSCode 3735 2019-11-14 09:53:39