In VS Code, my keybindings change when I open a project. I have enabled the "Default" profile in File > Preferences > Profile but when opening a project (IntelliJ project) the keybindings change.
The bindings change in all other instance until I have closed the instances and completely reopen VS Code.
For example when I open VS Code without a project (workspace folder), I can create a new file with CTRL + N. When I open a project it changes to ALT + Insert.
How can I disable / control this behavior?
Why does this happen?