Open ThadHouse opened 5 years ago
"files.exclude": { "**/.git": true, "**/.svn": true, "**/.hg": true, "**/CVS": true, "**/.DS_Store": true, "bin/": true, ".classpath": true, ".project": true, "**/.classpath": true, "**/.project": true, "**/.settings": true, "**/.factorypath": true }
Otherwise, vscode prompts with newer versions of the java extension.
fixed by #278
Otherwise, vscode prompts with newer versions of the java extension.