8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc260fa commit 2214c99Copy full SHA for 2214c99
src/main/kotlin/com/coder/gateway/views/steps/CoderWorkspaceProjectIDEStepView.kt
@@ -273,7 +273,7 @@ class CoderWorkspaceProjectIDEStepView(
273
// Using contains on the displayable version of the ide means they can be as specific or as vague as they want
274
// CL 2023.3.6 233.15619.8 -> a specific Clion build
275
// CL 2023.3.6 -> a specific Clion version
276
- // 2023.3.6 -> a specific version (some customers will on have one specific IDE in their list anyway)
+ // 2023.3.6 -> a specific version (some customers will only have one specific IDE in their list anyway)
277
if (settings.defaultIde.isEmpty()) {
278
false
279
} else {
0 commit comments