Add Clean Language extension to auto-sync list #950
+3
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds the Clean Language extension to the Open VSX Registry auto-sync list to make it available to Cursor, Windsurf, and other VS Code-based editors that cannot access Microsoft's extension marketplace.
Extension Details
Features
.cln
and.test.cln
filesWhy This Extension Should Be Added
The Clean Language extension is currently available on the VS Code marketplace but inaccessible to users of Cursor, Windsurf, and other VS Code-compatible editors due to Microsoft's marketplace restrictions. Adding it to the Open VSX auto-sync list will:
The extension is actively maintained, open source (MIT license), and provides essential tooling for Clean Language development.
Testing
The extension has been tested and verified to work correctly in VS Code. The repository structure follows standard VS Code extension conventions and should build successfully in the auto-sync process.