You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/12/08 14:55:54 UTC

[GitHub] [commons-compress] kinow commented on a diff in pull request #332: [COMPRESS-633] Add encryption support for SevenZ

kinow commented on code in PR #332:
URL: https://github.com/apache/commons-compress/pull/332#discussion_r1043444381


##########
.vscode/settings.json:
##########
@@ -0,0 +1,3 @@
+{
+    "java.configuration.updateBuildConfiguration": "automatic"
+}

Review Comment:
   This file does not need to be added. I believe the repository does not include anything specific to Eclipse/IntelliJ/etc. If you use this file locally, you can add a global `.gitignore` to prevent Git from including it with your changes (or just ignore it when committing your changes).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org