Kaoru Shirai
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Any way to prevent IDEA from converting file path to URI("file://"), when drag&drop file from project window?
AnsweredWhen dragging a file from the project window to the macOS Terminal app,the file path is always converted to a URI with "file://" scheme ... I'd like IDEA to **keep the file path as is** and not c... -
Edited [Vitest] How can I send a watch mode command (e.g. "press a to rerun all tests")
It is a great improvement to WebStorm the Vitest support. 🎉 The vitest's `--watch` mode has functionality that devs can control over it with key inputs: PASS Waiting for file changes... pre...