Skip to content

Commit

Permalink
[java-source-utils] Flush VSCode changes (#1289)
Browse files Browse the repository at this point in the history
Every time VSCode opens tools/java-source-utils, it changes the
.classpath and .project files.

Flush these changes so that `git status` stops reporting them.

@jonpryor has no idea what they're for.
  • Loading branch information
jonpryor authored Jan 9, 2025
1 parent ee47652 commit b966c15
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/java-source-utils/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="bin/main" path="src/main/resources">
<attributes>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
<classpathentry kind="output" path="bin/default"/>
Expand Down
11 changes: 11 additions & 0 deletions tools/java-source-utils/.project
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,15 @@
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures>
<filteredResources>
<filter>
<id>1736435235222</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>

0 comments on commit b966c15

Please sign in to comment.