Take care of Vscode write Java

Source: Internet
Author: User

Download vscode:

Address: https://code.visualstudio.com/

Installing plugins

I am here to download the green version, so after decompression send a shortcut to the desktop

Find VS Code Shortcut Location:

Right -click Properties = = Target = "D:\VS code directory \code.exe"--extensions-dir " where you placed " .

mine is: --extensions-dir "D:\DevTools\vscode\extensions". This will place the plug-in Extensions install in your custom directory

In General, install the first line, if you need to use Vscode to develop can install maven and other plug-ins

You can see that the software is installed in the directory we specified

in the installation code runner Note Here you should pay attention to your environment variables to ensure the installation is complete

If you put it on a mobile drive, then it's best to write a bat to finish it.

Write a bat file and call this command every time to start vscode:

@echo off

If "%1" = = "h" goto begin

Mshta vbscript:createobject ("Wscript.Shell"). Run ("%~nx0 h", 0) (window.close) &&exit

: Begin

Code--extensions-dir F:\ProgramFiles\VSCode\extensions

Take care of Vscode write Java

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.