Commit f93e161
Clarify Enable Desktop Support checkbox for all project types (#3148)
* Clarify Enable Desktop Support checkbox for all project types
- Java: Has no effect, can be checked or unchecked
- C++: Must be checked for simulation, unit tests, Romi/XRP projects
- Added note about third-party library compatibility
- Removed Python reference (doesn't use this project creator)
Fixes #3146
* Clarify that Enable Desktop Support has no effect on Romi/XRP templates
Per Gold856's comment, the C++ Romi/XRP templates don't have an
includeDesktopSupport variable in the build.gradle, so the Enable
Desktop Support checkbox is a no-op for those templates.
Updated documentation to explicitly state that the checkbox has no
effect for Romi and XRP templates and can be left checked or unchecked.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Move simulation link to Enable Desktop Support line
Per sciencewhiz's comment, moved the robot simulation introduction link
from the note to the main "Enable Desktop Support" line. The link is a
general reference about simulation, not specifically about conditional
compilation, so it was misleading to have it in the note that discusses
vendor library compatibility issues.
Also removed the conditional compilation reference from the note since
the linked documentation doesn't address that topic.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent f09c73a commit f93e161
File tree
1 file changed
+7
-1
lines changed- source/docs/software/vscode-overview
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
130 | 136 | | |
131 | 137 | | |
132 | 138 | | |
| |||
0 commit comments