wpilibsuite / vscode-wpilib

Visual Studio Code WPILib extensions
Other
110 stars 49 forks source link

Update default java excludes #260

Open ThadHouse opened 5 years ago

ThadHouse commented 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.

sciencewhiz commented 4 years ago

fixed by #278