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