VSCode环境

时间:2023-12-25 22:39:31

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"
}

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

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