Can't type more than a few chars in projects rule files

I am trying to type in project rules and the window de-focuses after about 2-5 seconds

Ended up just editing the rules in PyCharm :smiling_face_with_tear:

Version: 0.48.6
VSCode Version: 1.96.2
Commit: 1649e229afdef8fd1d18ea173f063563f1e722e0
Date: 2025-03-31T04:59:09.581Z
Electron: 34.3.4
Chromium: 132.0.6834.210
Node.js: 20.18.3
V8: 13.2.152.41-electron.0
OS: Darwin arm64 24.2.0

Hey, this might be related to autosave. It seems you have it set to afterDelay. Try increasing the time, or setting it to onFocusChange, or temporarily disabling it.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.