laimis commented on code in PR #847: URL: https://github.com/apache/lucenenet/pull/847#discussion_r1181091936
########## .gitignore: ########## @@ -62,4 +62,7 @@ websites/apidocs/api/**/*.manifest !websites/apidocs/api/toc.yml # Apache Releases on Subversion -svn-*/ \ No newline at end of file +svn-*/ + +# vscode files +.vscode/ Review Comment: I mostly end up having tasks and launch setting files files in there that help with launching apps in debug mode. But it was nothing something I thought was ready for general use, it was too specific for my case of hunting down long running tests and they are super easy to re-generate. Perhaps I can keep it in ignore until we find something that is reusable/useful for all vscode users? Right now, I can't think of anything like that. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
