Skip to content

Commit ac5c053

Browse files
committed
Add todo
1 parent 7f79557 commit ac5c053

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vscode-tailwindcss/src/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ async function activeTextEditorSupportsClassSorting(): Promise<boolean> {
157157
if (!project) {
158158
return false
159159
}
160+
// TODO: Use feature detection instead of version checking
160161
return semver.gte(project.version, '3.0.0')
161162
}
162163

0 commit comments

Comments
 (0)