VSCode环境


Python
Python for VSCode

Language Support for Java(TM) by Red Hat
Java Language Support
Java Debugger
Java Snippets
Java Properties

HTML Snippets
HTML CSS Support
HTML CSS Class Completion
Bootstrap 3 Snippets
Sass

ESLint
Angular 1 JavaScript And TypeScript Snippets
Augular UI Bootstrap Snippets
Angular Material Snippets

beautify

 

// 将设置放入此文件中以覆盖默认设置
{
"java.home": "D:/GreenSoftware/Java/Java8X64/jdk1.8.0_91",
"window.zoomLevel": 2,
"java.errors.incompleteClasspath.severity": "ignore"
}


// Place your settings in this file to overwrite default and user settings.
{
"search.exclude": {
"**/node_modules": true,
"**/src/lib": true
},

//-------- Files configuration --------

// Configure glob patterns for excluding files and folders.
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.DS_Store": true,
"**/node_modules": true,
"**/*.zip": true
},
"terminal.integrated.shell.windows": "D:\\GreenSoftware\\Git\\bin\\bash.exe",
"python.pythonPath": "D:\\GreenSoftware\\Python35\\python.exe"
}

 

 ------------------------------------------------------------------------------------------------------------------------------------------------------

 ------------------------------------------------------------------------------------------------------------------------------------------------------

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM