Skip to content

JetBrains: Ignore bin files that are generated by VS Code extension

Warren Gifford requested to merge ps/jetbrains-vscode-langserver into main

Created by: philipp-spiess

I've been setting up Java support in VS Code and it seems that the extension caches some artifacts in client/jetbrains/bin. I don't want to commit these mistakenly so adding it to the gitignore.

It seems like the setup already works in VS Code so that's cool 😎 Screenshot 2022-06-27 at 14 17 38

Test plan

Ensured that bin/ files are no longer added by git add .

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading