redhat-developer / redhat-developer/vscode-java
Feature Request: (or default change?) autosave while debugging OFF (hotCodeReplace churn)
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 546
- Avg merge
- 20h 1m
- Merged PRs (30d)
- 11
Description
java.debug.settings.hotCodeReplace and autosave doesn't play well together,
suggest default disables autosave (in "afterDelay" case) while debugging?
perhaps fix along with #3351
Environment
- Operating System:
- JDK version:
- Visual Studio Code version: 1.83.1
- Java extension version:
Steps To Reproduce
churn during debugging/editing with...
"java.debug.settings.hotCodeReplace": "auto"
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 2000,
"java.autobuild.enabled": true,
Current Result
Expected Result
Additional Informations
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the interaction between java.debug.settings.hotCodeReplace, files.autoSave, files.autoSaveDelay, and java.autobuild.enabled using the versions and settings listed. The issue names no files or tests and leaves Current Result and Expected Result blank, so first define the intended behavior and investigate the related proposal in #3351.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, typescript, vscode
- Domain
- developer-experience, devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100