sansarip / owlbear

An experimental Visual Studio Code extension that supports paredit-like structural-editing features for HTML, TypeScript, TypeScript-React, JavaScript, and JavaScript-React.
https://sansarip.github.io/owlbear/
MIT License
36 stars 2 forks source link

#108 Support Windows OS #111

Closed sansarip closed 1 year ago

sansarip commented 1 year ago

I previously fixed the WASM paths for Windows, but it turns out the clipboardy dependency was also causing issues. This PR moves away from clipboardy usage in favor of the built-in VS Code copy/cut commands.

Painstakingly tested on Windows ✅