赞
踩
安装jdk,这里我装的是jdk17
配置环境变量
我是直接配置在/etc/profile后面的,通过 wsl 命令进入是生效的,但是在 VS Code 中不行
wsl 相当于一个 Chroot 环境,并不会调用/etc/profile 和 ~/.profile 开启时只调用 ~/.bashrc
所以可以把配置全部写在/.profile里面,然后在/.zshrc里面执行source ~/.profile
Gradle for Java
Language Support for Java™ by Red Hat
Debugger for Java
Project Manager for Java
Java格式化,使用 Language Support for Java™ by Red Hat 提供的格式化工具,
“java.format.settings.url”: “https://raw.githubusercontent.com/google/styleguide/gh-pages/eclipse-java-google-style.xml”,
“editor.detectIndentation”: false, // 不检测语言来自定义缩进
使用table缩进
table缩进设置4空格
参考:https://blog.csdn.net/weixin_42514949/article/details/114663250
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。